Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proposal: Allow Review, Rating, and/or aggregateRating as properties for Seat #956

Open
effisk opened this issue Jan 12, 2016 · 5 comments
Labels
no-issue-activity Discuss has gone quiet. Auto-tagging to encourage people to re-engage with the issue (or close it!).

Comments

@effisk
Copy link

effisk commented Jan 12, 2016

I'm very new to this, I apologise if my suggestion is not formatted properly.

I am trying to review seats within a theater. Each seat is identified by a row and a number.
Here is an example of what I am suggesting (I am using aggregateRating and Review in this example):

<div itemscope itemtype="http://schema.org/Seat">
    <div itemprop="seatNumber">2</div>
    <div itemprop="seatRow">AA</div>
    <div itemprop="seatSection">Orchestra</div>
    <div itemprop="alternateName">Orchestra AA2</div>
    <div itemprop="AggregateRating" itemscope itemtype="http://schema.org/AggregateRating">
        <div itemprop="ratingValue">3.5</div>
        <div itemprop="reviewCount">25</div>
    </div>
    <div itemprop="review" itemscope itemtype="https://schema.org/Review">
        <span itemprop="reviewRating" itemscope itemtype="https://schema.org/Rating">
            <meta itemprop="ratingValue" content="4"/>
        </span>
        <meta itemprop="datePublished" content="2016-01-10"/>
        <strong itemprop="name">Review title</strong>
        <p itemprop="reviewBody">Here goes the review</p>
        <em itemprop="author">Author Name</em>
    </div>
</div>
@mfhepp
Copy link
Contributor

mfhepp commented Jan 13, 2016

Thanks for this! However, I am inclined against this proposal, because the most of such data is useful only in a specific context (e.g. a particular event or type of event). I do not think it makes sense to rate a single seat in a theater, and I doubt there are Web sites that currently publish a lot of such granular information without linking it to a particular event, if at all.

@effisk
Copy link
Author

effisk commented Jan 13, 2016

Thank for your reply Martin.
There are cases where this would be useful. I'm thinking Broadway and West End venues for instance where shows can run for decades in the same venue (not that this makes much difference), and there are websites that publish that kind of information. Such reviews are valuable for visitors as they give information about leg room, view on the stage, etc. for each individual seat.

@mfhepp
Copy link
Contributor

mfhepp commented Jan 13, 2016

Are there many such sites? My rule of thumb for schema.org core elements is that they are applicable to a significant number of Web sites, like at least 10 k sites globally Everything else is better put in an extension.

@effisk
Copy link
Author

effisk commented Jan 13, 2016

There are not a lot of these websites yet - definitely less than 10k sites. I'll have a look at extensions. Thank you.

@github-actions
Copy link

This issue is being tagged as Stale due to inactivity.

@github-actions github-actions bot added the no-issue-activity Discuss has gone quiet. Auto-tagging to encourage people to re-engage with the issue (or close it!). label Aug 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-issue-activity Discuss has gone quiet. Auto-tagging to encourage people to re-engage with the issue (or close it!).
Projects
None yet
Development

No branches or pull requests

2 participants