mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-02 07:58:57 +02:00
🔎 Add jsonld
This commit is contained in:
parent
73432d9156
commit
25f41fa785
1 changed files with 15 additions and 1 deletions
|
@ -13,7 +13,7 @@ import { Inter } from "next/font/google";
|
|||
import Head from "next/head";
|
||||
import { useRouter } from "next/router";
|
||||
import { appWithTranslation } from "next-i18next";
|
||||
import { DefaultSeo } from "next-seo";
|
||||
import { DefaultSeo, SoftwareAppJsonLd } from "next-seo";
|
||||
import React from "react";
|
||||
|
||||
import * as nextI18nNextConfig from "../../next-i18next.config.js";
|
||||
|
@ -81,6 +81,20 @@ const MyApp: NextPage<AppPropsWithLayout> = ({ Component, pageProps }) => {
|
|||
cardType: "summary_large_image",
|
||||
}}
|
||||
/>
|
||||
<SoftwareAppJsonLd
|
||||
name="Rallly"
|
||||
aggregateRating={{
|
||||
ratingValue: "4.2",
|
||||
bestRating: "5",
|
||||
worstRating: "0",
|
||||
ratingCount: "6",
|
||||
}}
|
||||
price="0"
|
||||
priceCurrency="USD"
|
||||
operatingSystem="All"
|
||||
applicationCategory="Scheduling"
|
||||
description="Group scheduling made easy. Create polls, send links, and get feedback from your participants in seconds."
|
||||
/>
|
||||
<Head>
|
||||
<meta
|
||||
name="viewport"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue