Title: Custom Post Type settings &amp; schema
Last modified: June 23, 2020

---

# Custom Post Type settings & schema

 *  Resolved [Kai](https://wordpress.org/support/users/quoctrang/)
 * (@quoctrang)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/custom-post-type-settings-schema/)
 * Hi, thanks for a great free plugin. I have 2 questions related to custom post
   type:
 * 1. Following the article [https://wpslimseo.com/docs/disable-features/](https://wpslimseo.com/docs/disable-features/),
   I can disable settings for Posts with settings_post. How to disable SlimSEO for
   1 or 2 custom post types?
 * 2. Is it possible to create a new schema for a custom post type? I checked [https://wpslimseo.com/docs/schema/](https://wpslimseo.com/docs/schema/)
   but seem like I need another plugin to do it.
 * Many thanks!

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

 *  Plugin Author [Anh Tran](https://wordpress.org/support/users/rilwis/)
 * (@rilwis)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/custom-post-type-settings-schema/#post-13028631)
 * Hi Trang,
 * 1. To disable the settings for a post type, please use this snippet:
 *     ```
       add_action( 'add_meta_boxes', function() {
       	remove_meta_box( 'slim-seo', 'your_post_type_1', 'normal' );
       	remove_meta_box( 'slim-seo', 'your_post_type_2', 'normal' );
       }, 99 );
       ```
   
 * 2. To create a new schema for a new custom post type, you can follow the part“
   How to add more schemas?” in the [docs page](https://wpslimseo.com/docs/schema/).
   However, it’s quite technical.
 * We’re working on a schema builder and hopefully will release it soon.
 *  Thread Starter [Kai](https://wordpress.org/support/users/quoctrang/)
 * (@quoctrang)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/custom-post-type-settings-schema/#post-13054490)
 * Many thanks for your reply, Anh Tran!

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

The topic ‘Custom Post Type settings & schema’ is closed to new replies.

 * ![](https://ps.w.org/slim-seo/assets/icon.svg?rev=2005049)
 * [Slim SEO - A Fast & Automated SEO Plugin For WordPress](https://wordpress.org/plugins/slim-seo/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/slim-seo/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/slim-seo/)
 * [Active Topics](https://wordpress.org/support/plugin/slim-seo/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/slim-seo/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/slim-seo/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Kai](https://wordpress.org/support/users/quoctrang/)
 * Last activity: [5 years, 11 months ago](https://wordpress.org/support/topic/custom-post-type-settings-schema/#post-13054490)
 * Status: resolved