---
title: "Feature: #84798 - Add SEO fields to Pages TCA"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:feature-84798"
source: "Changelog/9.3/Feature-84798-AddSEOFieldsToPagesTCA.rst"
typo3-version: "9.3"
typo3-major: 9
type: "feature"
issue: 84798
forge: "https://forge.typo3.org/issues/84798"
tags: ["Backend", "Database", "TCA", "ext:seo"]
rendered: "2026-09-19T12:12:50+00:00"
---

# Feature: #84798 - Add SEO fields to Pages TCA {#feature-84798}

See [forge#84798](https://forge.typo3.org/issues/84798)

## Description {#description}

A new system extension called SEO is introduced.

This extension adds SEO fields to Pages TCA. When this extension is
installed, a new tab `SEO` appears in the `Page module` which contains SEO related metadata.
Other non-SEO metadata is still on the `Metadata` tab.

## Impact {#impact}

Integrators can add both Open Graph and Twitter Card metadata for each page.

New fields added to Pages table:

-   `seo_title`
-   `no_index`
-   `no_follow`
-   `og_title`
-   `og_description`
-   `og_image`
-   `twitter_title`
-   `twitter_description`
-   `twitter_image`
