-
Notifications
You must be signed in to change notification settings - Fork 6
Add aggregateRating to SoftwareApplication JSON-LD #86
Copy link
Copy link
Closed
Labels
area: frontendChanges specifically for the UI/Tailwind components.Changes specifically for the UI/Tailwind components.ci/cdAutomated workflows for building, testing, and deploying code.Automated workflows for building, testing, and deploying code.javascriptTasks involving vanilla JS logic or legacy scripts.Tasks involving vanilla JS logic or legacy scripts.typescriptType definition fixes, interfaces, or TS configuration.Type definition fixes, interfaces, or TS configuration.
Metadata
Metadata
Assignees
Labels
area: frontendChanges specifically for the UI/Tailwind components.Changes specifically for the UI/Tailwind components.ci/cdAutomated workflows for building, testing, and deploying code.Automated workflows for building, testing, and deploying code.javascriptTasks involving vanilla JS logic or legacy scripts.Tasks involving vanilla JS logic or legacy scripts.typescriptType definition fixes, interfaces, or TS configuration.Type definition fixes, interfaces, or TS configuration.
Add
aggregateRatingto SoftwareApplication JSON-LDWe need to add an
aggregateRatingproperty to our SoftwareApplication JSON-LD schema to improve SEO and show rating information in rich results.Requirements
@type: "AggregateRating"ratingValue: "4.8"bestRating: "5"worstRating: "1"ratingCount: "27"Acceptance Criteria
aggregateRatingobject is correctly formatted according to schema.org specifications.