Title: Schema breaking
Last modified: August 31, 2016

---

# Schema breaking

 *  Resolved [linjo13](https://wordpress.org/support/users/linjo13/)
 * (@linjo13)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/schema-breaking/)
 * I am using unyson pagebuilder and feedback,
 * The scheme is breaking, Please have a look at the footer, at the bottom most 
   area/
 * [http://www.outcrafter.com/olamwp4/downloads/green-theme/](http://www.outcrafter.com/olamwp4/downloads/green-theme/)
 * Its showing a tag
 * Officer”/>
 * from the schema. How to fix this?
 * [https://wordpress.org/plugins/unyson/](https://wordpress.org/plugins/unyson/)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Thread Starter [linjo13](https://wordpress.org/support/users/linjo13/)
 * (@linjo13)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/schema-breaking/#post-7056991)
 * I found, this happens because of the _action_show_schema function in the unyson
   feedback, in class-fw-extension-feedback-stars.php,
 *  public function _action_show_schema() {
    $rating = $this->get_post_rating();
   $html = ”; if ( intval( $rating[‘count’] ) > 0 ) { $html .= ‘<div itemscope itemtype
   =”[http://schema.org/Product”>&#8217](http://schema.org/Product”>&#8217);; $html.
   = ‘<meta itemprop=”name” content=”‘ . get_the_title() . ‘”/>’; $html .= ‘<div
   itemprop=”aggregateRating” itemscope itemtype=”[http://schema.org/AggregateRating”>&#8217](http://schema.org/AggregateRating”>&#8217);;
   $html .= ‘<meta itemprop=”ratingValue” content=”‘ . $rating[‘average’] . ‘” /
   >’; $html .= ‘<meta itemprop=”bestRating” content=”‘ . $this->get_max_rating().‘”/
   >’; $html .= ‘<meta itemprop=”reviewCount” content=”‘ . $rating[‘count’] . ‘”/
   >’; $html .= ‘</div>’; $html .= ‘</div>’; }
 *  echo $html;
    } IS there anyway to unhook this function
 *  Plugin Author [Unyson](https://wordpress.org/support/users/unyson/)
 * (@unyson)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/schema-breaking/#post-7057031)
 * Hello,
 * Thank you for reporting.
 * [This is the fix](https://github.com/ThemeFuse/Unyson-Feedback-Extension/commit/490453fcd87f9efc58c6e9d2301e981134686a8e)
   and it will be included in the next Feedback extension release (soon).
 *  Thread Starter [linjo13](https://wordpress.org/support/users/linjo13/)
 * (@linjo13)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/schema-breaking/#post-7057153)
 * Thanks for the reply.
    I know the fix, and I found this issue. But I am developing
   a new theme, how can I resolve this issue in the theme end? I copied the feedback
   section into framework-customizations folder, but it doesnt looks working .
 * how can I fix this issue in the theme end by any means of overriding?
 *  Plugin Author [Unyson](https://wordpress.org/support/users/unyson/)
 * (@unyson)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/schema-breaking/#post-7057155)
 * We just released the fix live [https://github.com/ThemeFuse/Unyson-Extensions-Approval/issues/182](https://github.com/ThemeFuse/Unyson-Extensions-Approval/issues/182)

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Schema breaking’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/unyson_4e6064.svg)
 * [Unyson](https://wordpress.org/plugins/unyson/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/unyson/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/unyson/)
 * [Active Topics](https://wordpress.org/support/plugin/unyson/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/unyson/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/unyson/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [Unyson](https://wordpress.org/support/users/unyson/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/schema-breaking/#post-7057155)
 * Status: resolved