• Resolved sfuma

    (@sfuma)


    Hey! Can I delete a schema created by a theme and hatom?
    Does this improve the promotion of my site?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support devnihil

    (@devnihil)

    @sfuma All of the schema output by the Yoast SEO plugin can be changed, managed and extended. You can find our documentation for modifying the plugin’s schema output at the following link: https://developer.yoast.com/features/schema/api/

    However, if you want to remove, disable, or otherwise modify the schema output by you’re theme, you would need to refer to the theme developer’s documentation. If you require additional assistance we would recommend contacting GeneratePress’ support team for help.

    Thread Starter sfuma

    (@sfuma)

    After deleting structured data, Hatom stopped showing ads between articles. Google Adsense doesn’t understand CollectionPage markup.

    Plugin Support Michael Ti?a

    (@mikes41720)

    Hi @sfuma

    The Yoast SEO for WordPress plugin does output its own set of structured data as long as it’s configured properly – https://yoast.com/help/implementing-schema-with-yoast-seo/

    As for other structured data output that is being added by another theme or plugin, you’ll have to refer to the plugin or theme developer for more information on exactly what schema they are outputting.

    Adding the correct markup will help Google and the other search engines understand what your content is about and possibly increase the chances of it outputting as a rich result in the search results. You can learn more about it here – https://yoast.com/help/rich-snippets-in-search-results/

    Hi @sfuma ,

    You can remove the GP schema using the following filter:

    add_filter( 'generate_schema_type', '__return_false' );

    Hope it works!

    Plugin Support devnihil

    (@devnihil)

    @getzero11 Thanks for posting your solution.

    Plugin Support devnihil

    (@devnihil)

    We are going ahead and marking this issue as resolved due to inactivity. If you require any further assistance please create a new issue.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘i want to remove the schema created by generatepress theme’ is closed to new replies.