Site logo

Archived topic

Multiple meta tags

4 replies · Started by Espresso on May 3, 2018

Viewing posts 1–5 of 5

Hi, I have just updated Generate Press and Yoast and I am having now duplicate meta tags on all pages. It means I have 2 meta title, 2 meta desctiptions.

Any suggestion?

Hi there,

Your website looks like it's missing all of its CSS. Do you have any caching plugins set up? If so, try clearing those caches.

GP itself doesn't add meta elements to the page.

Hi Tom, I have cleared cache and not all CSS is there. I have also disabled Yoast but still the Theme has added 2 title tags. Please have a look at http://www.espressotranslations.com

It happened yesterday when I updated the theme.

From the file functions.php if I remove the line:

add_theme_support( 'title-tag' );

The two title tags disappear...

add_theme_support( 'title-tag' ) simply tells WordPress to handle the title tag. You might have a plugin or custom function making it so it displays twice.

GP itself doesn't do anything for the title tag or meta tags. You can check the source on this site for example to see only one set of meta tags are added.

This archived topic is closed to new replies.