---
title: "Developer Corner"
manual: "SEO"
version: "main"
permalink: "https://docs.typo3.org/permalink/typo3/cms-seo:developer@main"
source: "Developer/Index.rst"
rendered: "2026-09-19T11:14:59+00:00"
---

# Developer Corner {#developer}

When you work with a pages-only approach you most likely don't need to use the meta tag APIs. If you have a special
edge-case or have a detail view to show a record, you need the APIs to render the corresponding meta information for your
page. You can refer to the documentation of the following APIs:

-   The MetaTagApi (see [MetaTag API](https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/ApiOverview/Seo/MetaTagApi.html#metatagapi)) to define what metatags should be rendered on your page
-   The PageTitleAPI (see [Page title API](https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/ApiOverview/Seo/PageTitleApi.html#pagetitle)) will give you the possibility to set the title of the page
