🆓 Free 📋 Copy-Paste Code 🛒 All Shop Systems ✅ Google-compliant

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)
Analysing page…
Kategorie

Insert this block into the <head> of your page.

Each block can be used or edited individually.

Choose your shop system:

1

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.

2

Copy the generated JSON-LD code and paste it before the closing </head> tag.

3

Clear Gambio cache: Admin → Toolbox → Cache → Clear all caches

1

In WordPress: Design → Theme-Editor or preferably create a child theme.

2

Open functions.php and add the following PHP code:

add_action('wp_head', function() { if (is_product_category() || is_product() || is_page()) { echo '<!-- Schema.org JSON-LD -->'; // Ihren generierten Code hier insert: echo '/* CODE HIER */'; } });
3

Alternative: Plugin WP Schema Pro oder Rank Math (has built-in schema management).

1

In Shopware 6: Content → Themes → Edit Theme. Create a custom theme (child of Storefront).

2

Edit src/Resources/views/storefront/base.html.twig and extend the {% block base_head %}-Block.

3

In Shopware 5: themes/[Theme]/frontend/index/head.tpl → before {/block} insert.

1

In Shopify: Online Store → Themes → Edit Code.

2

Open layout/theme.liquid. Add the code before </head> ein.

3

For page-specific schema: nutzen Sie Liquid-Bedingungen {% if template == 'collection' %} for category, {% if template == 'product' %} for products.

4

Tip: Shopify generates its own Schema.org — first check for duplicates. Ggf. das Standard-Schema deaktivieren.

1

Create a custom module under app/code/Vendor/SchemaOrg/.

2

Add a layout XML that registers a block in the head.additional-handle.

3

Simpler: app/design/frontend/[Theme]/default/Magento_Catalog/layout/catalog_category_view.xml und catalog_product_view.xml extend.

1

In WordPress (without WooCommerce): Appearance → Theme Editor → header.php.

2

Insert the code directly before <?php wp_head(); ?> or after it.

3

Recommendation: Rank Math SEO has a built-in schema editor without coding.

1

Open die HTML-Datei Ihrer page in einem Texteditor.

2

Find the closing </head>-Tag.

3

Insert the generated code direkt dabefore ein and save.

4

Upload the file via FTP/SFTP to your server.

🏪

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.