Schema
EmployerAggregateRating Schema
Schema.org EmployerAggregateRating
- Type:
defineEmployerAggregateRating(input?: EmployerAggregateRating)
Describes user ratings for a hiring organization.
Useful Links
Example
defineEmployerAggregateRating({
itemReviewed: {
name: 'Worldโs Best Coffee Shop',
sameAs: 'https://coffee.example.com',
},
ratingCount: 25,
ratingValue: 4.4,
})
Google requires itemReviewed, ratingValue, and at least one of ratingCount or reviewCount. The TypeScript input models that count requirement as a union.
Defaults and resolves
@typedefaults toEmployerAggregateRating.@iddefaults to${canonicalUrl}#employer-aggregate-rating.itemReviewedresolves to a root Organization node.
Did this page help you?
DiscussionForumPosting Schema
Add Google discussion forum structured data with defineDiscussionForumPosting(), including authors, comments, media, and interaction counts.
Event Schema
Use defineEvent() to add Event structured data for concerts, conferences, and meetups with dates, venues, and ticket information.