TYPO3 v15 dev-main snapshot ()

This commit is contained in:
2026-08-10 22:31:09 +02:00
commit af8cc155b5
6818 changed files with 642608 additions and 0 deletions
@@ -0,0 +1,38 @@
.. include:: /Includes.rst.txt
.. _feature-84798:
=============================================
Feature: #84798 - Add SEO fields to Pages TCA
=============================================
See :issue:`84798`
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
======
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`
.. index:: Backend, Database, TCA, ext:seo