• Resolved ulissse

    (@ulissse)


    Hello,

    I’m still stuck with Yoast SEO version 13.5 because impossible to remove the title meta tag from the header.

    I have tried all new version from 14.1 to 14.9 but none is working.

    I use the Following lines in the function.php file of my theme :

    add_filter( ‘wpseo_metadesc’, ‘__return_false’ );
    add_filter(‘wpseo_title’, ‘__return_false’);

    The description meta tag is removed successfuly but the the title still there.

    Is anyone have an idea to remove the meta title title from the header?

    All i need is to remove the Yoast SEO TITLE from all page.

    I would like to update the plugin now but without a solution, i cant. 🙂

    Thank you for your help.
    Regards.

Viewing 4 replies - 1 through 4 (of 4 total)
  • @ulissse We tested the code examples here for removing the SEO title meta tag output of the plugin with the most current version (14.9) and both worked.

    Can you please confirm whether you are trying to remove any title meta tag for the page, and not just the title output by the Yoast SEO plugin? Because if you are still seeing a <title> tag output in your page’s source code after removing the SEO title output for Yoast, the title tag is likely originating from WordPress or your theme.

    We also have additional developer information and documentation for the plugin located here: https://developer.yoast.com/

    Thread Starter ulissse

    (@ulissse)

    Hello Carl B and thank you for your response but I just tried with version 14.9 and this is what i get :

    <!– This site is optimized with the Yoast SEO plugin v14.9 – https://yoast.com/wordpress/plugins/seo/ –>
    <title>YOAST SEO TILTE</title>
    <meta name=”robots” …

    <!– / Yoast SEO plugin. –>

    As you can see it is Yaost SEO that is adding this title and not wordpress.

    And just to be sure, i just try by installing a brand new theme and the trouble is the same. Description is removed successfuly but the title is still there. Just as shown above.

    Thank you for your help

    • This reply was modified 5 years, 10 months ago by ulissse.
    • This reply was modified 5 years, 10 months ago by ulissse.
    Thread Starter ulissse

    (@ulissse)

    Sorry, I didn’t replyt ot your question so :

    Yes, I just try to remove the title output by the Yoast SEO plugin. That’s all i need. 🙂

    Thanks.

    • This reply was modified 5 years, 10 months ago by ulissse.

    Hi @ulissse,

    Thanks for getting back to us and we’re glad this solved the problem. We’re marking this issue as resolved. You’re welcome to create a new issue if you need further assistance.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Still stuck with version 13.5’ is closed to new replies.