Tagged: yoast seo plugin
Hi.
i’ve some problems with the yoast seo plugin on my frontpage.
if i make some changes on the frontpage then i must change the seo infos every time.
All other pages work with the yoast plugin. But on the frontpage any product feeds overwrites the seo infos.
i’m not a expert on wordpress and think that’s a simple solution, but i need your to help.
thanks,
Finne
Hey!
I could fix it on your website with this code – I added it to the functions.php file:
add_action('init','avia_remove_yoast_filter');
function avia_remove_yoast_filter()
{
remove_filter('wpseo_pre_analysis_post_content','avia_wpseo_pre_analysis_post_content_fix', 10, 1);
remove_filter('wpseo_video_index_content','avia_wpseo_video_content_fix', 10, 2);
}
Best regards,
Peter
it works. many thanks.
I can also confirm that this fixed it.
Do you have a novice version of what was wrong? I’ve seen others in multiple forums with this same issue.
Thx.
Hi Dave,
i don´t know what was wrong but the solution is the last code from Peter the dude. But it´s important that you not used the first code from this dialog. This has led me to a complete website crash with white page.
thanks, Finne
Thanks.. it fix the Yoast SEO Bug Version 1.5.6
Hi!
Great, we’re in contact with Yoast to solve the issue.
Best regards,
Peter