Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #310851

    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

    #311492
    This reply has been marked as private.
    #311505
    This reply has been marked as private.
    #311508
    This reply has been marked as private.
    #311953

    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

    #311996

    it works. many thanks.

    #312053

    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.

    #312112

    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

    #312144

    Thanks.. it fix the Yoast SEO Bug Version 1.5.6

    #312367

    Hi!

    Great, we’re in contact with Yoast to solve the issue.

    Best regards,
    Peter

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘frontpage problems with yoast seo plugin’ is closed to new replies.