You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: add SEO and indexing setup for search engines and AI agents
Previously missing:
- No robots.txt → crawlers had no directives or sitemap reference
- No sitemap.xml → search engines could not discover pages automatically
- No llms.txt → AI agents had no structured entry point
- No CNAME file → GitHub Pages custom domain not pinned in repo
- No canonical URLs, OpenGraph, or robots meta tags on pages
- lang attribute not set on <html>
What's added:
- robots.txt (Allow all, references sitemap)
- Automatic sitemap.xml generation via VitePress built-in sitemap config
- llms.txt with structured links to all documentation sections
- CNAME for docs.mobileid.ch
- Per-page canonical <link> and OpenGraph meta tags via transformPageData
- Site-wide robots, og:site_name, og:type, twitter:card meta tags
- lang: 'en' in VitePress config
- Homepage title/description frontmatter for proper OG fallback
- SEO documentation section in README
0 commit comments