These snippets are meant as examples and are meant to be modified to fit your own data structure.
Map all source entity properties
A schema which dynamically maps all properties from your source entity to the view.- JavaScript
- JSON
Site settings
A schema containing essential site settings, here Site name, Logo and Login page link.- JavaScript
- JSON
Site settings
SEO Composition
A schema for basic SEO settings, here meta title, meta description and meta robots (index/noindex and follow/nofollow). This schema can be used in other schemas using the reference type as you can see in the code below.- JavaScript
- JSON
SEO Composition
- JavaScript
- JSON
SEO Composition used in another schema
Breadcrumb navigation
A schema for generating a breadcrumb navigation. This schema can be used in other schemas using the reference type, as you can see in the code below.- JavaScript
- JSON
SEO Composition used in another schema
- JavaScript
- JSON
SEO Composition used in another schema
Category products
A schema for listing all the products related to a specific category.- JavaScript
- JSON
Top 3 product reviews
A schema for listing the 3 highest-rated product reviews.- JavaScript
- JSON