30 lines
1.1 KiB
ReStructuredText
30 lines
1.1 KiB
ReStructuredText
.. include:: /Includes.rst.txt
|
|
|
|
|
|
.. _introduction:
|
|
|
|
============
|
|
Introduction
|
|
============
|
|
|
|
The goal of the Core extension :composer:`typo3/cms-seo` is to make sure basic
|
|
technical Search Engine Optimization (SEO) is done right out of the box.
|
|
Specific fields for SEO purposes are added, as well as the rendering of HTML
|
|
meta tags in the frontend.
|
|
|
|
There are several things you can do to optimize your site for search engines.
|
|
Some tasks are only solvable with good human writers, others are technical
|
|
tasks, which need to be implemented.
|
|
|
|
The goal of the extension `seo` is to help you with the following parts of
|
|
your SEO journey.
|
|
|
|
* Give editors all the fields needed to set the necessary meta tags.
|
|
* Provide the rendering of meta tags in the frontend for SEO related
|
|
information, to avoid reimplementing it again and again.
|
|
* Provide stable APIs for developers to give them the chance to change the
|
|
behaviour when needed in edge cases.
|
|
|
|
For a list of the features provided by this extension see
|
|
`Features of the TYPO3 system extension "seo" <https://docs.typo3.org/permalink/typo3/cms-seo:features>`_.
|