From df268d4d91d787bf6f466e127f350a5ec9bec110 Mon Sep 17 00:00:00 2001 From: Vim <86254807+vim-usds@users.noreply.github.com> Date: Wed, 2 Mar 2022 12:33:24 -0500 Subject: [PATCH] Add meta tags for SEO (#1318) * Add meta tags for SEO * Update keywords list - update list based on feedback --- client/src/components/layout.tsx | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/client/src/components/layout.tsx b/client/src/components/layout.tsx index 7a7baef2..dca28ec9 100644 --- a/client/src/components/layout.tsx +++ b/client/src/components/layout.tsx @@ -18,7 +18,32 @@ const Layout = ({children, location, title}: ILayoutProps) => { <> - {title} + {`${title} - Climate & Economic Justice Screening Tool`} + + {/* Description content should ideally be between 160 - 200 characters */} + + + {/* Keyword content should list the top 10 words in order of relevance. The words chosen need + to appear on every page. These words were chosen from the header as it appears on each page */} + + + {/* Allows for Open Graph meta tags */} + + + + + {/* DAP Tag */}