From 801f8ec794b61f7a4a44765d9f99c40a10dbd643 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 11 Mar 2026 16:58:20 +0000 Subject: [PATCH 1/2] Initial plan From 1aa0e7e9d5a32defd0d23e6f9b7f58af8b303462 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 11 Mar 2026 17:00:36 +0000 Subject: [PATCH 2/2] feat: add aggregateRating to SoftwareApplication JSON-LD schema Co-authored-by: naheel0 <191262736+naheel0@users.noreply.github.com> --- src/app/layout.tsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 9fd77f7..1db0de7 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -104,6 +104,13 @@ export default function RootLayout({ "Automated tech stack analysis", "Professional markdown formatting", ], + aggregateRating: { + "@type": "AggregateRating", + ratingValue: "4.8", + bestRating: "5", + worstRating: "1", + ratingCount: "27", + }, sameAs: ["https://github.com/BeyteFlow/ReadmeGenAI"], };