-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
137 lines (133 loc) · 5.17 KB
/
index.html
File metadata and controls
137 lines (133 loc) · 5.17 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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Sunnah.now | High-Fidelity Hadith API & Scholarly-Curated Datasets</title>
<meta
name="description"
content="Sunnah.now provides a developer-first Hadith API and scholarly-curated datasets. High-fidelity Islamic data repository for developers, researchers, and creators."
/>
<meta
name="keywords"
content="Hadith API, Sunnah datasets, Islamic data, Sahih Bukhari API, Sahih Muslim API, developer-first Hadith data, scholarly curated Hadith, Sunnah.now"
/>
<meta name="author" content="Sunnah.now" />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://sunnah.now" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://sunnah.now" />
<meta property="og:title" content="Sunnah.now | High-Fidelity Hadith API & Scholarly-Curated Datasets" />
<meta
property="og:description"
content="Modern Hadith API and scholarly-curated datasets for developers and researchers. Reliable Islamic data access."
/>
<meta property="og:image" content="https://sunnah.now/images/hero.webp" />
<meta property="og:image:alt" content="Sunnah.now - Authentic Hadith Library" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://sunnah.now" />
<meta
property="twitter:title"
content="Sunnah.now | High-Fidelity Hadith API & Scholarly-Curated Datasets"
/>
<meta
property="twitter:description"
content="Modern Hadith API and scholarly-curated datasets for developers and researchers. Reliable Islamic data access."
/>
<meta
property="twitter:image"
content="https://sunnah.now/images/hero.webp"
/>
<meta property="twitter:image:alt" content="Sunnah.now - Authentic Hadith Library" />
<link
rel="icon"
type="image/png"
href="/favicon/favicon-96x96.png"
sizes="96x96"
/>
<link rel="icon" type="image/svg+xml" href="/favicon/favicon.svg" />
<link rel="shortcut icon" href="/favicon/favicon.ico" />
<link
rel="apple-touch-icon"
sizes="180x180"
href="/favicon/apple-touch-icon.png"
/>
<meta name="apple-mobile-web-app-title" content="Sunnah.now" />
<meta name="theme-color" content="#fdf9f2" />
<link rel="manifest" href="/site.webmanifest" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,400;0,700;1,400&family=Inter:wght@400;500;600&family=Amiri:ital,wght@0,400;0,700;1,400;1,700&display=swap"
rel="stylesheet"
/>
<!-- Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "Sunnah.now",
"url": "https://sunnah.now",
"description": "Developer-first digital repository providing high-fidelity Hadith data through a modern API and scholarly-curated datasets.",
"publisher": {
"@type": "Organization",
"name": "Sunnah.now",
"logo": {
"@type": "ImageObject",
"url": "https://sunnah.now/favicon/favicon-96x96.png"
}
}
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Sunnah.now",
"url": "https://sunnah.now",
"logo": "https://sunnah.now/favicon/favicon-96x96.png",
"description": "Providing high-fidelity Hadith data through a modern API and scholarly-curated datasets.",
"sameAs": [
"https://github.com/sunnah-now"
]
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Sunnah.now API",
"applicationCategory": "DeveloperApplication",
"operatingSystem": "Any",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"description": "High-fidelity Hadith API providing structured Islamic data for developers.",
"url": "https://sunnah.now"
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Dataset",
"name": "Sunnah.now Hadith Datasets",
"description": "Scholarly-curated and high-fidelity Hadith datasets in structured formats (JSON, CSV).",
"url": "https://sunnah.now",
"license": "https://creativecommons.org/licenses/by-sa/4.0/",
"creator": {
"@type": "Organization",
"name": "Sunnah.now"
},
"keywords": ["Hadith", "Sunnah", "Islamic Data", "Dataset", "Sahih Bukhari", "Sahih Muslim"]
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>