Skip to content

Commit 343fd18

Browse files
authored
Update index.html
Added metadata
1 parent f4fb7aa commit 343fd18

File tree

1 file changed

+38
-9
lines changed

1 file changed

+38
-9
lines changed

index.html

Lines changed: 38 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,51 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<!-- SEO Meta Tags -->
5-
<meta name="description" content="Hussein Bakes – Custom Cakes for weddings, birthdays, and celebrations in Nairobi & Kitui. Order now!" />
6-
<meta name="keywords" content="custom cakes, Nairobi cakes, Kitui bakery, Hussein Bakes, wedding cakes, birthday cakes, cake gallery Kenya" />
7-
<meta name="author" content="Hussein Salim" />
8-
<meta name="robots" content="index, follow" />
4+
<!-- Essential Meta Tags -->
95
<meta charset="UTF-8" />
106
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
11-
<meta name="description" content="Hussein Bakes – Custom Cakes in Nairobi & Kitui. Explore our elegant, handmade cake gallery." />
12-
<meta name="keywords" content="Custom Cakes Nairobi, Wedding Cakes Kitui, Birthday Cakes Kenya, Order Cake Online, Hussein Bakes" />
13-
<meta name="author" content="Hussein Bakes" />
7+
<meta name="robots" content="index, follow" />
8+
<meta name="description" content="Hussein Bakes – Custom Cakes for weddings, birthdays, and celebrations in Nairobi & Kitui. Order now!" />
9+
<meta name="keywords" content="custom cakes, Nairobi cakes, Kitui bakery, Hussein Bakes, wedding cakes, birthday cakes, cake gallery Kenya" />
10+
<meta name="author" content="Hussein Salim" />
11+
12+
<!-- Page Title -->
1413
<title>Hussein Bakes</title>
15-
<link rel="stylesheet" href="css/styles.css" />
14+
15+
<!-- Favicon -->
1616
<link rel="icon" href="images/logo.webp" type="image/webp" />
17+
18+
<!-- Open Graph Tags (for Facebook/WhatsApp) -->
19+
<meta property="og:title" content="Hussein Bakes – Custom Cakes in Nairobi & Kitui" />
20+
<meta property="og:description" content="Elegant, handmade cakes for birthdays, weddings & celebrations. Place your order today!" />
21+
<meta property="og:image" content="https://husseinbakes.github.io/husseinbakes_website/images/Herohero.webp" />
22+
<meta property="og:url" content="https://husseinbakes.github.io/husseinbakes_website/" />
23+
<meta property="og:type" content="website" />
24+
25+
<!-- Twitter Card -->
26+
<meta name="twitter:card" content="summary_large_image" />
27+
<meta name="twitter:title" content="Hussein Bakes – Custom Cakes" />
28+
<meta name="twitter:description" content="Handmade cakes in Nairobi & Kitui for weddings, birthdays & events." />
29+
<meta name="twitter:image" content="https://husseinbakes.github.io/husseinbakes_website/images/Herohero.webp" />
30+
31+
<!-- Google Fonts -->
1732
<link rel="preconnect" href="https://fonts.googleapis.com" />
1833
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
1934
<link href="https://fonts.googleapis.com/css2?family=Cinzel:wght@700&family=Great+Vibes&family=Montserrat&display=swap" rel="stylesheet" />
35+
36+
<!-- Stylesheet -->
37+
<link rel="stylesheet" href="css/styles.css" />
38+
39+
<!-- Google Analytics -->
40+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-X0Y6TR3Z3H"></script>
41+
<script>
42+
window.dataLayer = window.dataLayer || [];
43+
function gtag(){dataLayer.push(arguments);}
44+
gtag('js', new Date());
45+
gtag('config', 'G-X0Y6TR3Z3H');
46+
</script>
47+
48+
<!-- JS -->
2049
<script src="js/script.js" defer></script>
2150
</head>
2251
<body>

0 commit comments

Comments
 (0)