structured-data-testing-tool
Version:
A library and command line tool to help test for Structured Data.
27 lines • 762 B
JSON
{
"@context": "https://schema.org/",
"@type": "Product",
"@ids": "https://www.blah.org/#blahorg",
"urls": "https://www.blah.org/en-US/developer/",
"logod": "https://www.example.com/example-logo.jpg",
"images": [
"https://example.com/photos/1x1/photo.jpg",
"https://example.com/photos/4x3/photo.jpg",
"https://example.com/photos/16x9/photo.jpg"
],
"named": "Blah Org",
"alternateName": "Blah",
"brand": {
"@type": "Brand",
"@id": "https://www.blah.org/#brand",
"name": "ACME Inc"
},
"sameAs": ["https://en.wikipedia.org/wiki/blah"],
"offers": {
"@type": "Offer",
"url": "https://www.blah.org/developer/",
"priceCurrency": "USD",
"price": "0",
"availability": "https://schema.org/InStock"
}
}