I've been working on getting my local business in Google and want to implement JSON-LD, I'm not really familar with coding (wordpress user) so I used a generator to create the code, however when testing in Google's structured data test I get the warning/error that the field: Phone is recommended. Can someone check/see if there's something wrong in the way the code is build up? I've already tried myself in changing order etc. but that didn't give the result I was hoping for.
<script type='application/ld+json'>
{
"@context": "http://www.schema.org",
"@type": "ProfessionalService",
"name": "Met Lidy kinder- en jeugdcoaching",
"url": "https://website.nl/",
"logo": "https://website.nl",
"image": "https://website.nl",
"description": "Description",
"address": {
"@type": "PostalAddress",
"streetAddress": "Adress",
"addressLocality": "City",
"addressRegion": "Noord-Brabant",
"postalCode": "5000AA",
"addressCountry": "Netherlands"
},
"geo": {
"@type": "GeoCoordinates",
"latitude": "51.000000",
"longitude": "4.000000"
},
"openingHours": "Mo 13:30-18:00 Tu, We 09:00-18:00",
"contactPoint": {
"@type": "ContactPoint",
"telephone": "+123456789",
"contactType": "reservations"
}
}
</script>
Edit Changed back details to 'general' text