• Resolved everything2013

    (@everything2013)


    hi,
    in the old versions schema markup was free , i notice that schema markup become for premium (paid) only and not for free , is it true?

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

    (@arnaudbroes)

    Hey @everything2013,

    That’s a great question. ??

    All of the existing schema that we supported in v3 is still output and hasn’t been taken away. For example, posts should still output the Article schema, every page still outputs a breadcrumb trail, etc. We’ve even improved on it by fine-tuning things and significantly expanding the breadcrumbs.

    However, if you want to change the graphs that are output for a specific post (type), then you’ll have to upgrade to premium. This functionality wasn’t present in the old version and is therefore a new feature. In the future we’ll continue to add new graphs that users can select, like the Product graph for WooCommerce products.

    We realize the UI might come across as confusing, so perhaps there’s something we can do to improve this in the near future. But rest assured that all of your schema is still output. If you view the source code of any of your pages and search for “aioseo-schema”, you should see it (here’s an example – https://a.supportally.com/7w5wja).

    Let us know if you have any other questions!

    – Arnaud

    How do I disable the schema markup? In the old version, I didn’t activate the schema markup, but in version 4 it was active.

    The theme I use already has schema markup. I don’t want two schema markups on my website.

    Plugin Author arnaudbroes

    (@arnaudbroes)

    Hey @renggatama,

    If you upgraded from v3, there should be an option to disable it under Search Appearance > Global > Knowledge Graph.

    If there isn’t a setting, then you should be able to disable it by adding this code snippet to your theme’s functions.php file –

    add_filter( 'aioseo_schema_disable', 'aioseo_disable_schema' );
    
    function aioseo_disable_schema( $disabled ) {
       return true;
    }

    – Arnaud

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘schema markup become paid ?’ is closed to new replies.