• Resolved webampseo

    (@webampseo)


    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 missing

    But 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)
  • Moderator bcworkz

    (@bcworkz)

    In the Google rich results test, did you click on the actual error elements? The error is not in reference to your LD+JSON data, rather it’s related to something in a “reviews-container” class. It doesn’t even look like structured data, so probably shouldn’t have itemscope and itemtype attributes to start with.

    • This reply was modified 2 years, 11 months ago by bcworkz.
    Thread Starter webampseo

    (@webampseo)

    Hi bcworkz,

    Thanks a lot for the reply. But I don’t quite follow… When I test the rich results and look at the errors it states “name and image field missing”. But how can I find the code on my website? I have literally looked everywhere, and cannot find it in the theme code or anything.. I am also using yoast as a plugin and have set structured data through this plugin

    Thanks in advance

    Thread Starter webampseo

    (@webampseo)

    I just sovled the problem – there was a plugin called “Business review bundle” that was adding extra schema to the website besides yoast.

    Thanks for the help and attention though ??

    • This reply was modified 2 years, 11 months ago by webampseo.
    Moderator bcworkz

    (@bcworkz)

    You’re welcome.

    FWIW, to answer

    But how can I find the code on my website?

    for future reference:
    On the Google Rich Results test page where it lists “Image field missing” etc. in red and yellow, click on any particular error line. Google will show you the page’s HTML source code with the problem elements highlighted.

    Of course, since you’ve resolved this issue, you cannot see such error lines any more. I suppose you could introduce intentionally invalid LD+JSON. Or reactivate the problem plugin.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Schema markup problems’ is closed to new replies.