Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #232095

    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!

    #233116

    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

    #233150

    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

    #233239

    Hi!

    What is your title template settings for Title & Metas > Post Types > Pages? You should probably check that.

    Best regards,
    Ismael

    #233669

    Hi Ismael, where do i check that ?

    Thanks
    Jason

    #233671

    Hi Ismael,
    you’re a god. Thank you!
    It says: %%title%% %%page%% %%sep%% %%sitename%%

    Do I delete ‘%%sitename%%’?

    Thanks!
    Jason

    #233697

    Hey!

    Yes, try to delete %%sep%% %%sitename%%.

    Regards,
    Peter

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.