Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion fern/products/docs/pages/customization/frontmatter.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ subtitle: Set titles, add meta descriptions, and more
slug: frontmatter
description: Use frontmatter to set the page title, subtitle, slug, meta description, its OpenGraph image, and a URL to suggest edits.
keywords: frontmatter, seo, customization, metadata
og:sitename: Your Company Inc.
og:site_name: Your Company Inc.
og:title: SEO Metadata Title
---
```
Expand Down
4 changes: 4 additions & 0 deletions fern/snippets/seo-metadata-page.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<Info>
Only the documented SEO fields are added to the HTML `<head>` as meta tags. Custom frontmatter fields won't automatically appear in your page metadata. To add custom metadata, use [custom JavaScript](/learn/docs/customization/custom-css-js#custom-javascript).
</Info>

<CodeBlock title="plantstore-quickstart.mdx">
```mdx
---
Expand Down
Loading