Schema markup problems
-
Hello everyone
I am having some schema markup troubles with one of my homepages. I have configured schema via yoast, and also tried with the markup generator from Merkle, but when I run a test at https://search.google.com/test/rich-results I get the following problems:
“Name” field missing
“Image” field missingBut when I look at the code I can see everything is set correctly:
<script type="application/ld+json"> { "@context": "https://schema.org", "@type": "LocalBusiness", "name": "Godthj?lp Institute", "image": "https://godthjaelp.dk/wp-content/uploads/FB_standard_Godthjaelp.jpg", "@id": "", "url": "https://godthjaelp.dk/", "telephone": "+45 25 11 45 41", "priceRange": "$$", "address": { "@type": "PostalAddress", "streetAddress": "Sortedam Dosseringen 59", "addressLocality": "K?benhavn ?", "postalCode": "2100", "addressCountry": "DK" }, "geo": { "@type": "GeoCoordinates", "latitude": 55.6932905, "longitude": 12.5709602 }, "openingHoursSpecification": [{ "@type": "OpeningHoursSpecification", "dayOfWeek": [ "Monday", "Tuesday", "Wednesday", "Thursday" ], "opens": "09:00", "closes": "19:00" },{ "@type": "OpeningHoursSpecification", "dayOfWeek": "Friday", "opens": "09:00", "closes": "16:00" }], "sameAs": [ "https://www.facebook.com/GodthjaelpAkupunktur", "https://www.instagram.com/godthjaelpinstitute/", "https://www.youtube.com/channel/UCxyJW3Smu1dVrYnn5i30Rmw/featured", "https://godthjaelp.dk/" ] } </script>
Any ideas? All help will be appreciated thanks ??
Andreas
The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Schema markup problems’ is closed to new replies.