fix(seo): add OG image, docs footer, GitHub link, and sitemap dates
- Add 1200x630 og-image.png with rug rosette branding - Add og:image and twitter:image to docs.html - Upgrade docs.html twitter:card from summary to summary_large_image - Add og:locale to docs.html - Add footer with nav links to docs.html - Add GitHub repo link to both page footers - Update sitemap.xml lastmod to 2026-03-09 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -2,13 +2,13 @@
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
<url>
|
||||
<loc>https://theotherdude.net/</loc>
|
||||
<lastmod>2026-03-07</lastmod>
|
||||
<lastmod>2026-03-09</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>1.0</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://theotherdude.net/docs.html</loc>
|
||||
<lastmod>2026-03-07</lastmod>
|
||||
<lastmod>2026-03-09</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
|
||||
Reference in New Issue
Block a user