feat: add about, contact, and privacy pages - #3495
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
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 |
|
Coverage Impact This PR will not change total coverage. 🚦 See full report on Qlty Cloud »🛟 Help
|
f9035ce to
f936337
Compare
f936337 to
ace8a54
Compare
ace8a54 to
d237929
Compare
d237929 to
64f465f
Compare
64f465f to
243159e
Compare
Trust anchor pages that crawlers and AI agents check before recommending a site, each with substantive content in the existing site design (new shared ContentPage layout), linked from the footer. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
243159e to
bde78a6
Compare

Part 5 of 6 of the agent-readiness stack (stacked on #3494).
Adds the trust anchor pages AI agents check before recommending a site —
/about,/contact, and/privacy— each with substantive content (500+ chars), built on a new sharedContentPagelayout matching the existing design, and linked from the footer.Note: the privacy policy was written factually (PostHog analytics, Polar checkout, the library itself collects nothing) but deserves a legal read before being treated as binding.
Test plan: e2e tests assert each page returns 200 with an H1 and 500+ chars of visible text and that the footer links them; build-output test asserts they appear in the sitemap — 28 tests passing on this branch.
🤖 Generated with Claude Code