{
“@context”: “https://schema.org”,
“@type”: “WeatherForecast”,
“location”: {
“@type”: “Place”,
“name”: “Treviso”,
“geo”: {
“@type”: “GeoCoordinates”,
“latitude”: “45.6669”,
“longitude”: “12.243”
}
},
“forecast”: [
{
“date”: “2026-02-17”,
“weather”: “Nebbia”,
“temperature”: {
“unitCode”: “C”,
“value”: “1.4”
}
}
]
}
