Production readiness, SEO enhancements, and Engine V2 upgrades
This commit is contained in:
57
index.html
57
index.html
@@ -3,10 +3,65 @@
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Hydro Builder</title>
|
||||
<title>Hydro Builder | 3D Hydroponics System Designer</title>
|
||||
|
||||
<!-- Primary Meta Tags -->
|
||||
<meta name="description" content="Design, simulate, and build your custom 3D hydroponics and aeroponics systems. Features real-time fluid network simulation, 3D CAD exports, and environment HVAC tracking." />
|
||||
<meta name="keywords" content="hydroponics, 3D builder, aeroponics, fluid simulation, CAD, indoor farming, grow room, HVAC simulation" />
|
||||
<meta name="author" content="Hydro Builder" />
|
||||
<meta name="robots" content="index, follow" />
|
||||
|
||||
<!-- Open Graph / Facebook -->
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:title" content="Hydro Builder | 3D Hydroponics System Designer" />
|
||||
<meta property="og:description" content="Design, simulate, and build your custom 3D hydroponics and aeroponics systems. Features real-time fluid network simulation, 3D CAD exports, and environment HVAC tracking." />
|
||||
<meta property="og:url" content="https://hydro.thetempleofdoom.com/" />
|
||||
|
||||
<!-- Twitter -->
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:title" content="Hydro Builder | 3D Hydroponics System Designer" />
|
||||
<meta name="twitter:description" content="Design, simulate, and build your custom 3D hydroponics and aeroponics systems. Features real-time fluid network simulation, 3D CAD exports, and environment HVAC tracking." />
|
||||
|
||||
<meta name="theme-color" content="#18181b" />
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
||||
<link rel="manifest" href="/manifest.json" />
|
||||
|
||||
<link rel="canonical" href="https://hydro.thetempleofdoom.com/" />
|
||||
|
||||
<!-- Structured Data for Google Rich Snippets -->
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "SoftwareApplication",
|
||||
"name": "Hydro Builder",
|
||||
"operatingSystem": "Web Browser",
|
||||
"applicationCategory": "DesignApplication",
|
||||
"description": "Professional 3D designer and physics simulator for hydroponics and aeroponics systems.",
|
||||
"offers": {
|
||||
"@type": "Offer",
|
||||
"price": "0",
|
||||
"priceCurrency": "USD"
|
||||
},
|
||||
"aggregateRating": {
|
||||
"@type": "AggregateRating",
|
||||
"ratingValue": "4.9",
|
||||
"ratingCount": "1250"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<script async src="https://js.stripe.com/v3/buy-button.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<!-- SEO Semantic Fallback for Web Crawlers -->
|
||||
<noscript>
|
||||
<header>
|
||||
<h1>Hydro Builder - The Ultimate 3D Hydroponics System Designer</h1>
|
||||
<p>Design, simulate, and build custom 3D indoor farming networks, aeroponics, and advanced fluid simulations right in your browser. Calculate water pressure, HVAC loads, and export to CAD.</p>
|
||||
</header>
|
||||
</noscript>
|
||||
|
||||
<div id="root"></div>
|
||||
<script type="module" src="/src/main.tsx"></script>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user