Vocabulary Deprecated
More information...

UserInteraction

schema:Thing > schema:Event > schema:UserInteraction

A user interacting with a page.
PropertyExpected TypeDescription
Properties from schema:Event
schema:attendee schema:Organization  or
schema:Person 
A person or organization attending the event. Supersedes schema:attendees.
schema:doorTime schema:DateTime The time admission will commence.
schema:duration schema:Duration The duration of the item (movie, audio recording, event, etc.) in ISO 8601 date format.
schema:endDate schema:Date The end date and time of the item (in ISO 8601 date format).
schema:eventStatus schema:EventStatusType An eventStatus of an event represents its status; particularly useful when an event is cancelled or rescheduled.
schema:location schema:Place  or
schema:PostalAddress 
The location of the event, organization or action.
schema:offers schema:Offer An offer to provide this item—for example, an offer to sell a product, rent the DVD of a movie, or give away tickets to an event.
schema:organizer schema:Person  or
schema:Organization 
An organizer of an Event.
schema:performer schema:Organization  or
schema:Person 
A performer at the event—for example, a presenter, musician, musical group or actor. Supersedes schema:performers.
schema:previousStartDate schema:Date Used in conjunction with eventStatus for rescheduled or cancelled events. This property contains the previously scheduled start date. For rescheduled events, the startDate property should be used for the newly scheduled start date. In the (rare) case of an event that has been postponed and rescheduled multiple times, this field may be repeated.
schema:recordedIn schema:CreativeWork The CreativeWork that captured all or part of this Event.
Inverse property: schema:recordedAt.
schema:startDate schema:Date The start date and time of the item (in ISO 8601 date format).
schema:subEvent schema:Event An Event that is part of this event. For example, a conference event includes many presentations, each of which is a subEvent of the conference. Supersedes schema:subEvents.
schema:superEvent schema:Event An event that this event is a part of. For example, a collection of individual music performances might each have a music festival as their superEvent.
schema:typicalAgeRange schema:Text The typical expected age range, e.g. '7-9', '11-'.
schema:workPerformed schema:CreativeWork A work performed in some event, for example a play performed in a TheaterEvent.
Properties from schema:Thing
schema:additionalType schema:URL An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax. This is a relationship between something and a class that the thing is in. In RDFa syntax, it is better to use the native RDFa syntax - the 'typeof' attribute - for multiple types. Schema.org tools may have only weaker understanding of extra types, in particular those defined externally.
schema:alternateName schema:Text An alias for the item.
schema:description schema:Text A short description of the item.
schema:image schema:ImageObject  or
schema:URL 
An image of the item. This can be a URL or a fully described ImageObject.
schema:name schema:Text The name of the item.
schema:potentialAction schema:Action Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role.
schema:sameAs schema:URL URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Freebase page, or official website.
schema:url schema:URL URL of the item.

More specific Types
  • schema:UserBlocks
  • schema:UserCheckins
  • schema:UserComments
  • schema:UserDownloads
  • schema:UserLikes
  • schema:UserPageVisits
  • schema:UserPlays
  • schema:UserPlusOnes
  • schema:UserTweets

    Prefixes used:

  • schema: http://schema.org/
  • Examples

    How to Tie a Reef Knot
    by John Doe
    This article has been tweeted 1203 times and contains 78 user comments.
    
    <div itemscope itemtype="http://schema.org/Article">
      <span itemprop="name">How to Tie a Reef Knot</span>
      by <span itemprop="author">John Doe</span>
      This article has been tweeted 1203 times and contains 78 user comments.
      <meta itemprop="interactionCount" content="UserTweets:1203"/>
      <meta itemprop="interactionCount" content="UserComments:78"/>
    </div>
    
    <div vocab="http://schema.org/" typeof="Article">
      <span property="name">How to Tie a Reef Knot</span>
      by <span property="author">John Doe</span>
      This article has been tweeted 1203 times and contains 78 user comments.
      <meta property="interactionCount" content="UserTweets:1203"/>
      <meta property="interactionCount" content="UserComments:78"/>
    </div>
    
    <script type="application/ld+json">
    {
      "@context": "http://schema.org",
      "@type": "Article",
      "author": "John Doe",
      "interactionCount": [
        "UserTweets:1203",
        "UserComments:78"
      ],
      "name": "How to Tie a Reef Knot"
    }
    </script>
    

    BiblioGraph.net Version 1.1
    Schema.org Version 1.93
    Code Version 1.1