eg-3617b
From
v30.0
JSON-LD
{
"@context": "https://schema.org/",
"@type": "Organization",
"name": "Example Inc.",
"hasShippingService": [
{
"@type": "ShippingService",
"name": "Members Free Shipping",
"description": "Free shipping worldwide for Gold and Platinum members.",
"validForMemberTier": [
{ "@id": "https://www.example.com/membership-plus#tier_gold" },
{ "@id": "https://www.example.com/membership-plus#tier_platinum" }
],
"shippingConditions": {
"@type": "ShippingConditions",
"shippingRate": "0"
}
}, {
"@type": "ShippingService",
"name": "Standard Shipping",
"description": "Flat-fee worldwide shipping.",
"shippingConditions": {
"@type": "ShippingConditions",
"shippingRate": {
"@type": "MonetaryAmount",
"value": "9.99",
"currency": "USD"
}
}
}
]
}Pre-Markup
Organization with free shipping worldwide for members (in the V2 Shipping format) and paid shipping for non-members.