Basic metadata
Head component renders its children into the document’s <head>. When multiple Head components are present (e.g., in a layout and a page), they merge, and page-level tags override layout-level tags for duplicate keys.
Open Graph
Favicon and icons
Fonts
Load Google Fonts with theGoogleFonts component:
Structured data (JSON-LD)
Per-page metadata in layouts
Set defaults in the layout, override in pages:MDX frontmatter
MDX pages can set metadata via frontmatter:title and description from frontmatter into the <head>.
Next
This is the last guide. Explore the API Reference for detailed module documentation.Related
veryfront/head: Head component API referenceveryfront/fonts: fonts API referenceveryfront/context: access frontmatter data