Home › Forums › Support › Remove Schema hatom and hcard This topic has 7 replies, 2 voices, and was last updated 3 years, 3 months ago by David. Viewing 8 posts - 1 through 8 (of 8 total) Author Posts December 30, 2022 at 5:50 am #2477825 Ivaylo Hi, I’ve already used this filter: add_filter( ‘generate_schema_type’, ‘__return_false’ ); but hatom and hcard are still there. I’m using the latest updates of GP and GP Premium. How to remove the above two? Thanks! December 30, 2022 at 6:01 am #2477837 Ivaylo Sent 2 examples December 30, 2022 at 7:15 am #2477908 DavidStaff Customer Support Hi there, that function removes the schema that the Theme adds to the theme elements, i checked your site and that has worked, but it will not remove schema that is added by other plugins or code. December 30, 2022 at 7:17 am #2477911 Ivaylo I have added this one too: add_filter( ‘generate_is_using_hatom’, ‘__return_false’ ); and it looks like hatom is gone. Can I apply the same for hcard? December 30, 2022 at 7:33 am #2477974 Ivaylo I applied the same and looks like hcard is also gone. Is it OK to leave those in functions.php? It won’t break anything else? December 30, 2022 at 8:04 am #2478112 DavidStaff Customer Support It should not effect anything else. So you can leave them in the functions.php December 30, 2022 at 8:05 am #2478113 Ivaylo Thanks! December 30, 2022 at 8:07 am #2478116 DavidStaff Customer Support You’re welcome Author Posts Viewing 8 posts - 1 through 8 (of 8 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In