-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: hide hidden and noindex pages from sitemap #1175
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
3 Skipped Deployments
|
🌿 Preview your docs: https://fern-preview-2df91bdb-edb3-4c0d-80b4-b52926746fe8.docs.buildwithfern.com |
🌿 Preview your docs: https://fern-preview-41f240f3-d308-45c4-b7e5-8bc7349df9fa.docs.buildwithfern.com |
🌿 Preview your docs: https://fern-preview-50197c22-0cf1-4b68-910d-e3718ccde1b1.docs.buildwithfern.com |
FER-2522 [Cohere] Exclude hidden pages from the sitemap XML
Currently, Fern's sitemap XML includes locations for hidden pages (like docs/setting-up). Cohere's existing sitemap does not. We should exclude hidden pages from the sitemap. |
🌿 Preview your docs: https://fern-preview-7edf64f3-f68f-4da2-a891-f647c77d11ea.docs.buildwithfern.com |
🌿 Preview your docs: https://fern-preview-d2a836c0-484f-4b55-bdf6-593202deef10.docs.buildwithfern.com |
Fixes FER-2522
Before this PR:
After this PR:
See here for why noindex pages should also be excluded from sitemap.