- robots.txt (allow all, disallow /api, sitemap link) — was 404 - sitemap.xml listing tavern/docs/git — was 404; served as text/xml - JSON-LD @graph (Organization + WebSite) for rich search results - og:image:alt + twitter:image:alt for the (already excellent) share card - verified live: robots 200 text/plain, sitemap 200 text/xml across subdomains, JSON-LD valid, sitemap well-formed
20 lines
412 B
JSON
20 lines
412 B
JSON
{
|
|
"name": "amerc-site",
|
|
"version": "0.48.0-seo",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --host 0.0.0.0",
|
|
"build": "vite build",
|
|
"preview": "vite preview --host 0.0.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@vitejs/plugin-react": "^5.0.0",
|
|
"lucide-react": "^0.468.0",
|
|
"marked": "^14.1.4",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"vite": "^7.0.0"
|
|
}
|
|
}
|