-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
80 lines (70 loc) · 3.33 KB
/
index.html
File metadata and controls
80 lines (70 loc) · 3.33 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<!-- Primary Meta Tags -->
<title>Cortex CMS - Modern Headless Content Management System</title>
<meta name="title" content="Cortex CMS - Modern Headless Content Management System" />
<meta name="description"
content="Cortex CMS is an intelligent, open-source headless content management system. Build and manage your content with a powerful API-first approach. Free, fast, and flexible." />
<meta name="keywords"
content="headless CMS, content management, API-first, open source, React, Node.js, MongoDB, content API, developer tools" />
<meta name="author" content="Cortex CMS" />
<meta name="robots" content="index, follow" />
<meta name="language" content="English" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#000000" />
<!-- Canonical URL -->
<link rel="canonical" href="https://cortex.umairrx.dev" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://cortex.umairrx.dev" />
<meta property="og:title" content="Cortex CMS - Modern Headless Content Management System" />
<meta property="og:description"
content="Build and manage your content with an intelligent, open-source headless CMS. API-first approach for modern web development." />
<meta property="og:image" content="https://cortex.umairrx.dev/og-image.png" />
<meta property="og:site_name" content="Cortex CMS" />
<meta property="og:locale" content="en_US" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://cortex.umairrx.dev" />
<meta property="twitter:title" content="Cortex CMS - Modern Headless Content Management System" />
<meta property="twitter:description"
content="Build and manage your content with an intelligent, open-source headless CMS. API-first approach for modern web development." />
<meta property="twitter:image" content="https://cortex.umairrx.dev/og-image.png" />
<!-- Favicon -->
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<!-- Fonts -->
<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=Inter:wght@100..900&family=Raleway:wght@100..900&family=Roboto:wght@100..900&family=Open+Sans:wght@300..800&family=Lato:wght@100..900&family=Montserrat:wght@100..900&family=Poppins:wght@100..900&display=swap"
rel="stylesheet">
<!-- Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Cortex CMS",
"description": "An intelligent, open-source headless content management system with API-first approach",
"url": "https://cortex.umairrx.dev",
"applicationCategory": "DeveloperApplication",
"operatingSystem": "Web",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"author": {
"@type": "Organization",
"name": "Cortex CMS"
}
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>