Has anyone did any sort of tests to see if theres any possibility that this plugin could hurt your SEO?
I was thinking of using it on my SEO agency website and maybe for some clients but I wanna make sure absolutely that the edits wouldn’t have any effect on page.
There is nothing inherently bad about ACF for SEO, it would depend on what you did with it.
add_filter( ‘Yoast\WP\ACF\refresh_rate’, function () {
// Refresh rates in milliseconds
return 1000;
});