.. include:: /Includes.rst.txt .. index:: ! SEO Search engine optimization see: Search engine optimization; SEO .. _seo: ================================ Search engine optimization (SEO) ================================ TYPO3 contains various SEO related functionality out of the box. .. note:: Most of these features are provided by the optional system extension EXT:seo. You can find information about how to install and use it in the :doc:`EXT:seo manual `. The following provides an introduction in those features. Site title The site title is basically a variable that describes the current web site. It is used in title tag generation as for example prefix. If your website is called "TYPO3 News" and the current page is called "Latest" the page title will be something like "TYPO3 News: Latest". The site title can be configured in the sites module and is translatable. Hreflang Tags "hreflang" tags are added automatically for multi-language websites based on the one-tree principle. The href is relative as long as the domain is the same. If the domain differs the href becomes absolute. The x-default href is the first supported language. The value of "hreflang" is the one set in the sites module (see :ref:`sitehandling-addingLanguages`) Canonical Tags TYPO3 provides built-in support for the :html:`` tag. If the Core extension EXT:seo is installed, it will automatically add the canonical link to the page. The canonical link is basically the same absolute link as the link to the current hreflang and is meant to indicate where the original source of the content is. It is a tool to prevent duplicate content penalties. In the page properties, the canonical link can be overwritten per language. The link wizard offers all possibilities including external links and link handler configurations. Should an empty href occur when generating the link to overwrite the canonical (this happens e.g. if the selected page is not available in the current language), the fallback to the current hreflang will be activated automatically. This ensures that there is no empty canonical. .. warning:: If you have other SEO extensions installed that generate canonical links, you have to make sure only one creates it. If both the Core and an extension are generating a canonical link, it will result in 2 canonical links which might cause confusion for search engines. XML Sitemap see :ref:`xmlsitemap` SEO for Developers TYPO3 provides various APIs for developers to implement further SEO features: - The CanonicalApi (see :ref:`canonicalapi`) to set dynamic canonical url - The MetaTagApi (see :ref:`metatagapi`) to add dynamic meta tags - The PageTitleAPI (see :ref:`pagetitle`) to manipulate the page title .. toctree:: :maxdepth: 1 :glob: *