Skip to content

Commit c1274b5

Browse files
authored
Update index.html
1 parent 688d39f commit c1274b5

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

index.html

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,26 @@
4444
gtag('js', new Date());
4545
gtag('config', 'G-X0Y6TR3Z3H');
4646
</script>
47+
<script type="application/ld+json">
48+
{
49+
"@context": "https://schema.org",
50+
"@type": "Bakery",
51+
"name": "Hussein Bakes",
52+
"image": "https://husseinbakes.github.io/Husseinbakes-menu/images/logo.webp",
53+
"address": {
54+
"@type": "PostalAddress",
55+
"addressLocality": "Kitui",
56+
"addressRegion": "Kitui",
57+
"postalCode": "90200",
58+
"addressCountry": "KE"
59+
},
60+
"telephone": "+254710975805",
61+
"email": "husseinbakes@gmail.com",
62+
"url": "https://husseinbakes.github.io/Husseinbakes-menu/",
63+
"priceRange": "$$",
64+
"openingHours": "Mo-Su 00:00-23:59"
65+
}
66+
</script>
4767

4868
<!-- JS -->
4969
<script src="js/script.js" defer></script>

0 commit comments

Comments
 (0)