Skip to content

Commit a7e3891

Browse files
Added Meta Data Tags
1 parent 191dff9 commit a7e3891

File tree

5 files changed

+25
-2
lines changed

5 files changed

+25
-2
lines changed
File renamed without changes.
File renamed without changes.

assets/og-image.webp

15.3 KB
Binary file not shown.

favicon.ico

195 KB
Binary file not shown.

index.html

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,29 @@
44
<meta charset="UTF-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
8+
<!-- SEO Meta Tags -->
9+
<title>Spandan's Sticker</title>
10+
<meta name="description" content="This website takes you where your QR journey begins once you scan that holographic Spandan sticker!">
11+
<meta name="keywords" content="Stickers, Spandan's Stickers, Custom Stickers, Unique Designs, Sticker Collection">
12+
<meta name="author" content="Spandan Saxena">
13+
14+
<!-- Open Graph Meta Tags for Social Media Sharing -->
15+
<meta property="og:title" content="Spandan's Sticker">
16+
<meta property="og:description" content="Discover what's with the Spandan sticker which you found somewhere!">
17+
<meta property="og:image" content="https://i.ibb.co/kqVKR2T/og-image.webp">
18+
<meta property="og:url" content="https://github.com/the-rebooted-coder/Digital-Sticker">
19+
<meta property="og:type" content="website">
20+
21+
<!-- Twitter Card Meta Tags -->
22+
<meta name="twitter:card" content="summary_large_image">
23+
<meta name="twitter:title" content="Spandan's Sticker">
24+
<meta name="twitter:description" content="This website takes you where your QR journey begins once you scan that holographic Spandan sticker!">
25+
<meta name="twitter:image" content="https://i.ibb.co/kqVKR2T/og-image.webp"> <!-- Replace with your image URL -->
26+
27+
<!-- Favicon -->
28+
<link rel="icon" href="favicon.ico" type="image/x-icon"> <!-- Ensure favicon.ico exists in your project root -->
29+
730
<title>Spandan's Sticker</title>
831
<!-- Import Poppins Font from Google Fonts -->
932
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap" rel="stylesheet">
@@ -92,10 +115,10 @@ <h1>Tap to know me</h1>
92115
<div class="card" onclick="flipCard(this)">
93116
<div class="card-inner">
94117
<div class="card-front">
95-
<img src="front-image.webp" alt="Front Image 1">
118+
<img src="./assets/front-image.webp" alt="Sticker side">
96119
</div>
97120
<div class="card-back">
98-
<img src="back-image.webp" alt="Back Image 1">
121+
<img src="./assets/back-image.webp" alt="Sticker back-side">
99122
</div>
100123
</div>
101124
</div>

0 commit comments

Comments
 (0)