-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
79 lines (71 loc) · 3.18 KB
/
Copy pathindex.html
File metadata and controls
79 lines (71 loc) · 3.18 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>OpenBIM Viewer</title>
<!-- SEO Meta Tags -->
<meta name="description"
content="Advanced OpenBIM Viewer developed by Civil Expert and CeliaLabs. Visualize IFC models directly in your browser with high performance and precision. Tailored for engineering and construction professionals in Morocco." />
<meta name="keywords"
content="BIM, OpenBIM, IFC Viewer, Civil Engineering, Construction, Morocco, Civil Expert, CeliaLabs, 3D Visualization, WebIFC, Engineering Tools" />
<meta name="author" content="Civil Expert & CeliaLabs" />
<meta name="robots" content="index, follow" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://app.civilexpert.ma/Openbim-viewer/" />
<meta property="og:title" content="OpenBIM Viewer | Civil Expert & CeliaLabs" />
<meta property="og:description"
content="Powerful web-based BIM viewer for visualizing IFC models. Developed by Civil Expert and CeliaLabs for the Moroccan, African and International engineering community." />
<meta property="og:image" content="https://app.civilexpert.ma/Openbim-viewer/og-image.png" />
<meta property="og:site_name" content="Civil Expert Tools" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://app.civilexpert.ma/Openbim-viewer/" />
<meta property="twitter:title" content="OpenBIM Viewer | Civil Expert & CeliaLabs" />
<meta property="twitter:description"
content="Powerful web-based BIM viewer for visualizing IFC models. Developed by Civil Expert and CeliaLabs." />
<meta property="twitter:image" content="https://app.civilexpert.ma/Openbim-viewer/og-image.png" />
<!-- Geo Tags for Morocco -->
<meta name="geo.region" content="MA" />
<meta name="geo.placename" content="Casablanca, Morocco" />
<meta name="geo.position" content="33.5731; -7.5898" />
<meta name="ICBM" content="33.5731, -7.5898" />
<!-- Structured Data (JSON-LD) -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "SoftwareApplication",
"name": "OpenBIM Viewer",
"operatingSystem": "Web",
"applicationCategory": "DesignApplication",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "MAD"
},
"author": {
"@type": "Organization",
"name": "Civil Expert",
"url": "https://civilexpert.ma"
}
},
{
"@type": "Organization",
"name": "CeliaLabs",
"url": "https://celialabs.ai",
"sameAs": [
"https://www.linkedin.com/company/celialabs"
]
}
]
}
</script>
</head>
<body class="bg-background text-foreground overflow-hidden h-screen w-screen m-0 p-0">
<div id="root" class="h-full w-full"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>