Yoast SEO Premium: Disabling the Table of Contents block
We added a filter in Yoast SEO Premium 21.5 to allow disabling the Table of Contents block. This is useful to prevent the auto-generation of HTML anchors for headings when the Table of Contents block is registered, if you are not using the 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' );