Archived topic
Remove CreativeWork schema by Wp Show Posts
5 replies · Started by Khaled on June 7, 2020
Hi,
Is there a way to remove Remove CreativeWork schema. I've already used the code to remove schema by Generatepres but there is still many CreativeWork schema showing. I guess these form Wp Show Posts.
Hi there,
This isn't possible at the moment, but it is something we'll be adding to the next WPSP update.
Sorry to hijack the thread here, but GeneratePress adds structured data? I have some odd structured data on my site and thought that came from the Yoast plugin. Two questions:
1. What is WPSP?
2. When do you think this update will go through?
GeneratePress does add structured data, which can be removed like this
add_filter( 'generate_schema_type', '__return_false' );
WPSP is WP Show Posts - it doesn't have a similar feature at this time.
Presumably we add that that code using the Snippets Plugin > Run snippet everywhere?
Thanks
Hi there,
Yes, thats the correct way of adding it.