schema.org / Product

Relatix JSON-LD Tool

Google-friendly structured data with NAICS industry classification — www.jsonldtool.com

🔍
Output
Language
Direction
URL Examples
Width
Text Size
Color Mode
Typefaces
Product
📦

Product Information

Product name is required
Description is recommended
At least one image URL is required
One URL per line
Brand is recommended
Product URL required for merchant listings
🏷️

Product Identifiers

At least one identifier (SKU, GTIN, MPN) recommended
UPC/EAN/ISBN
Manufacturer part #
🏭

NAICS Industry Classification

🏭

SIC Industry Classification

📐

Attributes

💰

Pricing & Availability

Price is required
ISO date
📅

Rent to Own / Financing

Ratings & Reviews

🚚

Shipping Details

🚚

Delivery Fee

↩️

Return Policy

Completion5/33 fields (15%)

Validation

Required by Google
Product name is required
At least one image URL is required
Price is required
Product URL required for merchant listings
Recommended by Google
Description is recommended
Brand is recommended
At least one identifier (SKU, GTIN, MPN) recommended

Optimization Hints

Adding AggregateRating can improve click-through rates by up to 30% in search results.
Including at least one Review helps build trust and can enable review rich snippets.
Adding shipping details helps qualify for free shipping badges in Google Shopping.
Return policy information builds buyer confidence and is required for some Google Shopping features.
GTIN (UPC/EAN) helps Google match your product to its catalog, improving visibility.
ℹ️Multiple product images improve engagement and may appear in image search results.
JSON-LD Output
1<script type="application/ld+json">
2{
3 "@context": "https://schema.org",
4 "@type": "Product",
5 "offers": {
6 "@type": "Offer",
7 "priceCurrency": "USD",
8 "availability": "https://schema.org/InStock",
9 "itemCondition": "https://schema.org/NewCondition"
10 },
11 "inLanguage": "en"
12}
13</script>

Quick Reference

1. Select schema type above
2. Fill in the form fields on the left
3. Choose output format (JSON-LD, Microdata, RDFa, XML, Open Graph)
4. Resolve any validation errors above
5. Copy the output
6. Paste into your page's <head> section
Ctrl+Z Undo · Ctrl+Shift+Z Redo · Ctrl+S Export · Ctrl+Shift+C Copy
Copyright 2026 Relatix LLC

Individual Product Schema in JSON-LD

A single, identifiable product instance (e.g. a laptop with a particular serial number).

Individual Product is a schema.org type. Use the generator above to build Individual Product structured data as JSON-LD, Microdata, RDFa, XML or Open Graph, then paste it into your page to help Google, Bing and AI answer engines understand your content.

See the official definition at schema.org/IndividualProduct.

Individual Product properties

Properties defined directly on IndividualProduct:

PropertyExpected typeDescription
serialNumberTextThe serial number or any alphanumeric identifier of a particular product. When attached to an offer…

Inherited properties

IndividualProduct also inherits properties from Product, Thing.

PropertyExpected typeDescription
additionalPropertyTextA property-value pair representing an additional characteristic of the entity, e.g. a product featu…
aggregateRatingTextThe overall rating, based on a collection of reviews or ratings, of the item.
asinURLAn Amazon Standard Identification Number (ASIN) is a 10-character alphanumeric unique identifier as…
audienceTextAn intended audience, i.e. a group for whom something was created.
awardTextAn award won by or for this item.
brandTextThe brand(s) associated with a product or service, or the brand(s) maintained by an organization or…
categoryTextA category for the item. Greater signs or slashes can be used to informally indicate a category hie…
colorTextThe color of the product.
colorSwatchURLA color swatch image, visualizing the color of a [[Product]]. Should match the textual description …
countryOfAssemblyTextThe place where the product was assembled.
countryOfLastProcessingTextThe place where the item (typically [[Product]]) was last processed and tested before importation.
countryOfOriginTextThe country of origin of something, including products as well as creative works such as movie and…
depthTextThe depth of the item.
displayLocationTextThe location at which an item can be viewed or experienced in-person.
fundingTextA [[Grant]] that directly or indirectly provide funding or sponsorship for this item. See also [[ow…
gtinTextA Global Trade Item Number ([GTIN](https://www.gs1.org/standards/id-keys/gtin)). GTINs identify tra…
gtin12TextThe GTIN-12 code of the product, or the product to which the offer refers. The GTIN-12 is the 12-di…
gtin13TextThe GTIN-13 code of the product, or the product to which the offer refers. This is equivalent to 13…
gtin14TextThe GTIN-14 code of the product, or the product to which the offer refers. See [GS1 GTIN Summary](h…
gtin8TextThe GTIN-8 code of the product, or the product to which the offer refers. This code is also known a…
hasAdultConsiderationTextUsed to tag an item to be intended or suitable for consumption or use by adults only.
hasCertificationTextCertification information about a product, organization, service, place, or person.
hasEnergyConsumptionDetailsTextDefines the energy efficiency Category (also known as "class" or "rating") for a product according …
hasGS1DigitalLinkURLThe GS1 digital link associated with the object. This URL should conform to the particular requirem…
hasMeasurementTextA measurement of an item, For example, the inseam of pants, the wheel size of a bicycle, the gauge …
hasMerchantReturnPolicyTextSpecifies a MerchantReturnPolicy that may be applicable.
heightTextThe height of the item.
inProductGroupWithIDTextIndicates the [[productGroupID]] for a [[ProductGroup]] that this product [[isVariantOf]].
isAccessoryOrSparePartForTextA pointer to another product (or multiple products) for which this product is an accessory or spare…
isConsumableForTextA pointer to another product (or multiple products) for which this product is a consumable.
isFamilyFriendlyBooleanIndicates whether this content is family friendly.
isRelatedToTextA pointer to another, somehow related product (or multiple products).
isSimilarToTextA pointer to another, functionally similar product (or multiple products).
isVariantOfTextIndicates the kind of product that this is a variant of. In the case of [[ProductModel]], this is a…
itemConditionTextA predefined value from OfferItemCondition specifying the condition of the product or service, or t…
keywordsTextKeywords or tags used to describe some item. Multiple textual entries in a keywords list are typica…
logoURLAn associated logo.
manufacturerTextThe manufacturer of the product.
materialURLA material that something is made from, e.g. leather, wool, cotton, paper.
mobileUrlTextThe [[mobileUrl]] property is provided for specific situations in which data consumers need to dete…

+ 30 more inherited properties. See schema.org/IndividualProduct for the full list.

IndividualProduct JSON-LD example

{
  "@context": "https://schema.org",
  "@type": "IndividualProduct",
  "name": "Example IndividualProduct"
}

Frequently asked questions

What is Individual Product schema?

Individual Product (schema.org/IndividualProduct) is a structured-data type used to describe a Individual Product to search engines and AI systems. Adding Individual Product JSON-LD to a page helps Google, Bing and answer engines understand the content and can enable rich results.

How do I add Individual Product structured data to my website?

Fill in the Individual Product fields in this tool, copy the generated JSON-LD, and paste it inside a <script type="application/ld+json"> tag in the <head> or <body> of your page. You can also export Microdata, RDFa, XML or Open Graph.

Is the Individual Product JSON-LD generator free?

Yes. jsonldtool.com is a free Individual Product schema generator and validator with no sign-up required.

Related schema types

Product