Add html meta and social banner image for social networks and better sharing
This commit is contained in:
parent
a62bba5664
commit
d075a5e3e8
2 changed files with 10 additions and 4 deletions
|
|
@ -5,10 +5,16 @@
|
||||||
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
|
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta name="theme-color" content="#000000" />
|
<meta name="theme-color" content="#000000" />
|
||||||
<meta
|
<meta name="description"content="Vytal shows you what traces your browser leaves behind while surfing the web. This scan allows you to understand how easy it is to identify and track your browser even while using private mode." />
|
||||||
name="description"
|
<meta name="author" content="z0ccc">
|
||||||
content="Web site created using create-react-app"
|
<meta property="og:title" content="Vytal" />
|
||||||
/>
|
<meta property="og:url" content="https://vytal.io" />
|
||||||
|
<meta property="og:img" content="https://vytal.io/vytal.png" />
|
||||||
|
<meta property="og:description" content="Vytal shows you what traces your browser leaves behind while surfing the web. This scan allows you to understand how easy it is to identify and track your browser even while using private mode." />
|
||||||
|
<meta name="twitter:card" content="summary_large_image" />
|
||||||
|
<meta name="twitter:title" content="Vytal" />
|
||||||
|
<meta name="twitter:description" content="Vytal shows you what traces your browser leaves behind while surfing the web. This scan allows you to understand how easy it is to identify and track your browser even while using private mode." />
|
||||||
|
<meta name="twitter:image" content="https://vytal.io/vytal.png" />
|
||||||
<!--
|
<!--
|
||||||
manifest.json provides metadata used when your web app is installed on a
|
manifest.json provides metadata used when your web app is installed on a
|
||||||
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
|
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
|
||||||
|
|
|
||||||
BIN
frontend/public/vytal.png
Normal file
BIN
frontend/public/vytal.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 167 KiB |
Loading…
Add table
Reference in a new issue