Skip to content

Commit 107b56c

Browse files
committed
docs: More name clarifications to website
1 parent 2249495 commit 107b56c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/src/pages/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ export default function Home() {
101101
<Layout description="The scalable way to build applications with dynamic data. REST, GraphQL, Websockets+SSE with React, NextJS, React Native, ExpoGo">
102102
<PageMetadata image={image} />
103103
<Head>
104-
<title>The Reactive Data Client</title>
104+
<title>Reactive Data Client</title>
105105
<meta property="og:image:width" content="1200" />
106106
<meta property="og:image:height" content="402" />
107107
<meta name="twitter:card" content="summary_large_image" />
@@ -110,7 +110,7 @@ export default function Home() {
110110
'@context': 'https://schema.org',
111111
'@type': 'WebSite',
112112
name: 'Data Client',
113-
alternateName: ['Reactive Data Client', 'RDC'],
113+
alternateName: ['Reactive Data Client', 'DataClient', 'RDC'],
114114
url: 'https://dataclient.io',
115115
})}
116116
</script>

0 commit comments

Comments
 (0)