Yoast SEO Premium: Disable the Table of Content Block
We added a filter in Yoast SEO Premium 21.5 to allow disabling the Table of Content
block. This is useful to prevent the auto-generation of HTML anchors for headings when the Table of Content
block is registered, if you are not using the TOC block at all.
Add a snippet like this one in your theme's functions.php
file:
add_filter( 'Yoast\WP\SEO\disable_table_of_content_block', '__return_true' );