• Resolved cwrksr

    (@cwrksr)


    Hi,

    sadly if i have yoast seo enabled, it creates 2 <title> tags.

    Could u

    1.) add a option to disable the themes <title> tags or

    2.) just dont put another one there? or

    3.) give us an option to disable yoast seo title tag

    Doenst seem like really complicated to fix?

    Thanks for this plugin!

    • This topic was modified 9 months ago by cwrksr.
    • This topic was modified 9 months ago by cwrksr.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Jose Varghese

    (@josevarghese)

    Hi @cwrksr

    Thanks for using Yoast SEO plugin and also creating the topic.

    It seems like your theme or another plugin is outputting an additional <title> tag on the source code. Often, we see problems occur in combination with another plugin or theme. The fastest way to rule out any conflict is to deactivate all non-Yoast plugins and switch to a standard theme like Twenty Twenty-Two.

    Please test this on your development or staging site if you have one. If not, we recommend using the Health Check & Troubleshooting plugin. This plugin has a troubleshooting mode, which does not affect normal visitors to your site.

    If you’re unfamiliar with checking for conflicts, we’d like to point you to a step-by-step guide that will walk you through the process: How to check for plugin conflicts.

    If it’s outputted by the theme, we recommend you to check the theme header files to find out whether any mention about the <title> tag is there or not.

    If you want to remove the Yoast SEO title from the source code, then you can use the filter mentioned over here.

    If you feel uncomfortable doing troubleshooting yourself or if this does not solve your issue, our Yoast SEO Premium plugin comes with one year of (technical) support.

    Thread Starter cwrksr

    (@cwrksr)

    We all know what the problem is, your plugin dont check for title (or the theme uses some unusual way what do i know) and still add your own title.

    We all know that the theme has that title in it.

    What i know is if i disable your pluign one of the <title> gets removed.

    I cant/wont change the theme or plugin because i would have to change it after each update.

    Since its a known issue you still dont have a button to press to stop it from outputting an extra title tag? Why? How many support tickets you get a year for that sort of question?

    Would be a nice feature for your yoast seo toolkit thingy, disable specific things of your main plugin.

    I mean srsly, the title has the SAME value, so it would be the simplest u just disable YOUR title, right?

    Then it would be working with every theme?

    • This reply was modified 9 months ago by cwrksr.
    • This reply was modified 9 months ago by cwrksr.
    • This reply was modified 9 months ago by cwrksr.
    • This reply was modified 9 months ago by cwrksr.
    • This reply was modified 9 months ago by cwrksr.
    • This reply was modified 9 months ago by cwrksr.
    • This reply was modified 9 months ago by cwrksr.
    • This reply was modified 9 months ago by cwrksr.
    • This reply was modified 9 months ago by cwrksr.
    • This reply was modified 9 months ago by cwrksr.
    Plugin Support Mushrit Shabnam

    (@611shabnam)

    Hi @cwrksr

    We understand you would like to disable the title that is being output by Yoast SEO. As we mentioned above, you can disable the title using the filter:

    add_filter( 'wpseo_title', '__return_false' );

    Typically code snippets are added to your theme’s functions.php file. If you’re unfamiliar with using code snippets, we’d like to refer you to the WordPress documentation on how to use a filter.

    We recommend creating regular backups of your site and database for your site’s health and safety. A backup is crucial before installing, updating, or removing plugins or modifying the code. It provides you with a safety net if something were to go wrong.

    About feature request:

    Thanks for suggesting a new feature for our plugin! Please submit feature requests to our GitHub repository for Yoast SEO. You will need an account to create a new issue for your feature request. Please provide as much information about the issue, including the URL to this conversation.

    Thread Starter cwrksr

    (@cwrksr)

    I’ll do that. But it’s beyond me why you don’t just add this yourself as a feature. It would help solve customer problems and make your plugin more compatible with other themes and plugins. Isn’t that what you want?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Double TITLE Tags because of yoast seo’ is closed to new replies.