Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author arnaudbroes

    (@arnaudbroes)

    Hey @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.

    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 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

    (@arnaudbroes)

    @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.