Ha @alexander!
Thank you for taking all the efforts!
I still don’t see the address in the code. Only the null,:
<script id="snippet-json-ld-website" type="application/ld+json">{
"@context": "http://schema.org/",
"@type": "WebSite",
"url": "https://www.core-bruxelles.be",
"name": "Core Bruxelles",
"alternateName": "Core Bruxelles Restaurant & bar"
}</script> <script id="snippet-json-ld-organization" type="application/ld+json">{
"@context": "http://schema.org/",
"@type": "Restaurant",
"name": "Core Bruxelles",
"url": "https://www.core-bruxelles.be",
"image": {
"@type": "ImageObject",
"url": "https://www.core-bruxelles.be/wp-content/uploads/core-bruxelles-home.jpg",
"height": "960",
"width": "960"
},
"logo": {
"@type": "ImageObject",
"url": "https://www.core-bruxelles.be/wp-content/uploads/restaurant-core-bruxelles-logo2.png",
"height": "407",
"width": "500"
},
"openingHours": [
"Mo-Su 12:00-14:30",
"Mo-Su 19:00-23:00"
],
"additionalType": [
"servesCuisine"
],
"priceRange": "Between 12 and 30 \u20ac",
"location": {
"@type": "Place",
"geo": {
"@type": "GeoCoordinates",
"longitude": "50.8441194",
"latitude": "4.3522616"
}
},
"address": null,
"sameAs": [
"https://web.facebook.com/corebruxelles/",
"https://www.instagram.com/corebruxelles/"
],
"contactPoint": [
{
"@context": "http://schema.org/",
"@type": "ContactPoint",
"telephone": "+32 (0)460 97 13 56",
"contactType": "Reservations",
"availableLanguage": "English",
"hoursAvailable": [
"Mo-Su 08:00-10:00"
]
}
],
"telephone": "+32 (0)460 97 13 56"
}</script> <script id="snippet-json-ld-page-post" type="application/ld+json">{
"@context": "http://schema.org/",
"@type": "Article",
"headline": "Core Bruxelles",
"alternativeHeadline": "Core Bruxelles Restaurant & Bar",
"datePublished": "2018-12-14 11:40:44",
"dateModified": "2019-02-13 10:18:26",
"author": {
"@type": "Person",
"name": "Core Bruxelles"
},
"publisher": {
"@type": "Organization",
"name": "Core Bruxelles",
"logo": {
"@type": "ImageObject",
"url": "https://www.core-bruxelles.be/wp-content/uploads/restaurant-core-bruxelles-logo2.png",
"height": "407",
"width": "500"
}
}
}</script>
However, the Logo and the Description are now empty. I can bet I had those filled.
Thanks!