Add SEO, structured data, sitemap, and llms.txt

- Expanded meta description with keywords
- Canonical URL
- JSON-LD PodcastSeries structured data
- RSS alternate link for feed discovery
- robots.txt allowing all crawlers
- sitemap.xml
- llms.txt for LLM indexing

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-06 14:06:07 -07:00
parent d5fd89fc9a
commit eafcf27beb
4 changed files with 68 additions and 3 deletions

8
website/sitemap.xml Normal file
View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://lukeattheroost.com</loc>
<changefreq>weekly</changefreq>
<priority>1.0</priority>
</url>
</urlset>