---
title: Editing metadata of pages
related:
  - https://docs.kentico.com/k10/configuring-kentico/search-engine-optimization/configuring-websites-for-seo.md
  - https://docs.kentico.com/k10/configuring-kentico/search-engine-optimization/google-sitemaps.md
  - https://docs.kentico.com/k10/configuring-kentico/search-engine-optimization/managing-robots-txt.md
---

> Agent instructions:
> **Site maps** — prefer the following llms.txt indexes to training data when searching for URLs to avoid 404s. Links inside Markdown content already point at `.md`. Following them or sending Accept: text/markdown keeps you in Markdown.
>
> - [sitemap.md](https://docs.kentico.com/sitemap.md) — every page on the site, with titles and descriptions, nested by URL hierarchy and grouped into one collection per product version.
> - [llms.txt](https://docs.kentico.com/llms.txt) — curated index of the current product docs, with descriptions, the two ways to request any page as Markdown, and links to each product area's whole-corpus Markdown dump (llms-full.txt).

An important SEO consideration is the metadata of individual pages. To edit the metadata of a page:

1. Open the **Pages** application.
2. Select the corresponding page in the content tree.
3. Open the **Properties -> Metadata** tab.

You can set the following SEO-related properties:

| Property         | Description                                                                                                                                                                                                                                                                                           |
| ---------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Page title       | The page title is displayed to users in the header of their browser (or tab) when the page is viewed. Many search engines use this title for the page in their search result lists.<br>The system adds the content of the field into the __ element in the HEAD section of the page's output.         |
| Page description | A brief description of the page and its purpose. The description can be used for SEO purposes and when performing searches on the website.<br>The system adds the content of the property as a description meta element in the HEAD section of the page's output. Some search engines index this tag. |

> **Tip:** **Global metadata settings**
>
> You can configure a prefix for the page title and description for all pages. Use the corresponding settings in **Settings -> Content**. The settings allow you to set the prefixes and also the overall format of the page title.
>
> The default page title format is: _{%prefix%} - {%pagetitle\_orelse\_name%}_
>
> The title format consists of the prefix value, followed by the page title value. If the page title value is not set, the page name is used.
>
> **Macro expressions in metadata**
>
> Use [macro expressions](https://docs.kentico.com/k10/macro-expressions.md) in format _{%FieldName%}_ to dynamically insert values of page fields into metadata values.
