JSON-LD

All you need to know about JSON-LD

What is JSON-LD?

JSON-LD is an accepted format by top search engines Google, Bing, Yahoo, Yandex for classifying the web page content in order to provide information about that page. For example, on a product page, what the name of the product is, the product description, product color, product images, product brand, product availability and so on.

Why is JSON-LD important for my store?

JSON-LD helps search engines to better understand what your website is about. Search engines like Google can also use the data to generate rich snippets that display visuals and additional information.

What JSON LD schemas are created and added to my store?

TinyIMG creates JSON-LD Schemas for every product, blog post, website and store itself. And that means having neatly organized data makes it easier for google to go through it and find information, which in turn makes it easier for google to elevate your product page, sitelink, and so on.

What If I already have JSON-LD in my store ?

Search engines parse only the best constructed JSON LD, which means If you had other incomplete JSON LD scripts added to your store, they will be ignored by search engines.

Where can I check what JSON LD data is added to my store ?

You can always use Google's official tool for Structured data testing (JSON LD). Just paste any URL and you will check all JSON LD data added. Url: https://search.google.com/test/rich-results

What will happen to my store JSON LD schemas after I uninstall the app?

If you activate this feature and uninstall our app, It will remain in your theme. If you do not want It active on your theme, before uninstalling the app, make sure to deactivate It.

How do I remove JSON-LD code manually ?

  1. From your Shopify admin, go to Online Store > Themes.
  2. Find the theme you want to edit, and then click Actions > Edit code.
  3. Find and select theme.liquid file and remove this code which is going to be before the closing </body> tag: {% include 'tinyimg-json-ld-scripts' %}
  4. Press save.
  5. Next, search all files in shopify code editor for tinyimg-json-ld-scripts.liquid > Select the file -> Delete file.