Please or Register to create posts and topics.

seo by yoast – meta tag title duplication

Hello,
I have a meta tag title duplication error with the seo by yoast plugin installed. It is visible here https://e-florystyka.pl/forum/temat/pomozcie/#postid-312190

!!!POMÓŻCIE!!!!!!POMÓŻCIE!!!Forum – e-Florystyka.pl

shmel has reacted to this post.
shmel

Hello @zpasji

I cannot reproduce this issue with the latest version of Yoast. Can you check your settings?

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!
 if (!empty($title)) {
to 
 if (empty($title)) {

I changed the code in the file includes / forum.php line 330 in fucnction change_pre_get_document_title, now it’s OK

shmel and k3x have reacted to this post.
shmelk3x

I have the same problem.

<title>New topic – New topic – Forum – SiteName</title>

I have a meta tag title duplication error with the seo by yoast plugin installed

Even when I use the most recent version of Yoast, I am unable to replicate this problem.

backrooms

I can give the forum developer access to the site.

Maybe this will help. @lily-smith @asgaros

File includes/forum.php
Row 367

if “$title = $metaTitle.’ ‘.$title_separator.’ ‘.$title;” then “ForumName – ForumName – Forum – SiteName” (dublicated!)

if “$title = $metaTitle;” then “ForumName” (why is it not duplicated?)

if “$title = $title;” then “Forum – SiteName

2.5.1

  • Fixed: Potential error in title generation

Not fixed 🙁

I have the same problem with duplicate title tags. I'm using the latest version of Yoast SEO (20.10).

Please fix :(

Hello @shmel @jan-1988

I suggest you to contact their support. Yoast is making changes to their title generation regularly and everytime there are some weird bugs coming up. Better if they have a look into it and could provide once and for all a script/filter to exclude the forum from being modified (I already added support for multiple versions before).

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!