Archived topic
Schema data
1 reply · Started by Anders Nielsen on July 25, 2021
Viewing posts 1–2 of 2
Can you disable some schemadata at leave others on?
For example I would like the menues schema on.
But the generatepress creative content ( as it has errors/bugs ) off.
Hi there,
to remove use the article schema type - you can use this PHP snippet:
add_filter( 'generate_article_microdata', '__return_empty_string' );
This archived topic is closed to new replies.