-
Hi Team,
I am getting this error while doing SEO Analysis saying Could not “check Focus Keywords in posts – the post meta table exceeds the size limit”.
I used below script in functions.php to fix this but still same error. Please help.
add_filter( 'rank_math/seo_analysis/postmeta_table_limit', function( $limit ) { return 500000; } );
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The ticket ‘Post meta table exceeds the size limit – Unable to check focus keywords’ is closed to new replies.