From b3282c4302c33851b923dc87de55843d5ab3bbfc Mon Sep 17 00:00:00 2001 From: Austin Chen Date: Wed, 19 Jan 2022 12:57:35 -0500 Subject: [PATCH] Improve SEO descriptions --- web/pages/_app.tsx | 8 ++++---- web/pages/markets.tsx | 6 ++++++ 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/web/pages/_app.tsx b/web/pages/_app.tsx index b23b6c80..83fc4702 100644 --- a/web/pages/_app.tsx +++ b/web/pages/_app.tsx @@ -9,23 +9,23 @@ function MyApp({ Component, pageProps }: AppProps) { return ( <> - Manifold Markets + Manifold Markets — A market for every prediction diff --git a/web/pages/markets.tsx b/web/pages/markets.tsx index 961c318e..a5fdd818 100644 --- a/web/pages/markets.tsx +++ b/web/pages/markets.tsx @@ -1,6 +1,7 @@ import _ from 'lodash' import { SearchableGrid } from '../components/contracts-list' import { Page } from '../components/page' +import { SEO } from '../components/SEO' import { useContracts } from '../hooks/use-contracts' import { useQueryAndSortParams } from '../hooks/use-sort-and-query-params' import { Contract, listAllContracts } from '../lib/firebase/contracts' @@ -23,6 +24,11 @@ export default function Markets(props: { contracts: Contract[] }) { return ( +