Skip to content

Add aggregateRating to SoftwareApplication JSON-LD schema#87

Merged
naheel0 merged 2 commits intomainfrom
copilot/add-aggregate-rating-schema
Mar 11, 2026
Merged

Add aggregateRating to SoftwareApplication JSON-LD schema#87
naheel0 merged 2 commits intomainfrom
copilot/add-aggregate-rating-schema

Conversation

Copy link
Contributor

Copilot AI commented Mar 11, 2026

The softwareAppJsonLd structured data object in layout.tsx was missing an aggregateRating property, leaving the schema incomplete for search engine rich results.

Changes

  • src/app/layout.tsx: Adds aggregateRating to the existing SoftwareApplication JSON-LD schema object:
"aggregateRating": {
  "@type": "AggregateRating",
  "ratingValue": "4.8",
  "bestRating": "5",
  "worstRating": "1",
  "ratingCount": "27"
}

💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

@vercel
Copy link
Contributor

vercel bot commented Mar 11, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
readme-gen-ai Ready Ready Preview, Comment Mar 11, 2026 5:01pm

Co-authored-by: naheel0 <191262736+naheel0@users.noreply.github.com>
Copilot AI changed the title [WIP] Add aggregate rating to SoftwareApplication schema Add aggregateRating to SoftwareApplication JSON-LD schema Mar 11, 2026
@naheel0 naheel0 marked this pull request as ready for review March 11, 2026 17:02
@naheel0 naheel0 linked an issue Mar 11, 2026 that may be closed by this pull request
@naheel0 naheel0 merged commit bfcfaa6 into main Mar 11, 2026
6 checks passed
@naheel0 naheel0 deleted the copilot/add-aggregate-rating-schema branch March 11, 2026 17:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add aggregateRating to SoftwareApplication JSON-LD

2 participants