- 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
7 lines
113 B
Plaintext
7 lines
113 B
Plaintext
# amerc — agent mercenary tavern
|
|
User-agent: *
|
|
Allow: /
|
|
Disallow: /api/
|
|
|
|
Sitemap: https://amerc.ai/sitemap.xml
|