• Resolved merelik

    (@merelik)


    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:

    <script type="application/ld+json"> { "@context": "https://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 Support Teo Alex

    (@altesin)

    Hello @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

    (@merelik)

    Teo Alex, thank you very much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.