Rich Snippets

General settings

By default, Magento 2 includes structured data at the product page that helps Google and other search engines to understand the content of your site. Magento uses the microdata format.

Today Google recommends using JSON-LD for structured data whenever possible (source).

Our module does exactly that. It presents structured data using the JSON-LD format instead of the microdata format. But this is not all. Our module allows you to include addtional information in structured data. Below is the full list of structured data the module adds to pages:

To test structured data at any page of your store you can use Google Rich Snippets testing tool.

Please remember that only Google (❗) decides what to show. The testing tool may show that everything is perfect, but this maybe still not be enough for Google. Poorly written or keyword stuffed content, low quality inbound links pointing to your site, not mobile-friendly design, and slow loading time can affect your presence in search results.

❗ - you can replace Google with any other search engine.

March 2019 update

Google updated its structured data testing tool. The update made the testing tool more strict. It shows many warnings. Even though they are recommendations and not strict requirements, we improved our module so that you could fix all those warnings.

Please check the troubleshooting page to get answers for the most common questions.

Contents

  1. Installation
  2. Configuration
  3. Widgets:
  4. Troubleshooting
  5. Changelog
Edit this Page