Title: content template without schema
Last modified: August 27, 2025

---

# content template without schema

 *  [kootech](https://wordpress.org/support/users/kootech/)
 * (@kootech)
 * [9 months, 2 weeks ago](https://wordpress.org/support/topic/content-template-without-schema/)
 *     ```wp-block-code
       <article id="post-278" class="post-278 post type-post status-publish format-standard has-post-thumbnail hentry category-news" itemtype="https://schema.org/CreativeWork" itemscope="">
       ```
   
 *     ```wp-block-code
       <article id="post-51" class="dynamic-content-template post-51 post type-post status-publish format-standard has-post-thumbnail hentry category-uncategorized">
       ```
   

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

 *  [chazpb](https://wordpress.org/support/users/chazpb/)
 * (@chazpb)
 * [9 months, 2 weeks ago](https://wordpress.org/support/topic/content-template-without-schema/#post-18616056)
 * Hi there,
 * Yes, you can remove the schema. The `generate_schema_type `filter lets you disable
   schema output in GeneratePress.
 * You can add this code either in your child theme’s functions.php file or by using
   a[ Code Snippets](https://wordpress.org/plugins/code-snippets/) plugin:
 * `add_filter( 'generate_schema_type', '__return_false' );`
 * For more details, see this guide:[ Generate Schema Type](https://docs.generatepress.com/article/generate_schema_type/)
 * Let me know if you need further assistance, I’m here to help.
 *  Thread Starter [kootech](https://wordpress.org/support/users/kootech/)
 * (@kootech)
 * [9 months, 2 weeks ago](https://wordpress.org/support/topic/content-template-without-schema/#post-18616072)
 * hi，I need to add schema to the content template, not disable it
 *  [Alvind](https://wordpress.org/support/users/alvindcaesar/)
 * (@alvindcaesar)
 * [9 months, 2 weeks ago](https://wordpress.org/support/topic/content-template-without-schema/#post-18616873)
 * Hi there,
 * Most SEO plugins should provide an option to add schema, if you’re using one.
 * If you prefer not to use a plugin, then you’ll need to generate it manually. 
   You can refer to this topic: [https://generatepress.com/forums/topic/adding-schema-to-my-website/#post-2470209](https://generatepress.com/forums/topic/adding-schema-to-my-website/#post-2470209)

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

The topic ‘content template without schema’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/generatepress/3.6.1/screenshot.
   png)
 * GeneratePress
 * [Support Threads](https://wordpress.org/support/theme/generatepress/)
 * [Active Topics](https://wordpress.org/support/theme/generatepress/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/generatepress/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/generatepress/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [Alvind](https://wordpress.org/support/users/alvindcaesar/)
 * Last activity: [9 months, 2 weeks ago](https://wordpress.org/support/topic/content-template-without-schema/#post-18616873)
 * Status: not resolved