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:

Types information in the Admin Panel

Types information in the Admin Panel

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, or call Google's Rich Result Test to validate the structured data.

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:

admPanel {
   enable {
      ext-schema = 1
   }
}
Copied!