• Resolved joshibhargav20

    (@joshibhargav20)


    Dear All,

    So far this plugin is super awesome and working perfect!

    The only thing I am concerned about the ERROR displayed by Google Structured Data Testing Tool for the Rich Snippets item markup “Blog Posting”

    It is required to declare Publisher name and the Logo URL when we select Item Type = Blog Posting.

    I have given the Publisher name and the Logo URL, but it is not appearing in the Structured Data Testing Tool.

    It gives me an error: A value for the URL field is required.

    Here is the code snippet: You can see the Logo URL has the blank field.

    “publisher”:{“@type”:”Organization”,”name”:”DotNetGame”,”logo”:{“@type”:”ImageObject”,”url”:””,”width”:0,”height”:0}}

    Kindly help me for this.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor dudo

    (@dudo)

    Hello joshibhargav20, thank you for using Yasr!

    I’ve fixed this and will be available from the next version!

    Best,
    Dario

    P.s. When using blogposting, I suggest to always use a featured image.

    Thread Starter joshibhargav20

    (@joshibhargav20)

    Hey Dario,

    Thanks man! I updated the plugin and it’s working now

    Sure.. I will also take care for using the featured image.

    Thread Starter joshibhargav20

    (@joshibhargav20)

    Hey Dario,
    I have a question.

    The code works perfectly well under Google Structured Data Testing Tool. You may like to check one of the page: https://www.dotnetgame.com/world-of-warcraft-legion-review-wow-is-back/

    But after doing this, still I can’t see Rich Cards under “Google Webmaster Tools -> Search Appearance -> Rich Cards”.

    Do you know what could be the reasons for it?

    Rich Cards are available for https://developers.google.com/search/docs/guides/search-gallery
    Recipes
    Events
    Products
    Reviews
    Courses

    Since I am using “Review” markup for the “BlogPosting” this should work.


    Bhargav Joshi

    Plugin Contributor dudo

    (@dudo)

    I didn’t know at all about Rich Cards, I’ll take a deeper look soon: in the meantime I can say that there is not support for the BlogPosting type, in that example the review type is something like this

    <script type="application/ld+json">
    {
      "@context": "https://schema.org/",
      "@type": "Review",
      "itemReviewed": {
        "@type": "Thing",
        "name": "Super Book"
      },
      "author": {
        "@type": "Person",
        "name": "Joe"
      },
      "reviewRating": {
        "@type": "Rating",
        "ratingValue": "7",
        "bestRating": "10"
      },
      "publisher": {
        "@type": "Organization",
        "name": "Washington Times"
      }
    }
    </script>
    

    This is a “review” type and not a BlogPosting one.

    Best,
    Dario

    Thread Starter joshibhargav20

    (@joshibhargav20)

    @dudo
    Yes, you are correct.
    So let me explore how can I do this using YASR plugin.

    Can you give me your email address? I want to share something via email.
    My email is [email protected]

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Rich Snippets BlogPosting Logo URL is not appearing’ is closed to new replies.