Skip to content

Commit a8dbe43

Browse files
committed
add links between footer config section and seo metadata page
1 parent 7df6729 commit a8dbe43

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

fern/products/docs/pages/customization/what-is-docs-yml.mdx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,11 @@ navbar-links:
268268

269269
## Footer links configuration
270270

271-
Add social media and community links to your documentation footer to improve discoverability and engagement.
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).
275+
</Note>
272276

273277
```yaml docs.yml
274278
footer-links:
@@ -299,7 +303,7 @@ footer-links:
299303
</ParamField>
300304

301305
<ParamField path="footer-links.twitter" type="string" required={false} toc={true}>
302-
URL to your Twitter profile. Use `x` for the new X branding.
306+
URL to your Twitter profile. Use `footer-links.x` for the new X branding.
303307
</ParamField>
304308

305309
<ParamField path="footer-links.linkedin" type="string" required={false} toc={true}>

fern/products/docs/pages/seo/metadata.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ Optimize your documentation's search visibility and social media presence by con
77

88
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.
99

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+
1014
## Page metadata
1115

1216
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

Comments
 (0)