mirror of
https://github.com/silicoflare/silicoflare-website.git
synced 2026-07-25 02:37:34 +05:30
feat: add opengraph meta tags to head
This commit is contained in:
19
index.html
19
index.html
@@ -5,7 +5,26 @@
|
|||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<link rel="icon" type="image/svg+xml" href="/sif.svg" />
|
<link rel="icon" type="image/svg+xml" href="/sif.svg" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
<!-- HTML Meta Tags -->
|
||||||
<title>Suraj B M</title>
|
<title>Suraj B M</title>
|
||||||
|
<meta name="description" content="Developer | Systems Enthusiast | Gamer">
|
||||||
|
|
||||||
|
<!-- Open Graph Meta Tags -->
|
||||||
|
<meta property="og:url" content="https://silicoflare.dev/">
|
||||||
|
<meta property="og:type" content="website">
|
||||||
|
<meta property="og:title" content="Suraj B M">
|
||||||
|
<meta property="og:description" content="Developer | Systems Enthusiast | Gamer">
|
||||||
|
<meta property="og:image" content="https://silicoflare.dev/banner.png">
|
||||||
|
<meta property="og:image:width" content="1200">
|
||||||
|
<meta property="og:image:height" content="630">
|
||||||
|
|
||||||
|
<!-- Twitter Meta Tags -->
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
|
<meta property="twitter:domain" content="silicoflare.dev">
|
||||||
|
<meta property="twitter:url" content="https://silicoflare.dev/">
|
||||||
|
<meta name="twitter:title" content="Suraj B M">
|
||||||
|
<meta name="twitter:description" content="Developer | Systems Enthusiast | Gamer">
|
||||||
|
<meta name="twitter:image" content="https://silicoflare.dev/banner.png">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
Reference in New Issue
Block a user