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
feat: add SEO support with metadata, sitemap, and JSON-LD (#22)
* feat: add url and analytics config for SEO and tracking support
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* feat: add root and per-page SEO metadata with auto-generated OG images
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* feat: add sitemap, robots.txt, and lastModified frontmatter support
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* feat: add JSON-LD structured data for WebSite and Article schemas
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* feat: add analytics support with use-analytics and Google Analytics provider
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* Revert "feat: add analytics support with use-analytics and Google Analytics provider"
This reverts commit 326dc49.
* fix: address PR review comments for SEO metadata and sitemap
- Gate openGraph on config.url to prevent relative URL resolution errors
- Spread parent metadata in generateMetadata for siteName, type, url inheritance
- Return empty sitemap when config.url is missing
- Only include lastModified when present in frontmatter
- Set analytics.enabled to false in example config
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments