1 min readMar 29, 2026by jakub
SEO Rich Snippets
The qoliber SEO Rich Snippets extension adds comprehensive structured data markup to your Magento 2 store, improving search engine visibility and click-through rates.
Features
- Product Schema — Automatic JSON-LD markup for products with price, availability, reviews, and images
- Category Schema — ItemList and BreadcrumbList markup for category pages
- CMS Page Schema — Article and WebPage schema for CMS content
- Organisation Schema — Company information and logo markup
- FAQ Schema — Question/Answer structured data for FAQ pages
Supported Schema Types
JSON
{
"@context": "https://schema.org",
"@type": "Product",
"name": "Example Product",
"description": "Product description",
"offers": {
"@type": "Offer",
"price": "29.99",
"priceCurrency": "EUR",
"availability": "https://schema.org/InStock"
}
}Installation
Bash
composer require qoliber/seo-rich-snippets
bin/magento setup:upgrade
bin/magento cache:flushGoogle Search Console
After installing, use Google's Rich Results Test to verify your structured data is correctly implemented.
Was this page helpful?