Skip to content

Commit

Permalink
latest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jmckenna committed May 23, 2024
1 parent c4b5264 commit 70a4843
Showing 1 changed file with 19 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,26 +153,24 @@
}
]
}
],
"areaServed": [
{
"@type": "Place",
"geo": {
"@type": "GeoCoordinates",
"latitude": 39.3280,
"longitude": 120.1633
},
"name": "Textual name of the area served",
"description": "Description of the area served"
},
{
"@type": "Place",
"name": "Textual name of the area served",
"description": "Description of the area served, and measures needed to request access.",
"publicAccess": "False",
"isAccessibleForFree": "False"
}
]
}
],
"areaServed": [
{
"@type": "Place",
"geo": {
"@type": "GeoCoordinates",
"latitude": 39.3280,
"longitude": 120.1633
},
"name": "Textual name of the area served",
"description": "Description of the area served"
},
{
"@type": "Place",
"name": "Textual name of the area served",
"description": "Description of the area served, and measures needed to request access.",
"publicAccess": "False",
"isAccessibleForFree": "False"
}
]
}

0 comments on commit 70a4843

Please sign in to comment.