diff --git a/components/MetaTags.tsx b/components/MetaTags.tsx index 3feda56..8e3c7e9 100644 --- a/components/MetaTags.tsx +++ b/components/MetaTags.tsx @@ -30,7 +30,8 @@ function generateJsonLd(resource: GenericResource): string { baseSchema.aggregateRating = { "@type": "AggregateRating", ratingValue: resource.meta.rating, - bestRating: 10, // Assuming a scale of 1 to 10 + ratingCount: 1, + bestRating: 5, // Assuming a scale of 1 to 10 }; }