refactor: update seo

This commit is contained in:
Derrick Hammer 2023-08-13 04:51:08 -04:00
parent 271cf4c194
commit 7979a66675
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
2 changed files with 6 additions and 1 deletions

View File

@ -15,6 +15,11 @@ const { view, title } = Astro.props;
<html lang="en">
<head>
<title>{title}</title>
<meta
name="description"
content="Access the open, user-owned web with Lume Web, and make it yours"
/>
<meta name="keywords" content="Web3 Extension, web3 browser, Lume Web, Web3, dWeb, p2p, handshake, eth, ethereum, ipfs, open web, privacy, decentralization, blockchain" />
</head>
<body>
<Navbar view={view} client:load />

View File

@ -7,7 +7,7 @@ import Message from '../components/Home/Message/Message.astro';
import Socials from '../components/Home/Socials/Socials.astro';
---
<Layout view="home" title="Web3Extension - Gateway to Web3">
<Layout view="home" title="Web3Extension - Your Gateway to Web3">
<Install />
<Access />
<Features />