VOOZH about

URL: https://schema.org/membershipPointsEarned

⇱ membershipPointsEarned - Schema.org Property


Note: You are viewing the development version of Schema.org. See how we work for more details.

membershipPointsEarned

A Schema.org Property

This term is in the "new" area - implementation feedback and adoption from applications and websites can help improve our definitions.
Thing > Property :: membershipPointsEarned
The number of membership points earned by the member. If necessary, the unitText can be used to express the units the points are issued in. (E.g. stars, miles, etc.)

Values expected to be one of these types

Source

https://github.com/schemaorg/schemaorg/issues/2085


Examples

Example 1
Copied
Example notes or example HTML without markup.
An email message describing the points earned.
Example encoded as JSON-LD in a HTML script tag.
<script type="application/ld+json">
{
 "@type": "ProgramMembership",
 "name": "ACME customer rewards",
 "membershipPointsEarned": {
 "@type": "QuantitativeValue",
 "unitText": "Starpoints",
 "value": 500
 }
}
</script>
Structured representation of the JSON-LD example.
{ "@type": "ProgramMembership", "name": "ACME customer rewards", "membershipPointsEarned": { "@type": "QuantitativeValue", "unitText": "Starpoints", "value": 500 } }

Terms and conditions

Schema.org V30.0 | 2026-03-19