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

AudioObjectSnapshot Schema in JSON-LD

A specific and exact (byte-for-byte) version of an [[AudioObject]]. Two byte-for-byte identical files, for the purposes…

AudioObjectSnapshot is a schema.org type. Use the generator above to build AudioObjectSnapshot 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/AudioObjectSnapshot.

Inherited properties

AudioObjectSnapshot also inherits properties from AudioObject, MediaObject, CreativeWork, Thing.

PropertyExpected typeDescription
captionTextThe caption for this object. For downloadable machine formats (closed caption, subtitles etc.) use …
embeddedTextCaptionTextRepresents textual captioning from a [[MediaObject]], e.g. text of a 'meme'.
transcriptTextIf this MediaObject is an AudioObject or VideoObject, the transcript of that object.
associatedArticleTextA NewsArticle associated with the Media Object.
bitrateTextThe bitrate of the media object.
contentSizeTextFile size in (mega/kilo)bytes.
contentUrlURLActual bytes of the media object, for example the image file or video file.
durationTextThe duration of the item (movie, audio recording, event, etc.) in [ISO 8601 duration format](http:/…
embedUrlURLA URL pointing to a player for a specific video. In general, this is the information in the ```src`…
encodesCreativeWorkTextThe CreativeWork encoded by this media object.
encodingFormatURLMedia type typically expressed using a MIME format (see [IANA site](http://www.iana.org/assignments…
endTimeDateTimeThe endTime of something. For a reserved event or service (e.g. FoodEstablishmentReservation), the …
heightTextThe height of the item.
ineligibleRegionTextThe ISO 3166-1 (ISO 3166-1 alpha-2) or ISO 3166-2 code, the place, or the GeoShape for the geo-poli…
interpretedAsClaimTextUsed to indicate a specific claim contained, implied, translated or refined from the content of a […
playerTypeTextPlayer type required&#x2014;for example, Flash or Silverlight.
productionCompanyTextThe production company or studio responsible for the item, e.g. series, video game, episode etc.
regionsAllowedTextThe regions where the media is allowed. If not specified, then it's assumed to be allowed everywher…
requiresSubscriptionBooleanIndicates if use of the media require a subscription (either paid or free). Allowed values are ```…
sha256TextThe [SHA-2](https://en.wikipedia.org/wiki/SHA-2) SHA256 hash of the content of the item. For exampl…
startTimeDateTimeThe startTime of something. For a reserved event or service (e.g. FoodEstablishmentReservation), th…
uploadDateDateTimeDate (including time if available) when this media object was uploaded to this site.
widthTextThe width of the item.
aboutTextThe subject matter of an object.
abstractTextAn abstract is a short description that summarizes a [[CreativeWork]].
accessibilityAPITextIndicates that the resource is compatible with the referenced accessibility API. Values should be d…
accessibilityControlTextIdentifies input methods that are sufficient to fully control the described resource. Values should…
accessibilityFeatureTextContent features of the resource, such as accessible media, alternatives and supported enhancements…
accessibilityHazardTextA characteristic of the described resource that is physiologically dangerous to some users. Related…
accessibilitySummaryTextA human-readable summary of specific accessibility features or deficiencies, consistent with the ot…
accessModeTextThe human sensory perceptual system or cognitive faculty through which a person may process or perc…
accessModeSufficientTextA list of single or combined accessModes that are sufficient to understand all the intellectual con…
accountablePersonTextSpecifies the Person that is legally accountable for the CreativeWork.
acquireLicensePageURLIndicates a page documenting how licenses can be purchased or otherwise acquired, for the current i…
aggregateRatingTextThe overall rating, based on a collection of reviews or ratings, of the item.
alternativeHeadlineTextA secondary title of the CreativeWork.
archivedAtURLIndicates a page or other link involved in archival of a [[CreativeWork]]. In the case of [[MediaRe…
assessesTextThe item being described is intended to assess the competency or learning outcome defined by the re…
associatedMediaTextA media object that encodes this CreativeWork. This property is a synonym for encoding.
audienceTextAn intended audience, i.e. a group for whom something was created.

+ 107 more inherited properties. See schema.org/AudioObjectSnapshot for the full list.

AudioObjectSnapshot JSON-LD example

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

Frequently asked questions

What is AudioObjectSnapshot schema?

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

How do I add AudioObjectSnapshot structured data to my website?

Fill in the AudioObjectSnapshot 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 AudioObjectSnapshot JSON-LD generator free?

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

Related schema types

Audio Object