We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78f3f96 commit 2249495Copy full SHA for 2249495
website/src/pages/index.js
@@ -105,6 +105,15 @@ export default function Home() {
105
<meta property="og:image:width" content="1200" />
106
<meta property="og:image:height" content="402" />
107
<meta name="twitter:card" content="summary_large_image" />
108
+ <script type="application/ld+json">
109
+ {JSON.stringify({
110
+ '@context': 'https://schema.org',
111
+ '@type': 'WebSite',
112
+ name: 'Data Client',
113
+ alternateName: ['Reactive Data Client', 'RDC'],
114
+ url: 'https://dataclient.io',
115
+ })}
116
+ </script>
117
</Head>
118
<HomepageHeader />
119
<main>
0 commit comments