{
“@context”: “https://schema.org”,
“@type”: “WeatherForecast”,
“location”: {
“@type”: “Place”,
“name”: “Lecco”,
“geo”: {
“@type”: “GeoCoordinates”,
“latitude”: “45.8566”,
“longitude”: “9.3977”
}
},
“forecast”: [
{
“date”: “2026-01-14”,
“weather”: “Pioggia debole”,
“temperature”: {
“unitCode”: “C”,
“value”: “6.3”
}
}
]
}

