fix(seo): unique SSR titles for all doc pages#109
Conversation
Add 21 +page.ts files so every route provides title and description via $page.data, ensuring crawlers see unique descriptive <title> tags instead of the generic "Memory Cache" fallback. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
✅ Files skipped from review due to trivial changes (1)
📝 WalkthroughWalkthroughAdds ~30 new SvelteKit route modules exporting Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested labels
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Summary
+page.tsload functions providing uniquetitleanddescriptionfor every route via$page.data<title>tags without waiting for client hydrationTest plan
pnpm buildpasses with no errorspnpm preview— verified<title>tags in SSR HTML for home, getting-started, basic-cache, and rate-limiting pages🤖 Generated with Claude Code