-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
112 lines (106 loc) · 3.9 KB
/
Copy pathindex.html
File metadata and controls
112 lines (106 loc) · 3.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Faizane Madina Masjid Southend | Dawat-e-Islami</title>
<meta
name="description"
content="Official website of Faizane Madina Masjid Southend (Dawat-e-Islami). View daily prayer times, Jummah schedule, and event details. Serving Westcliff-on-Sea & Southend-on-Sea."
/>
<meta
name="keywords"
content="Faizan e madina, Southend Mosque, Westcliff Masjid, Prayer Times Southend, Namaz Times, Dawat-e-Islami Southend, Essex Mosque, Milton Road Mosque"
/>
<meta
property="og:title"
content="Faizane Madina Masjid Southend | Dawat-e-Islami"
/>
<meta
property="og:description"
content="Join us for daily prayers and community events. Located at 53-55 Milton Road, Westcliff-on-Sea."
/>
<meta
property="og:image"
content="https://faizanemadinasouthend.co.uk/preview-image.jpg"
/>
<meta property="og:url" content="https://faizanemadinasouthend.co.uk/" />
<meta property="og:type" content="website" />
<meta
name="google-site-verification"
content="G9ysntr3buQi3PJ5ZW8Sjr027LDyU_KoMkNfNSa9jmg"
/>
<link rel="preconnect" href="https://faizanemadinasouthend.co.uk/" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
rel="preload"
as="image"
href="/banner-small.webp"
media="(max-width: 500px)"
fetchpriority="high"
/>
<link
rel="preload"
as="image"
href="/banner-medium.webp"
media="(min-width: 501px) and (max-width: 900px)"
fetchpriority="high"
/>
<link
rel="preload"
as="image"
href="/banner.webp"
media="(min-width: 901px)"
fetchpriority="high"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Merriweather:wght@700&family=Montserrat:wght@700;900&family=Poppins:wght@400;500;600;700&display=swap"
media="print"
onload="this.media = 'all'"
/>
<noscript>
<link
href="https://fonts.googleapis.com/css2?family=Merriweather:wght@700&family=Montserrat:wght@700;900&family=Poppins:wght@400;500;600;700&display=swap"
rel="stylesheet"
/>
</noscript>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Mosque",
"name": "Faizane Madina Masjid Southend",
"alternateName": "Dawat-e-Islami Southend",
"url": "https://faizanemadinasouthend.co.uk",
"logo": "https://faizanemadinasouthend.co.uk/favicon.png",
"address": {
"@type": "PostalAddress",
"streetAddress": "53-55 Milton Road",
"addressLocality": "Westcliff-on-Sea",
"addressRegion": "Southend-on-Sea",
"postalCode": "SS0 7JP",
"addressCountry": "UK"
},
"geo": {
"@type": "GeoCoordinates",
"latitude": 51.542743,
"longitude": 0.707758
},
"telephone": "+44 7723 070653",
"sameAs": [
"https://www.google.com/maps/place/Faizane+Madina+Masjid+Southend+(+Dawat-e-Islami)/@51.5409058,0.7013236,16.5z/data=!4m6!3m5!1s0x47d8d9b72ada6ff7:0x118792dc8c0825f3!8m2!3d51.5391712!4d0.7005021!16s%2Fg%2F11bxf4b0_h?entry=ttu&g_ep=EgoyMDI1MTIwOS4wIKXMDSoASAFQAw%3D%3D",
"https://www.facebook.com/p/Faizane-Madina-Masjid-Southend-Uk-100071552359540/",
"https://x.com/madanichannel",
"https://www.instagram.com/dawateislamiofficial/",
"https://www.youtube.com/channel/UCfSmrkM_OGTFMR4kkFxrNDQ"
]
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>