Get Started with Magento 2 Rich Snippets extension
Looking for Magento 2 Rich Snippets extension? View the full Magento 2 Rich Snippets extension page to explore features, configuration options, and pricing.
Get the Rich Snippets Suite extension running in your Magento 2 store. This guide covers the essential steps to start generating structured data that helps Google display rich results for your products and business.
Prerequisites
Before you begin, ensure you have:
- Rich Snippets Suite extension installed
- Admin access to your Magento store
- Your store logo URL ready
- Basic company information (name, contact details)
Step 1: Enable the Module
- Go to Magmodules → Rich Snippets Suite
- Under General:
- Set Enabled to Yes
- Click Save Config
Step 2: Configure Store Information
- Under Store Information:
- Enter your Sitename (official company name)
- Enter an Alternative Sitename (common name people use)
- Enter your Logo URL (full URL to your logo image)
- Click Save Config
Step 3: Enable Product Schema
This is the most important schema for e-commerce:
- Under Schema: Products:
- Set Enable to Yes
- Set Show Stock to Yes
- Set Show Condition to your preference
- Set Display Rating to Yes (if you have reviews)
- Under Attributes:
- Select Description attribute (recommended: Short Description)
- Select Brand attribute (recommended: Manufacturer)
- Click Save Config
Step 4: Enable Website Schema
- Under Schema: WebSite:
- Set Enable Sitename to Yes
- Set Enable SiteSearch to Yes (adds searchbox in Google results)
- Click Save Config
Step 5: Enable Breadcrumbs
- Under Schema: BreadCrumbs:
- Set Enable Breadcrumbs to Yes
- Click Save Config
Step 6: Clear Cache and Verify
-
Clear Magento cache:
bin/magento cache:flush -
Visit a product page on your storefront
-
View page source (right-click → View Page Source)
-
Search for
application/ld+jsonto find the structured data
What You Should See
After configuration, your product pages will contain JSON-LD structured data like:
{
"@context": "https://schema.org",
"@type": "Product",
"name": "Product Name",
"image": "https://yourstore.com/media/product.jpg",
"description": "Product description",
"brand": {
"@type": "Brand",
"name": "Brand Name"
},
"offers": {
"@type": "Offer",
"price": "99.99",
"priceCurrency": "EUR",
"availability": "https://schema.org/InStock"
}
}
Validate Your Markup
Test your structured data with Google's tools:
- Go to Rich Results Test
- Enter a product page URL
- Check for errors or warnings
- Fix any issues in configuration
Next Steps
After basic setup, consider:
- Configure Organization Schema for Knowledge Panel
- Add Local Business locations if you have physical stores
- Set up Shipping Details and Return Policy schemas
- Enable OpenGraph and Twitter Cards for social sharing
- Configure Configurable Product handling for variants
Need More Help?
Documentation:
- All Help Articles - Complete documentation overview
Support:
- Contact Support - Get help from our team
For a complete overview of features and configuration options, see Magento 2 Rich Snippets extension.