|
1 | 1 | <!DOCTYPE html>
|
2 | 2 | <html lang="en">
|
3 | 3 | <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 --> |
9 | 5 | <meta charset="UTF-8" />
|
10 | 6 | <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 --> |
14 | 13 | <title>Hussein Bakes</title>
|
15 |
| - <link rel="stylesheet" href="css/styles.css" /> |
| 14 | + |
| 15 | + <!-- Favicon --> |
16 | 16 | <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 --> |
17 | 32 | <link rel="preconnect" href="https://fonts.googleapis.com" />
|
18 | 33 | <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
19 | 34 | <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 --> |
20 | 49 | <script src="js/script.js" defer></script>
|
21 | 50 | </head>
|
22 | 51 | <body>
|
|
0 commit comments