- sitemap.xml (homepage) + robots.txt (allow crawl, disallow /api/, link sitemap) - <head>: SEO title, meta description, keywords, canonical, robots - Open Graph + Twitter Card tags for link previews - JSON-LD WebApplication structured data (features, free, publisher) - <noscript> crawlable content so the JS-rendered SPA has indexable text - SW cache v11 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
9 lines
277 B
XML
9 lines
277 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
|
<url>
|
|
<loc>https://cipher.theradicalparty.com/</loc>
|
|
<lastmod>2026-07-22</lastmod>
|
|
<changefreq>weekly</changefreq>
|
|
<priority>1.0</priority>
|
|
</url>
|
|
</urlset>
|