Product Schema Generator
Generates Schema.org Product JSON-LD with name, brand and a price offer, ready to paste into the page. The starting point for product rich snippets in search.
JSON-LD
—
Product markup: what you actually get
Your page shows a price and a brand, but search results show nothing beyond a blue title and a snippet. Product markup is what lets a search engine read those values as structured data. Fill in name, price and brand, then copy the generated JSON-LD, script tag included and on a single line, ready to paste into the product page.
Be realistic about the scope: you get three things, name, brand as a plain string, and an offers object with price and priceCurrency hardcoded to BRL. The currency is not configurable in the form. There is no field for availability, image, sku or reviews despite what the name suggests, so you add those by hand in the copied text, for example availability with the value https://schema.org/InStock. Clear the price field and the output shows price 0 instead of warning you, so check before pasting.
The marked-up price has to be exactly the one shown on the page, in the same currency, or the mismatch turns into a structured data spam problem. Never invent an aggregateRating: any rating you mark up must exist and be visible to visitors. For brand, the shape Google documents is an object with @type Brand and a name, so convert the plain string if the validator complains. Run the result through the Rich Results Test before publishing. Everything happens in your browser.
Frequently asked questions
Can I switch the currency to dollars?
How do I get review stars in search?
What about sale prices or instalments?
Related Tools
Article Schema (JSON-LD) Generator
Generate Schema.org Article JSON-LD for news and blog articles. Fill in title, author and date to help Google understand and feature your content.
Event Schema Generator
Generate Schema.org Event JSON-LD with your event name, date, venue and tickets. Help Google display concerts, courses and events prominently in search.
HowTo Schema Generator
Generate Schema.org HowTo JSON-LD with your tutorial steps. Help Google show your step-by-step guide as a rich result in search.
VideoObject Schema Generator
Generate Schema.org VideoObject JSON-LD with title, description, thumbnail and duration. Help your videos appear prominently in Google search results.
Microdata Schema Extractor
Extracts schema.org microdata (itemscope, itemtype, itemprop) from HTML and converts it to equivalent JSON-LD.
SoftwareApplication Schema Generator
Generate Schema.org SoftwareApplication JSON-LD with your app name, category, price and ratings. Enable rich snippets and highlight your software in search.