Skip to content

Commit

Permalink
fix: landing page, seo
Browse files Browse the repository at this point in the history
  • Loading branch information
madawei2699 committed Apr 9, 2023
1 parent 78af737 commit 97ec8bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/landing/www/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ function App() {
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="manifest" href="/site.webmanifest" />
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5" />
<link rel='canonical' href='https://myreader.io/' />
<link rel='canonical' href='https://www.myreader.io/' />
<meta name="msapplication-TileColor" content="#da532c" />
<meta name="theme-color" content="#ffffff" />
<meta property="og:title" content="A new way to read with AI bot - myGPTReader" />
<meta property="og:description" content="myGPTReader is a Slack bot that can read and summarize any webpage, documents including ebooks, or even videos from YouTube. It also can communicate with you via voice." />
<meta property="og:image" content="/logo.png" />
<meta property="og:url" content="https://myreader.io/" />
<meta property="og:url" content="https://www.myreader.io/" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="myGPTReader" />
</Helmet>
Expand Down

0 comments on commit 97ec8bc

Please sign in to comment.