Site logo

Archived topic

tag showing in header since removing Yoast

7 replies · Started by Helen on September 25, 2020

Viewing posts 1–8 of 8

Hi,

We have just swapped from using Yoast SEO to WPSSO with schema mark-up.

All the meta from WPSSO is now showing on page but a <title> tag has appeared in the Header which was not there when yoast was installed.

It is made up of the page title and the company name. Is this a default in your theme? If so how can we remove that please?

Hi David,

Thank you so much for that.

The pages are now showing just the URL in the browser tab, rather than the specified <title> tag from the SEO meta on the page.

Have you guys worked with WPSSO schema mark-up plugin before? I am not sure how we get their title to take priority on the page.

Any suggestions?

Helen

David,

Is it then possible to ask the theme to look at their 'default title' and use that as the title tag?

Would that solve the problem and what code do I need to add to the header.php?

H

GP uses the core WP function for displaying the Title tag.
It can be changed using this filter:

https://developer.wordpress.org/reference/functions/wp_title/

WPSSO would need to provide the code required to get their title for that filter to be used.
If you can ask them what that is we can help with the filter.

Hi David,

Does your theme support the 'title-tag' feature of WordPress 4.4+?

Finding a work around and may have found a solution.

Thanks,
Helen

Hi there,

Yes, we use the standard title-tag method for outputting the title.

This archived topic is closed to new replies.