Title: Schema Problem
Last modified: May 15, 2021

---

# Schema Problem

 *  Resolved [bareog](https://wordpress.org/support/users/bareog/)
 * (@bareog)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/schema-problem-6/)
 * Hi.
 * _A similar problem had happened before. However, you took care of it. ( [https://wordpress.org/support/topic/schema-and-title-problem/?view=all](https://wordpress.org/support/topic/schema-and-title-problem/?view=all))_
 * **Now; there is another problem. I explained it visually.**
    [https://prnt.sc/12yjwr5](https://prnt.sc/12yjwr5)
 * Not that category. However, it turns out in the category charts.
    The “Home” 
   tag should not be included in the scheme.
 * No problem for single.php contents.
    There is a problem with the contents of 
   index.php and / or category.php.

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

 *  Plugin Author [arnaudbroes](https://wordpress.org/support/users/arnaudbroes/)
 * (@arnaudbroes)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/schema-problem-6/#post-14451468)
 * Hey [@bareog](https://wordpress.org/support/users/bareog/),
 * We’re actively investigating this issue on a few test sites of our own as we 
   do not know why Google is displaying this crumb in the breadcrumb trail for some
   sites. We’ll definitely keep you posted and we’ll resolve the issue shortly.
 *  [jastrzab2](https://wordpress.org/support/users/jastrzab2/)
 * (@jastrzab2)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/schema-problem-6/#post-14590732)
 * Hallo. How to remove json structural data in latest version of AIOSEO? I have
   basic version, but it adds some schema tags as article – [example](https://www.eit-centrum.waw.pl/najtanszy-leasing-gdzie/)
   Everywhere schema setting options are locked and available for pro version. Well,
   they should probably not be turned on by default, because they generate unnecessary
   and unwanted script publishing date, logo, some breadcrumbslist etc.
 * I don’t know how to turn it off.
 *  Plugin Author [arnaudbroes](https://wordpress.org/support/users/arnaudbroes/)
 * (@arnaudbroes)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/schema-problem-6/#post-14595397)
 * [@jastrzab2](https://wordpress.org/support/users/jastrzab2/) you can disable 
   our schema by adding this code snippet to your theme’s functions.php file –
 *     ```
       add_filter( 'aioseo_schema_disable', 'aioseo_disable_schema' );
   
       function aioseo_disable_schema_products( $disabled ) {
           return true;
       }
       ```
   

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

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

 * ![](https://ps.w.org/all-in-one-seo-pack/assets/icon.svg?rev=2443290)
 * [All in One SEO – Powerful SEO Plugin to Boost SEO Rankings & Increase Traffic](https://wordpress.org/plugins/all-in-one-seo-pack/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/all-in-one-seo-pack/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/all-in-one-seo-pack/)
 * [Active Topics](https://wordpress.org/support/plugin/all-in-one-seo-pack/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/all-in-one-seo-pack/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/all-in-one-seo-pack/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [arnaudbroes](https://wordpress.org/support/users/arnaudbroes/)
 * Last activity: [4 years, 10 months ago](https://wordpress.org/support/topic/schema-problem-6/#post-14595397)
 * Status: resolved