This guide explains how to configure page frontmatter fields and page-level SEO overrides. For all available fields, see the page frontmatter reference page.

Update page frontmatter

Update your page frontmatter when needed:

---
title: "First Indexed Page"
description: ""
summary: ""
date: 2026-04-02T08:28:01+02:00
lastmod: 2026-04-16T17:21:50+02:00
draft: true
weight: 999
params:
  toc: true
  sitemap_exclude: false
  seo:
    title: "" # custom title (optional)
    description: "" # custom description (recommended)
    canonical: "" # custom canonical URL (optional)
    robots: "" # custom robot tags (optional)
    structured_data:
      product:
        currency: USD
        price: 99
        availability: https://schema.org/OnlineOnly
---