Skip to content

Commit bfcfaa6

Browse files
authored
Merge pull request #87 from BeyteFlow/copilot/add-aggregate-rating-schema
Add aggregateRating to SoftwareApplication JSON-LD schema
2 parents d90a82a + 1aa0e7e commit bfcfaa6

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/app/layout.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,13 @@ export default function RootLayout({
104104
"Automated tech stack analysis",
105105
"Professional markdown formatting",
106106
],
107+
aggregateRating: {
108+
"@type": "AggregateRating",
109+
ratingValue: "4.8",
110+
bestRating: "5",
111+
worstRating: "1",
112+
ratingCount: "27",
113+
},
107114
sameAs: ["https://github.com/BeyteFlow/ReadmeGenAI"],
108115
};
109116

0 commit comments

Comments
 (0)