Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplicate title tag when using Yoast SEO plugin #137

Open
rodica-andronache opened this issue Oct 7, 2024 · 2 comments
Open

Duplicate title tag when using Yoast SEO plugin #137

rodica-andronache opened this issue Oct 7, 2024 · 2 comments
Labels
bug This label could be used to identify issues that are caused by a defect in the product. customer report Indicates the request came from a customer.

Comments

@rodica-andronache
Copy link

Description

When using Yoast SEO with Raft, the <title> tag is duplicated
Image

Step-by-step reproduction instructions

  1. Install Raft -> check the <title> tag
  2. Install Yoast SEO plugin -> now there are two <title> tags

Screenshots, screen recording, code snippet or Help Scout ticket

https://wordpress.org/support/topic/duplicate-tags-issue/

Environment info

No response

Is the issue you are reporting a regression

No

@rodica-andronache rodica-andronache added the bug This label could be used to identify issues that are caused by a defect in the product. label Oct 7, 2024
@pirate-bot pirate-bot added the customer report Indicates the request came from a customer. label Oct 7, 2024
@erminrajic
Copy link

erminrajic commented Dec 12, 2024

Hi we are expiriancing same problem on https://xn--bstonlinecasino-0kb.com/. It is possible to comment out the theme title in the code but after updating the theme it comes back.

@erminrajic
Copy link

The way to comment it out is to go to the theme raft in fileeditor, then inc and then open up core.php and add // before add_theme_support( 'title-tag' ); like this //add_theme_support( 'title-tag' );

But again it works untill you update your theme then you will have to redo it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This label could be used to identify issues that are caused by a defect in the product. customer report Indicates the request came from a customer.
Projects
None yet
Development

No branches or pull requests

3 participants