Conversation
- join/page.tsx: openGraph.url now relative ("/join"), resolved via
metadataBase for consistency with alternates.canonical.
- sitemap.ts: drop lastModified. new Date() reported build/request
time on every request for mostly-static routes, which crawlers may
learn to ignore if it changes with no real content update.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
|
Deployment failed with the following error: View Documentation: https://vercel.com/docs/accounts/team-members-and-roles |
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThe join page now uses a relative canonical path, and sitemap entries no longer include ChangesSEO metadata updates
Estimated code review effort: 1 (Trivial) | ~3 minutes Possibly related PRs
Suggested reviewers: ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ESLint
ESLint install timed out. The project may have too many dependencies for the sandbox. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Two low-severity fixups CodeRabbit flagged on #97 (the SEO/AEO PR), left open at the time.
What changed
join/page.tsx—openGraph.urlwas an absolute URL; now relative (/join), resolved viametadataBasefor consistency withalternates.canonical.sitemap.ts— droppedlastModified: new Date(). It reported build/request time on every request for two mostly-static routes; crawlers may start ignoring the field if it changes with no real content update.Verified
bun run buildclean. Dev server confirmsog:urlresolves tohttps://www.raidguild.org/joinand the sitemap no longer emits<lastmod>.Summary by CodeRabbit