tour-visited-locations-schema

{
"@type": [
"TouristDestination",
"Country"
],
"name": "Argentina 1",
"url": "https://mytours.company/argentina-1",
"image": "https://mytours.company/wp-content/uploads/argentina-1.jpg",
"description": "High mountains there"
},

{
"@type": [
"TouristDestination",
"City"
],
"name": "San Paolo 1",
"url": "https://mytours.company/san-paolo-1",
"image": "https://mytours.company/wp-content/uploads/san-paolo-1.jpg",
"description": "A very cool city"
},