Hi guys,
Please see the pic:
The SEO title that I’ve entered in Yoast SEO is ‘Bathmate® Singapore | Contact’, but the google search results added another ‘Bathmate® Singapore’ which is my site title I entered in the wordpress settings.
How do I remove the extra ‘Bathmate® Singapore’ that belongs to the wordpress settings?
thanks!
Hey hanlinsg!
Please update your theme to the latest version (Enfold 2.5.4) and check if the issue persists. If you do not want to update open up header.php and replace:
<title><?php if(function_exists('avia_set_title_tag')) { echo avia_set_title_tag(); } ?></title>
with
<title><?php wp_title(''); ?></title>
Cheers!
Peter
Hi Peter,
thanks for the reply. I’ve sucessfully updated it to 2.5.4. Now how do I check it? Do i make google crawl my site once more?
Thanks,
Jason
Hi!
What is your title template settings for Title & Metas > Post Types > Pages? You should probably check that.
Best regards,
Ismael
Hi Ismael, where do i check that ?
Thanks
Jason
Hi Ismael,
you’re a god. Thank you!
It says: %%title%% %%page%% %%sep%% %%sitename%%
Do I delete ‘%%sitename%%’?
Thanks!
Jason
Hey!
Yes, try to delete %%sep%% %%sitename%%.
Regards,
Peter