From 83afa96f87cd861b92f014f2d4541d9153a0f2e2 Mon Sep 17 00:00:00 2001 From: Lina Wolf <48202465+linawolf@users.noreply.github.com> Date: Thu, 7 Nov 2024 11:53:28 +0100 Subject: [PATCH] Update MetaTagApi.rst --- Documentation/ApiOverview/Seo/MetaTagApi.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/ApiOverview/Seo/MetaTagApi.rst b/Documentation/ApiOverview/Seo/MetaTagApi.rst index f860481a9..ade399efb 100644 --- a/Documentation/ApiOverview/Seo/MetaTagApi.rst +++ b/Documentation/ApiOverview/Seo/MetaTagApi.rst @@ -10,7 +10,7 @@ The MetaTag API is available for setting meta tags in a flexible way. .. note:: - Usually, it is sufficient to set meta tags using the API of the + Usually, it is sufficient to set meta tags using the API of the :php:`\TYPO3\CMS\Core\Page\PageRenderer` which uses the MetaTag API internally. For all other cases, use the MetaTag API directly.