← All types
JSON-LD Output
{
"@context": "https://schema.org/",
"@type": "MemberProgram",
"name": "ShopRewards Loyalty Program",
"description": "Earn points on every purchase and unlock exclusive member benefits.",
"hasTiers": [
{
"@type": "MemberProgramTier",
"name": "Silver",
"hasTierBenefit": "https://schema.org/TierBenefitLoyaltyPoints",
"hasTierRequirement": "No minimum spend required",
"membershipPointsEarned": {
"@type": "QuantitativeValue",
"value": 1
}
},
{
"@type": "MemberProgramTier",
"name": "Gold",
"hasTierBenefit": [
"https://schema.org/TierBenefitLoyaltyPoints",
"https://schema.org/TierBenefitLoyaltyPrice"
],
"hasTierRequirement": "Spend $500 or more per year",
"membershipPointsEarned": {
"@type": "QuantitativeValue",
"value": 2
},
"url": "https://www.example.com/rewards/gold"
}
],
"url": "https://www.example.com/rewards"
}