-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
93 lines (85 loc) · 4.58 KB
/
Copy pathindex.html
File metadata and controls
93 lines (85 loc) · 4.58 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary Meta Tags -->
<title>glob - Free GLB/GLTF 3D Model Compressor | Reduce File Size by 90%+</title>
<meta name="title" content="glob - Free GLB/GLTF 3D Model Compressor | Reduce File Size by 90%+" />
<meta name="description" content="Compress GLB and GLTF 3D models online for free. Reduce file size by up to 95% with mesh decimation, Draco compression, and texture optimization. Perfect for web, AR, VR, and game development." />
<meta name="keywords" content="GLB compressor, GLTF optimizer, 3D model compression, reduce GLB file size, Draco compression, mesh decimation, 3D asset optimization, web 3D, three.js optimization, WebGL models, AR assets, VR optimization, game assets compression" />
<meta name="author" content="micr.dev" />
<meta name="robots" content="index, follow" />
<meta name="googlebot" content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1" />
<meta name="bingbot" content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1" />
<link rel="canonical" href="https://glob.micr.dev/" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://glob.micr.dev/" />
<meta property="og:title" content="glob - Free GLB/GLTF 3D Model Compressor | Reduce File Size by 90%+" />
<meta property="og:description" content="Compress GLB and GLTF 3D models online for free. Reduce file size by up to 95% with mesh decimation, Draco compression, and texture optimization." />
<meta property="og:image" content="https://glob.micr.dev/glob.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:alt" content="glob 3D model compressor logo" />
<meta property="og:site_name" content="glob" />
<meta property="og:locale" content="en_US" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://glob.micr.dev/" />
<meta name="twitter:title" content="glob - Free GLB/GLTF 3D Model Compressor" />
<meta name="twitter:description" content="Compress GLB and GLTF 3D models online for free. Reduce file size by up to 95% with Draco compression and mesh decimation." />
<meta name="twitter:image" content="https://glob.micr.dev/glob.png" />
<meta name="twitter:site" content="@micr_dev" />
<meta name="twitter:creator" content="@micr_dev" />
<!-- Favicon -->
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="manifest" href="/site.webmanifest" />
<link rel="shortcut icon" href="/favicon.ico" />
<!-- Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebApplication",
"name": "glob",
"description": "Free online GLB and GLTF 3D model compressor with mesh decimation, Draco compression, and texture optimization",
"url": "https://glob.micr.dev/",
"applicationCategory": "DesignApplication",
"operatingSystem": "Web Browser",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"featureList": [
"GLB compression",
"GLTF optimization",
"Mesh decimation",
"Draco compression",
"Texture optimization",
"Bulk file processing"
],
"screenshot": "https://glob.micr.dev/glob.png",
"author": {
"@type": "Organization",
"name": "micr.dev",
"url": "https://micr.dev"
}
}
</script>
<!-- Preconnect for Performance -->
<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=Chakra+Petch:wght@700&family=Syne:wght@800&display=swap" rel="stylesheet">
<!-- Theme Color -->
<meta name="theme-color" content="#332D3B" />
<meta name="msapplication-TileColor" content="#332D3B" />
</head>
<body>
<div id="root"></div>
<script src="https://cdn.jsdelivr.net/npm/@polar-sh/checkout@0.1/dist/embed.global.js" defer data-auto-init></script>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>