-
Notifications
You must be signed in to change notification settings - Fork 4
docs: document what Fern auto-generates for SEO metadata #1751
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
Conversation
Co-Authored-By: Chris McDonnell <[email protected]>
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
| The metadata configurations on this page are for SEO and social tags that aren't visible to users. For visible footer links, see [footer links configuration](/learn/docs/configuration/what-is-docs-yml#footer-links-configuration). | ||
| </Note> | ||
|
|
||
| ## What Fern auto-generates |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [vale] reported by reviewdog 🐶
[Microsoft.Auto] In general, don't hyphenate 'auto-generates'.
Co-Authored-By: Chris McDonnell <[email protected]>
Document what Fern automatically generates for SEO metadata
Summary
Added a new section "What Fern automatically generates" to the SEO metadata documentation page that explicitly lists all the SEO metadata tags Fern auto-generates for every documentation page. This addresses user confusion about what's automatically handled versus what needs manual configuration.
The new section covers:
Technical details were derived from code review of
generateMetadataFromPage()andgenerateMetadataFromConfig()infern-platform/packages/fern-docs/bundle/src/components/seo.ts.Review & Testing Checklist for Human
<head>sectionTest plan: Navigate to the preview deployment, open browser DevTools on any docs page, inspect the
<head>section, and verify that the metadata tags listed in the new section are actually present in the HTML output.Notes