Schema.org JSON-LD Generator
Enter URL → copy ready-made code. JSON-LD for shops and websites: categories, products and info pages. No plugin, no hosting, no setup.
Enter company data for complete schema (optional, one-time)
Insert this block into the <head> of your page.
Each block can be used or edited individually.
Choose your shop system:
In Gambio Admin: Content → Tracking Codes (or equivalent) to paste the generated code — or add it directly before </head> in the theme template file themes/[YourTheme]/html/system/layout_head.html via FTP.
Copy the generated JSON-LD code and paste it before the closing </head> tag.
Clear Gambio cache: Admin → Toolbox → Cache → Clear all caches
Validate with Google Rich Results Test and Schema.org Validator.
In WordPress: Design → Theme-Editor or preferably create a child theme.
Open functions.php and add the following PHP code:
Alternative: Plugin WP Schema Pro oder Rank Math (has built-in schema management).
In Shopware 6: Content → Themes → Edit Theme. Create a custom theme (child of Storefront).
Edit src/Resources/views/storefront/base.html.twig and extend the {% block base_head %}-Block.
In Shopware 5: themes/[Theme]/frontend/index/head.tpl → before {/block} insert.
In Shopify: Online Store → Themes → Edit Code.
Open layout/theme.liquid. Add the code before </head> ein.
For page-specific schema: nutzen Sie Liquid-Bedingungen {% if template == 'collection' %} for category, {% if template == 'product' %} for products.
Tip: Shopify generates its own Schema.org — first check for duplicates. Ggf. das Standard-Schema deaktivieren.
Create a custom module under app/code/Vendor/SchemaOrg/.
Add a layout XML that registers a block in the head.additional-handle.
Simpler: app/design/frontend/[Theme]/default/Magento_Catalog/layout/catalog_category_view.xml und catalog_product_view.xml extend.
In WordPress (without WooCommerce): Appearance → Theme Editor → header.php.
Insert the code directly before <?php wp_head(); ?> or after it.
Recommendation: Rank Math SEO has a built-in schema editor without coding.
Open die HTML-Datei Ihrer page in einem Texteditor.
Find the closing </head>-Tag.
Insert the generated code direkt dabefore ein and save.
Upload the file via FTP/SFTP to your server.
Checking your schema…
Kategorieseiten
CollectionPage + ItemList with products, prices and availability. BreadcrumbList for category paths.
Produktseiten
Product schema with offer, price, brand, rating and availability. Foundation for Google Rich Results.
Organization-Block
Company name, address, rating and SearchAction — entered once, usable on all pages.
What is Schema.org JSON-LD?
Schema.org is a standard developed by Google, Bing and Yahoo for structured data. JSON-LD <script type="application/ld+json">-Block im <head> teilt Suchmaschinen mit, was Ihre page enthält — ohne das sichtbare Layout zu verändern.
For online stores this enables: product carousels, rich breadcrumbs, sitelinks search box and direct price display in search results. The generator creates ready-to-use code for all common shop systems.