We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d90a82a + 1aa0e7e commit bfcfaa6Copy full SHA for bfcfaa6
1 file changed
src/app/layout.tsx
@@ -104,6 +104,13 @@ export default function RootLayout({
104
"Automated tech stack analysis",
105
"Professional markdown formatting",
106
],
107
+ aggregateRating: {
108
+ "@type": "AggregateRating",
109
+ ratingValue: "4.8",
110
+ bestRating: "5",
111
+ worstRating: "1",
112
+ ratingCount: "27",
113
+ },
114
sameAs: ["https://github.com/BeyteFlow/ReadmeGenAI"],
115
};
116
0 commit comments