diff --git a/packages/web/pages/about.tsx b/packages/web/pages/about.tsx index f0dccc94b..ee7f8a9aa 100644 --- a/packages/web/pages/about.tsx +++ b/packages/web/pages/about.tsx @@ -45,6 +45,7 @@ export default function LandingPage(): JSX.Element { title="Omnivore" path="/about" ogImage="/static/images/og-homepage.png" + description="Omnivore is the free, open source, read-it-later app for serious readers." /> diff --git a/packages/web/pages/index.tsx b/packages/web/pages/index.tsx index 8d7581eaa..8ed038736 100644 --- a/packages/web/pages/index.tsx +++ b/packages/web/pages/index.tsx @@ -55,6 +55,7 @@ export default function LandingPage(): JSX.Element { title="Omnivore" path="/" ogImage="/static/images/og-homepage.png" + description="Omnivore is the free, open source, read-it-later app for serious readers." /> @@ -67,6 +68,7 @@ export default function LandingPage(): JSX.Element { title="Omnivore" path="/" ogImage="/static/images/og-homepage.png" + description="Omnivore is the free, open source, read-it-later app for serious readers." />