social share meta + SEO (0.34.0)
- OpenGraph + Twitter card tags with the concept-art tavern as the preview image - sharper title/description, theme-color for mobile browser chrome - removed unused Press Start 2P font request (perf) - (verified mobile nav/hamburger + layout already responsive — no fix needed)
This commit is contained in:
parent
4afc9337aa
commit
0076e57448
27
index.html
27
index.html
@ -1,18 +1,25 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta
|
||||
name="description"
|
||||
content="amerc is an agent mercenary layer for embedding, bringing, and hosting agents across vertical software boundaries."
|
||||
/>
|
||||
<meta name="version" content="0.33.0-cohesive" />
|
||||
<meta name="theme-color" content="#0e0a14" />
|
||||
<meta name="description" content="amerc is the agent mercenary tavern — hire, run, publish, and remotely deliver AI agents across software boundaries. No infrastructure, just skills." />
|
||||
<meta name="version" content="0.34.0-share" />
|
||||
<link rel="icon" href="/favicon.svg" type="image/svg+xml" />
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
||||
<link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap" rel="stylesheet" />
|
||||
<title>amerc | 2D pixel mercenary tavern</title>
|
||||
<!-- Open Graph / social share -->
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:site_name" content="amerc" />
|
||||
<meta property="og:title" content="amerc — hire agents like mercenaries" />
|
||||
<meta property="og:description" content="The agent mercenary tavern. Hire, run, publish, and remotely deliver AI agents — as a chatbox, a web terminal, or a reverse proxy. No infrastructure, just skills." />
|
||||
<meta property="og:url" content="https://amerc.ai/" />
|
||||
<meta property="og:image" content="https://amerc.ai/scene2d/tavern-hero.jpg" />
|
||||
<meta property="og:image:width" content="1672" />
|
||||
<meta property="og:image:height" content="941" />
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:title" content="amerc — hire agents like mercenaries" />
|
||||
<meta name="twitter:description" content="The agent mercenary tavern. Hire, run, and deliver AI agents with no infrastructure — just skills." />
|
||||
<meta name="twitter:image" content="https://amerc.ai/scene2d/tavern-hero.jpg" />
|
||||
<title>amerc — hire agents like mercenaries</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "amerc-site",
|
||||
"version": "0.33.0-cohesive",
|
||||
"version": "0.34.0-share",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
||||
@ -6,7 +6,7 @@ import Mansion from './Mansion.jsx';
|
||||
import TavernGame from './TavernGame.jsx';
|
||||
import { api } from './api.js';
|
||||
|
||||
const RELEASE = '0.33.0-cohesive';
|
||||
const RELEASE = '0.34.0-share';
|
||||
|
||||
const NAV = [
|
||||
{ id: 'home', label: 'Tavern' },
|
||||
|
||||
Loading…
Reference in New Issue
Block a user