Title: Remove Schema
Last modified: April 5, 2021

---

# Remove Schema

 *  Resolved [bizzy123](https://wordpress.org/support/users/bizzy123/)
 * (@bizzy123)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/remove-schema-4/)
 * Hi
 * I installed the AIOSEO plugin but would like to remove the Schema Markup that
   it has included in my websites code in the <!– All in One SEO 4.0.17 –> tag.
 * There is no option to do this in the plugin settings and I have set the Schema
   options to ‘None’.
 * Please advise. Thank you.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fremove-schema-4%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [arnaudbroes](https://wordpress.org/support/users/arnaudbroes/)
 * (@arnaudbroes)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/remove-schema-4/#post-14278028)
 * Hey [@bizzy123](https://wordpress.org/support/users/bizzy123/),
 * You can disable schema completely by adding this code snippet to your child theme’s
   functions.php file –
 *     ```
       add_filter( 'aioseo_schema_disable', 'aioseo_disable_schema' );
   
       function aioseo_disable_schema( $disabled ) {
          return true;
       }
       ```
   
 * – Arnaud
    -  This reply was modified 5 years, 2 months ago by [arnaudbroes](https://wordpress.org/support/users/arnaudbroes/).
 *  Thread Starter [bizzy123](https://wordpress.org/support/users/bizzy123/)
 * (@bizzy123)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/remove-schema-4/#post-14278358)
 * Hi thank you for your prompt reply. I’ve added the code and cleared the cache
   but the ld+json script is still present in the website code. Is there something
   else I need to do to stop this?
 *  Plugin Author [arnaudbroes](https://wordpress.org/support/users/arnaudbroes/)
 * (@arnaudbroes)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/remove-schema-4/#post-14278553)
 * [@bizzy123](https://wordpress.org/support/users/bizzy123/) I see some other schema
   but that’s not coming from AIOSEO. It might be your theme or another plugin.
 *  Thread Starter [bizzy123](https://wordpress.org/support/users/bizzy123/)
 * (@bizzy123)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/remove-schema-4/#post-14278607)
 * Sorry you are right. Firefox wasn’t displaying the updated code properly.
 * Thanks for your help.

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

The topic ‘Remove Schema’ 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/)

 * 4 replies
 * 2 participants
 * Last reply from: [bizzy123](https://wordpress.org/support/users/bizzy123/)
 * Last activity: [5 years, 2 months ago](https://wordpress.org/support/topic/remove-schema-4/#post-14278607)
 * Status: resolved