80 lines
3.8 KiB
HTML
80 lines
3.8 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="UTF-8" />
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||
<title>SunScope – UTCI Thermal Comfort Forecast | The True Temperature</title>
|
||
<meta name="description" content="SunScope gives you a real felt-temperature forecast using UTCI — combining air temperature, humidity, wind, and solar radiation. See vehicle interior heat, indoor temps, UV burn time, and soil data, hour by hour." />
|
||
<meta name="robots" content="index, follow" />
|
||
<link rel="canonical" href="https://sunscope.net" />
|
||
|
||
<!-- Open Graph -->
|
||
<meta property="og:title" content="SunScope – UTCI Thermal Comfort Forecast | The True Temperature" />
|
||
<meta property="og:description" content="Not just air temperature. SunScope uses UTCI to show how the weather will actually feel on your body — including solar radiation, wind, humidity, and precipitation. Free, worldwide, hourly." />
|
||
<meta property="og:url" content="https://sunscope.net/" />
|
||
<meta property="og:type" content="website" />
|
||
<!-- og:image: replace with your 1200×630 social sharing image URL -->
|
||
<meta property="og:image" content="https://sunscope.net/og-image.png" />
|
||
|
||
<!-- Twitter Card -->
|
||
<meta name="twitter:card" content="summary_large_image" />
|
||
<meta name="twitter:title" content="SunScope – UTCI Thermal Comfort Forecast | The True Temperature" />
|
||
<meta name="twitter:description" content="Not just air temperature. SunScope uses UTCI to show how the weather will actually feel on your body — including solar radiation, wind, humidity, and precipitation." />
|
||
<meta name="twitter:image" content="https://sunscope.net/og-image.png" />
|
||
|
||
<!-- Structured data -->
|
||
<script type="application/ld+json">
|
||
{
|
||
"@context": "https://schema.org",
|
||
"@type": "WebSite",
|
||
"name": "SunScope",
|
||
"url": "https://sunscope.net",
|
||
"description": "SunScope is a free outdoor thermal comfort forecast using the Universal Thermal Climate Index (UTCI) and the SunScope soak-factor for precipitation.",
|
||
"potentialAction": {
|
||
"@type": "SearchAction",
|
||
"target": {
|
||
"@type": "EntryPoint",
|
||
"urlTemplate": "https://sunscope.net/?q={search_term_string}"
|
||
},
|
||
"query-input": "required name=search_term_string"
|
||
}
|
||
}
|
||
</script>
|
||
<script type="application/ld+json">
|
||
{
|
||
"@context": "https://schema.org",
|
||
"@type": "WebApplication",
|
||
"name": "SunScope",
|
||
"url": "https://sunscope.net",
|
||
"description": "A free hourly UTCI thermal comfort forecast combining air temperature, humidity, wind speed, and solar radiation. Includes vehicle interior temperature, indoor temperature, UV burn time, concrete surface temperature, and soil data.",
|
||
"applicationCategory": "WeatherApplication",
|
||
"operatingSystem": "Any",
|
||
"offers": {
|
||
"@type": "Offer",
|
||
"price": "0",
|
||
"priceCurrency": "GBP"
|
||
},
|
||
"featureList": [
|
||
"UTCI thermal comfort index",
|
||
"SunSoak felt-temperature index with precipitation penalty and environment modifier",
|
||
"Vehicle interior temperature model",
|
||
"Indoor building temperature model",
|
||
"UV-A and UV-B index with burn time",
|
||
"Urban concrete surface temperature",
|
||
"Soil temperature and moisture",
|
||
"Worldwide location search",
|
||
"Hourly forecast, auto-refreshes every 5 minutes"
|
||
]
|
||
}
|
||
</script>
|
||
|
||
<link rel="preconnect" href="https://api.open-meteo.com" crossorigin />
|
||
<link rel="icon" type="image/svg+xml" href="./favicon.svg" />
|
||
<link rel="stylesheet" href="./assets/sunscope.css?v=15k">
|
||
</head>
|
||
<body>
|
||
<div id="root"></div>
|
||
<script type="module" src="./assets/js/main.js?v=15g"></script>
|
||
</body>
|
||
</html>
|