mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-25 12:17:26 +02:00
🔍️ Update rating
Signed-off-by: Luke Vella <me@lukevella.com>
This commit is contained in:
parent
8d308ef8b3
commit
06e356720a
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.3",
|
ratingValue: "4.4",
|
||||||
bestRating: "5",
|
bestRating: "5",
|
||||||
worstRating: "0",
|
worstRating: "0",
|
||||||
ratingCount: "9",
|
ratingCount: "11",
|
||||||
}}
|
}}
|
||||||
price="0"
|
price="0"
|
||||||
priceCurrency="USD"
|
priceCurrency="USD"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue