Group Membership
Schema Definition
| Name | Type | Cardinality | Description |
|---|---|---|---|
| actor | https://schema.org/Text | 0..1 | The name of the actor - either a user or a group - to add to groups |
| group | https://schema.org/Text | 1..n | A group to assign the actor to |
Description
The GroupMembership HTML microdata schema inside a Pagelove site informs the platform that a particular actor (a user or a group) is being assigned to a group (or groups).
Example Group Membership
<div itemscope itemprop="https://pagelove.org/GroupMembership">
The <span itemprop="actor">john@example.com</span> user is assigned to the following groups:
<ul>
<li itemprop="group">editors</li>
<li itemprop="group">writers</li>
<li itemprop="group">staff</li>
</ul>
</div>