mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-04 20:56:07 +02:00
🤩 Update rating
This commit is contained in:
parent
2edb7b4427
commit
f7fe4be55b
1 changed files with 2 additions and 2 deletions
|
@ -80,10 +80,10 @@ const MyApp: NextPage<AppPropsWithLayout> = ({ Component, pageProps }) => {
|
||||||
<SoftwareAppJsonLd
|
<SoftwareAppJsonLd
|
||||||
name="Rallly"
|
name="Rallly"
|
||||||
aggregateRating={{
|
aggregateRating={{
|
||||||
ratingValue: "4.2",
|
ratingValue: "4.3",
|
||||||
bestRating: "5",
|
bestRating: "5",
|
||||||
worstRating: "0",
|
worstRating: "0",
|
||||||
ratingCount: "6",
|
ratingCount: "8",
|
||||||
}}
|
}}
|
||||||
price="0"
|
price="0"
|
||||||
priceCurrency="USD"
|
priceCurrency="USD"
|
||||||
|
|
Loading…
Add table
Reference in a new issue