refactor: update seo
This commit is contained in:
parent
271cf4c194
commit
7979a66675
|
@ -15,6 +15,11 @@ const { view, title } = Astro.props;
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>{title}</title>
|
<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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<Navbar view={view} client:load />
|
<Navbar view={view} client:load />
|
||||||
|
|
|
@ -7,7 +7,7 @@ import Message from '../components/Home/Message/Message.astro';
|
||||||
import Socials from '../components/Home/Socials/Socials.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 />
|
<Install />
|
||||||
<Access />
|
<Access />
|
||||||
<Features />
|
<Features />
|
||||||
|
|
Loading…
Reference in New Issue