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) => {
<>