Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Completely Remove Schema From The Theme

Home / Forums / Ascend Theme / Completely Remove Schema From The Theme

This topic is: Resolved
[Resolved]
Posted in: Ascend Theme

Tagged: , ,

October 21, 2019 at 5:27 am

The following function does not remove Schema from pages and posts:
add_filter('kadence_html_schema', 'custom_remove_schema');
function custom_remove_schema() {
return '';
}

Webpage and Blog schema are still visible in the structured data tool. How can I disable it completely?

  • The forum ‘Ascend Theme’ is closed to new topics and replies.