You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fern/products/docs/pages/customization/what-is-docs-yml.mdx
+72Lines changed: 72 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -266,6 +266,78 @@ navbar-links:
266
266
By default, the `rightIcon` for a `filled` button is set to `arrow-right`.
267
267
</ParamField>
268
268
269
+
## Footer links configuration
270
+
271
+
Add clickable social media and community links to your documentation site footer to improve discoverability and engagement.
272
+
273
+
<Note>
274
+
Footer links provide visual navigation to your social channels. To configure SEO metadata and social media tags at the page or site level, see [metadata configuration](/learn/docs/seo/setting-seo-metadata).
Copy file name to clipboardExpand all lines: fern/products/docs/pages/seo/metadata.mdx
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,10 @@ Optimize your documentation's search visibility and social media presence by con
7
7
8
8
When configuring SEO metadata, ensure your titles and descriptions are unique, descriptive, and relevant to the page content. Keep descriptions between 150-160 characters for optimal display in search results.
9
9
10
+
<Note>
11
+
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).
12
+
</Note>
13
+
10
14
## Page metadata
11
15
12
16
Set SEO properties in each page's [frontmatter](/docs/configuration/page-level-settings) to control how individual pages appear in search results and social media shares. Page-level metadata takes precedence over site-wide settings.
0 commit comments