acf-yoast-seo-validation
acf-yoast-seo-validation copied to clipboard
Plugin not working when "recalculate SEO score" is clicked in yoast SEO
When clicking on "recalculate SEO score", we get about 3100 bad seo scores. though if I look at the posts directly, the score jumps from red to green, and will be saved as good.
at least with Yoast SEO 3.1.1 ACF Pro 5.3.6.1 is currently installed
As you say, the plugin only implements the on-the-fly SEO calculation on-page.
is there a way to hook the internal calculation as well? it is a bit inconvenient to recalculate 3k posts by hand.
Currently, no. The plugin works by adding a piece of JavaScript which registers the custom fields on the page. There is no implementation in PHP yet.
I guess there are other plugins which hook on the PHP level ..