• Resolved kadirkr

    (@kadirkr)


    In Google structure data it showing two error under blog data :
    1.) A value for the image field is required.

    2.) A value for the publisher field is required.

    Is there any solution for this ?

    My site is https://trickspaid.com

Viewing 5 replies - 1 through 5 (of 5 total)
  • i also have d same issue.. from last 4 days

    first i was using asteroid n switched to frontier..

    1st 5 pages made in ast infected with this error..
    next pages in frnt are fine..

    no clue whats happening….

    Help………

    Theme Author ronangelo

    (@ronangelo)

    For the image error, you have to enable the Featured Image option and ensure that your posts have a Featured Image selected.

    As for the publisher one, since the theme has no built-in markup for that, you could add something like this on a Text Widget (this is from Google’s example)

    Example:

    <div itemprop="publisher" itemscope itemtype="https://schema.org/Organization">
    <div itemprop="logo" itemscope itemtype="https://schema.org/ImageObject">
      <img src="https://google.com/logo.jpg"/>
      <meta itemprop="url" content="https://google.com/logo.jpg">
      <meta itemprop="width" content="600">
      <meta itemprop="height" content="60">
    </div>
    <meta itemprop="name" content="Google">
    </div>

    Though keep in mind that these markups do not affect your ranking in Google search pages and may be more hassle than they are worth. I personally don’t try to keep up with these SEO stuff anymore so you might be better off asking SEO experts.

    Ron

    missing : auther
    missing : Updated

    and its increasing day by day.
    can you suggest here ??

    Theme Author ronangelo

    (@ronangelo)

    That’s because you disabled both the Author and Date to show on the posts. You can enable them again on the theme options page.

    Ron Thanks again.. you v been kind to me.. but again i stuck at a point..
    Its showing multiple description.. twice i did installation of wp to get read of this prob.. but again.. I did everything cautiously but dont know where i am making mistake..
    after every step i was checking that i should not get that error.. But sad..

    I am searching for it.. but experience is (you have answer) so big sorry for trouble..

    m sure i ll get answer from you……….

    THNNKS in advance RON

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Google structure data tool error add publisher required’ is closed to new replies.