JSON-LD for the selected product · updates live
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "Product",
"@id": "https://ridgeline.example/line-card/valves/cvw-b150/#product",
"url": "https://ridgeline.example/line-card/valves/cvw-b150/",
"name": "Bronze ball valve, two-piece, full port",
"mpn": "CVW-B150",
"sku": "RIS-CVW-B150",
"description": "Fictional demo product for a line-card prototype. Two-piece bronze ball valve with a full-port bore, PTFE seats and a lockable lever handle for potable water and general service.",
"category": "Valves",
"brand": {
"@type": "Brand",
"name": "Cascade Valve Works"
},
"manufacturer": {
"@type": "Organization",
"name": "Cascade Valve Works"
},
"material": "Bronze / brass",
"additionalProperty": [
{
"@type": "PropertyValue",
"name": "Size range",
"value": "½–2 in"
},
{
"@type": "PropertyValue",
"name": "Body material",
"value": "Bronze / brass"
},
{
"@type": "PropertyValue",
"name": "Lead time",
"value": "In stock"
},
{
"@type": "PropertyValue",
"name": "Pressure class",
"value": "600 WOG / 150 SWP"
},
{
"@type": "PropertyValue",
"name": "End connection",
"value": "Threaded NPT"
},
{
"@type": "PropertyValue",
"name": "Seat",
"value": "PTFE"
},
{
"@type": "PropertyValue",
"name": "Stem",
"value": "Blowout-proof, adjustable packing"
},
{
"@type": "PropertyValue",
"name": "Handle",
"value": "Lever, lockable"
},
{
"@type": "PropertyValue",
"name": "Listing",
"value": "Lead-free (demo)"
}
],
"subjectOf": {
"@type": "DigitalDocument",
"@id": "https://ridgeline.example/spec-sheets/cvw-b150.pdf",
"name": "CVW-B150 spec sheet (fictional)",
"url": "https://ridgeline.example/spec-sheets/cvw-b150.pdf",
"encodingFormat": "application/pdf",
"inLanguage": "en",
"about": {
"@id": "https://ridgeline.example/line-card/valves/cvw-b150/#product"
}
},
"offers": {
"@type": "Offer",
"availability": "https://schema.org/InStock",
"deliveryLeadTime": {
"@type": "QuantitativeValue",
"minValue": 1,
"maxValue": 2,
"unitCode": "DAY"
},
"itemCondition": "https://schema.org/NewCondition",
"seller": {
"@type": "Organization",
"name": "Ridgeline Industrial Sales",
"url": "https://ridgeline.example/"
}
}
},
{
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Line card",
"item": "https://ridgeline.example/line-card/"
},
{
"@type": "ListItem",
"position": 2,
"name": "Valves",
"item": "https://ridgeline.example/line-card/valves/"
},
{
"@type": "ListItem",
"position": 3,
"name": "Bronze ball valve, two-piece, full port",
"item": "https://ridgeline.example/line-card/valves/cvw-b150/"
}
]
}
]
}
Also injected live into the page as <script type="application/ld+json" id="lc-ld-live">. Offer carries availability and lead time but no price: valid schema.org, honest for a rep firm, and it won't pretend to be a store.