Title: Schema Disabled
Last modified: July 12, 2024

---

# Schema Disabled

 *  Resolved [merelik](https://wordpress.org/support/users/merelik/)
 * (@merelik)
 * [1 year, 11 months ago](https://wordpress.org/support/topic/schema-disabled/)
 * Hey, thank you for the great plugin!
 * Could you please help me: How can I disable schema markup for this plugin?
 * I mean this piece of code:
 *     ```wp-block-code
       <script type="application/ld+json"> { "@context": "http://schema.org", "@type" : "ImageGallery", "id" : "url_of_imagegalery_page_here", "url" : "url_of_imagegalery_page_here" } </script>
       ```
   

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

 *  Plugin Author [Teo Alex](https://wordpress.org/support/users/altesin/)
 * (@altesin)
 * [1 year, 11 months ago](https://wordpress.org/support/topic/schema-disabled/#post-17889556)
 * Hello [@merelik](https://wordpress.org/support/users/merelik/) ,
 * To disable schema markup please add the following line of code into your wordpress_root/
   wp_content/themes/<your active theme or child theme>/functions.php file.
   remove_action(‘
   modula_shortcode_after_items’, ‘modula_show_schemaorg’, 90 );
 * This will remove the plugin action that adds the schema markup.
 *  Thread Starter [merelik](https://wordpress.org/support/users/merelik/)
 * (@merelik)
 * [1 year, 11 months ago](https://wordpress.org/support/topic/schema-disabled/#post-17889968)
 * Teo Alex, thank you very much!

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

The topic ‘Schema Disabled’ is closed to new replies.

 * ![](https://ps.w.org/modula-best-grid-gallery/assets/icon-256x256.png?rev=3095828)
 * [Modula Image Gallery - Photo Grid & Video Gallery](https://wordpress.org/plugins/modula-best-grid-gallery/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/modula-best-grid-gallery/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/modula-best-grid-gallery/)
 * [Active Topics](https://wordpress.org/support/plugin/modula-best-grid-gallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/modula-best-grid-gallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/modula-best-grid-gallery/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [merelik](https://wordpress.org/support/users/merelik/)
 * Last activity: [1 year, 11 months ago](https://wordpress.org/support/topic/schema-disabled/#post-17889968)
 * Status: resolved