SEO Update

This commit is contained in:
fraxle
2026-05-15 20:42:41 +01:00
parent ebd4b7d7b7
commit 8d2bb6e608
4 changed files with 94 additions and 2 deletions
+67 -2
View File
@@ -3,8 +3,73 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="SunScope - UTCI weather forecast showing real thermal comfort, not just air temperature." />
<title>SunScope · The True Temperature</title>
<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",
"Soak-factor precipitation penalty (UTCI+P)",
"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://fonts.bunny.net" />
<link rel="preconnect" href="https://api.open-meteo.com" />
<link rel="icon" type="image/svg+xml" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>☀️</text></svg>" />
<link rel="stylesheet" href="./assets/sunscope.css?v=15a">
</head>