feat: enhance SEO with Open Graph meta tags and add logo image
This commit is contained in:
parent
e5bbc8f872
commit
9b3fed1f9e
22
index.html
22
index.html
@ -3,6 +3,28 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
|
||||||
|
<!-- Primary Meta Tags -->
|
||||||
|
<meta name="title" content="RanchiMall Tron Wallet" />
|
||||||
|
<meta
|
||||||
|
name="description"
|
||||||
|
content="RanchiMall Tron Wallet - Generate multi-blockchain addresses, send TRX, view transactions and manage your assets."
|
||||||
|
/>
|
||||||
|
<meta property="og:type" content="website" />
|
||||||
|
<meta
|
||||||
|
property="og:url"
|
||||||
|
content="https://ranchimall.github.io/tronwallet/"
|
||||||
|
/>
|
||||||
|
<meta property="og:title" content="RanchiMall Tron Wallet" />
|
||||||
|
<meta
|
||||||
|
property="og:description"
|
||||||
|
content="RanchiMall Tron Wallet - Generate multi-blockchain addresses, send TRX, view transactions and manage your assets."
|
||||||
|
/>
|
||||||
|
<meta
|
||||||
|
property="og:image"
|
||||||
|
content="https://ranchimall.github.io/tronwallet/ranchimall-logo.png"
|
||||||
|
/>
|
||||||
|
<meta property="og:type" content="website" />
|
||||||
<title>Tron Wallet</title>
|
<title>Tron Wallet</title>
|
||||||
<link rel="shortcut icon" href="favicon.svg" type="image/x-icon" />
|
<link rel="shortcut icon" href="favicon.svg" type="image/x-icon" />
|
||||||
<link
|
<link
|
||||||
|
|||||||
BIN
ranchimall-logo.png
Normal file
BIN
ranchimall-logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
Loading…
Reference in New Issue
Block a user