.. include:: /Includes.rst.txt .. index:: Admin Panel .. _admin-panel: =========== Admin Panel =========== Target group: **Integrators**, **Developers** With an activated Admin Panel, you can display the structured data on a page generated by this extension for reviewing: .. figure:: /Images/AdminPanel/TypesInformation.png :alt: Types information in the Admin Panel Types information in the Admin Panel The icons are linked: 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 call Google's Structured Data Testing Tool and Google's Rich Result Test to validate the structured data on this page. .. hint:: Since the JSON-LD markup is fetched from the page cache, please make sure that this cache is enabled (e.g. no use of the :php:`NullBackend`). Otherwise you will not see any markup. Configuration ============= To allow non-admin users to access the schema information in the Admin Panel, you have to configure it in the corresponding UserTS: .. code-block:: typoscript admPanel { enable { ext-schema = 1 } }