When I submit this variation the Google structured data tester doesn’t recognize the areas served schema but when I try any variation I get an overall error. Please help an amateur schema editor
<script type=”application/ld+json”>
{
“@context”: “[https://schema.org](https://schema.org)”,
“@type”: “RealEstateAgent”,
“name”: “Bayou Realtors”,
“image”: “[https://s3-us-west-2.amazonaws.com/hh-wp-images/sites/1080/Logo-Smaller-2.jpg](https://s3-us-west-2.amazonaws.com/hh-wp-images/sites/1080/Logo-Smaller-2.jpg)”,
“@id”: “”,
“url”: “[https://bayourealtors.com/](https://bayourealtors.com/)”,
“telephone”: “2813374557”,
“address”: {
“@type”: “PostalAddress”,
“streetAddress”: “1613 FM 517 East”,
“addressLocality”: “Dickinson”,
“addressRegion”: “TX”,
“postalCode”: “77539”,
“addressCountry”: “US”
},
“geo”: {
“@type”: “GeoCoordinates”,
“latitude”: 29.4578788,
“longitude”: -95.06403689999999
} ,
“sameAs”: [
“[https://www.facebook.com/BayouRealtors](https://www.facebook.com/BayouRealtors)”,
“[https://www.linkedin.com/in/robertmbragg](https://www.linkedin.com/in/robertmbragg)”,
“[https://twitter.com/robertmbragg](https://twitter.com/robertmbragg)”
]
},
“areaServed”: [{
“@type”: “City”,
“name”: “Dickinson”,
“sameAs”: “[https://en.wikipedia.org/wiki/Dickinson,_Texas](https://en.wikipedia.org/wiki/Dickinson,_Texas)”
},
{
“@type”: “City”,
“name”: “League City”,
“sameAs”: “[https://en.wikipedia.org/wiki/League_City,_Texas](https://en.wikipedia.org/wiki/League_City,_Texas)”
}]
}
</script>
<script type=”application/ld+json”>