Hello @estr47
Thanks for reaching out but the issue is unclear.
Please provide us with screenshots that highlight the issue you are experiencing. You can use any image-sharing service like https://pasteboard.co/, https://snag.gy/, https://imgur.com/, https://snipboard.io/, or even upload the screenshot to your own website. Once you upload it to an image-sharing service, please share the link to the image here.
Thread Starter
estr47
(@estr47)
Thanks for sharing the screenshot. I noticed the <title> tag is midding in the page source. Can you share a screenshot of the SEO title field in the Yoast SEO meta box when you edit that page?
Thread Starter
estr47
(@estr47)
First, please update from Yoast SEO v20.9 to v20.13.
It seems that your theme doesn’t declare title-tag support. You can manually check your theme by looking for add_theme_support() in the functions.php file:
add_theme_support( 'title-tag' );
You may need to contact your theme developer for further assistance if you are unsure if your theme declares title-tag support.
Do let us know how it goes.
Thread Starter
estr47
(@estr47)
1/ plugin update didn’t help
2/ add_theme_support – not found
-means what needs to be added?
I see you have a custom theme. Can you temporarily switch to a default WordPress theme like Twenty Twenty-Two? Next, view your page source and search for the <title> tag.
Do let me know how it goes.
This thread was marked resolved due to a lack of activity, but you’re always welcome to re-open the topic. Please read this post before opening a new request.