From 047629cb410fd4aab12395720b12711f01d56f76 Mon Sep 17 00:00:00 2001 From: Tomek Marciniak Date: Wed, 13 Sep 2023 07:02:10 +0200 Subject: [PATCH] chore(repo): add meta keywords --- src/app/layout.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 2a89f5a..b2ee68e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -24,6 +24,8 @@ export const metadata: Metadata = { title: 'Minaverse', description: 'The truly open Mina Explorer. Get insight into the Mina Protocol.', + keywords: + 'Mina, Blockchain, Explorer, Mina Protocol, Mina Price, Price of Mina, Mina Explorer, Market Cap, Mina Market Cap, zkApps, zkProofs, Succinct Blockchain', manifest: '/manifest.json', themeColor: '#1e3a8a' }