Skip to content

Commit

Permalink
docs: Add site name meta-data to homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
ntucker committed Oct 13, 2024
1 parent 78f3f96 commit 2249495
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions website/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,15 @@ export default function Home() {
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="402" />
<meta name="twitter:card" content="summary_large_image" />
<script type="application/ld+json">
{JSON.stringify({
'@context': 'https://schema.org',
'@type': 'WebSite',
name: 'Data Client',
alternateName: ['Reactive Data Client', 'RDC'],
url: 'https://dataclient.io',
})}
</script>
</Head>
<HomepageHeader />
<main>
Expand Down

0 comments on commit 2249495

Please sign in to comment.