Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #313225

    Hello :)

    I have a serious issue on my site. When I publish a new post my homepage slug and meta descriptions change completely! They take the slugs and meta descriptions of other posts, not just one!
    For example just now i published a post and the slug of my homepage took the slug of the post, while the meta descriptions of my home changed and took the ones of another different post. Its crazy and I dont know if this is happening for other pages as well or posts.

    I have seo by yoast activated and I tried to turn it off but then I cant see what happens to the meta descriptions.

    Could you please help me?

    #313882

    Hey Gurify!

    Please insert this code into the enfold/functions.php or child theme 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

    #313904

    Hi Gurify,

    another temporary solution is to use the “magazine” element instead of the blog.
    I encountered the exactly same bug, documented here:
    https://kriesi.at/support/topic/blog-posts-bug/

    Best Regards

    #313909

    Hi!

    Thanks for your hint :)

    Regards,
    Peter

    #313928
    This reply has been marked as private.
    #313957

    Hi!

    I modified the functions.php file for you.

    Best regards,
    Peter

    #314438

    Thank you so much :)

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Issue with SEO by YOAST’ is closed to new replies.