• Zee

    (@laserjobs)


    Google started throwing this error:

    Either “offers”, “review”, or “aggregateRating” should be specified
    First detected: 2/20/19
    Status: Error

Viewing 1 replies (of 1 total)
  • Thread Starter Zee

    (@laserjobs)

    Commented out lines 83 and 85 in author-hreview/include/review_template.php to remove Product and have the pages validate for now

    // things are good….
    // let’s do it……..
    // start our hReview main container div
    $before_box = ‘<div class=”review”>’;
    // $before_box .= ‘<div itemtype=”https://schema.org/Product&#8221; itemscope=””>’;
    $ar_thing_name = get_post_meta($post->ID, ‘ta_post_review_name’, TRUE);
    // $before_box .= ‘<meta content=”‘.$ar_thing_name.'” itemprop=”name”>’;
    $before_box .= ‘<div itemtype=”https://schema.org/Review&#8221; itemscope=””>’;

Viewing 1 replies (of 1 total)
  • The topic ‘Either “offers”, “review”, or “aggregateRating” should be specified’ is closed to new replies.