---
title: "Admin Panel"
manual: "schema"
version: "main"
permalink: "https://docs.typo3.org/permalink/brotkrueml/schema:admin-panel@main"
source: "AdminPanel/Index.rst"
rendered: "2026-09-18T07:29:46+00:00"
---

# Admin Panel {#admin-panel-1}

Target group: **Integrators**, **Developers**

With an activated [Admin Panel](https://docs.typo3.org/c/typo3/cms-adminpanel/14.3/en-us/Index.html), you can display the
structured data on a page generated by this extension for reviewing:

![Types information in the Admin Panel](../Images/AdminPanel/TypesInformation.png)

There are links available: The type to the according Schema.org documentation
and - if available - to the Google and Yandex references for the specific type,
other URLs to their destination.

Additionally, you can copy the markup on the specific page to the clipboard,
for example, to check it against the [Schema Markup Validator](https://validator.schema.org/), or call
[Google's Rich Result Test](https://search.google.com/test/rich-results) to validate the structured data.

## Configuration {#configuration}

To allow non-admin users to access the schema information in the Admin Panel,
you have to configure it in the corresponding
[user TSconfig](https://docs.typo3.org/m/typo3/reference-typoscript/14.3/en-us/UsingSettingTSconfig/UserTSconfig.html#setting-user-tsconfig):

```typoscript
admPanel {
   enable {
      ext-schema = 1
   }
}
```
