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:
8
website/sitemap.xml
Normal file
8
website/sitemap.xml
Normal 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>
|
||||
Reference in New Issue
Block a user