- 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
22 lines
566 B
XML
22 lines
566 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
|
<url>
|
|
<loc>https://amerc.ai/</loc>
|
|
<changefreq>weekly</changefreq>
|
|
<priority>1.0</priority>
|
|
<lastmod>2026-06-10</lastmod>
|
|
</url>
|
|
<url>
|
|
<loc>https://docs.amerc.ai/</loc>
|
|
<changefreq>weekly</changefreq>
|
|
<priority>0.8</priority>
|
|
<lastmod>2026-06-10</lastmod>
|
|
</url>
|
|
<url>
|
|
<loc>https://git.amerc.ai/</loc>
|
|
<changefreq>weekly</changefreq>
|
|
<priority>0.5</priority>
|
|
<lastmod>2026-06-10</lastmod>
|
|
</url>
|
|
</urlset>
|