json ld for shopware
json ld for shopware

json ld for shopware

49,00 EUR
49,00 EUR per Shop once, without shop updates
plus 19 % VAT
Product no.:
60040
Minimum time until start of work, if booked today:
In this Version:
Price


Voraussichtlich ab Mitte Januar nehmen wir wieder neue Kunden auf.
We expect to be accepting new customers again from mid-January.

Please specify the Shopware version when ordering so that you receive the correct plugin!

Shopware 6.4 - 6.5 - 6.6 version 1.0.0
Shopware 6.7 version 2.0.0

With JSON LD, you can prepare your shop for the future—namely, for the correct reading of your data by artificial intelligence.

This allows AI to name you as the contact person for a specific product in a dialogue with a potential customer.

The challenge with Shopware is that the entry of script commands in product descriptions is blocked, so you cannot enter the JSON LD code directly in the product description.

On the other hand, you cannot change the theme for each individual product either, as the JSON LD code is different for each product.

Here is the solution:

our plugin stores the script code directly in the theme. All you have to do is enter the content of the script. See photo. An additional field “Custom JSON LD” is available for this purpose in the product.

An example of what you could enter here would be an FAQ section:
 

{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "mainEntity": 
[
    {
      "@type": "Question",
      "name": "Woran erkenne ich, dass meine Whirlpool Pumpe irreparabel ist?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Eine Whirlpool-Pumpe gilt meist als irreparabel, wenn sie starke Geräusche macht, Wasser austritt, die Motorwicklung vernacht ist oder Ersatzteile nicht mehr verfügbar sind. In solchen Fällen ist ein Austausch economicier als eine Reparatur."
      }
    }
  ]
}

If the changes are not loaded immediately after entering the text, try clearing the cache.

Please first create the text in a txt document and then add it to the Shopware custom field.