Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #506470

    We have noted that there are duplicate titles appearing in Google’s search results for some of our pages.
    At first we thought this may be an issue with Yoast plugin and we followed various advice about rectifying this and performed the following in functions.php

    add_filter('avf_title_tag', 'avia_change_title_tag', 10, 2);
    function avia_change_title_tag($title, $wptitle)
    {
    return $wptitle;
    }
    

    This also did not solve the problem. We then changed the title output in header.php to:
    <title><?php wp_title(''); ?></title>
    This also has not helped and the problem remains. You cannot visually see or find the extra words it keeps adding to the title. But it shows up on some important pages in Google’s search.

    #506546

    Hi Vincent!

    The title is being set correctly.

    <title>SEO Services in Kent, London, UK | Sonet Digital</title>
    

    If your using the WordPress SEO plugin then edit the page and in the SEO options you can change the title to whatever you need. You can also change the default title format int he plugin options, Dashboard > SEO > Titles / Meta.

    Regards,
    Elliott

    #506587

    Hi Elliot,

    Thanks for your reply. However, that is not the issue and I already know this info.

    The issue is that there is a second title name of my company appearing in Gogole’s search result. I have provided in private below: This is happening on several pages – the home page is fine.

    Cheers

    Vince

    #506598

    Hi!

    I see. It looks like your other pages are fine though. Try using the Google webmaster tools and have Google crawl the page again, perhaps it just hasn’t updated yet.

    Cheers!
    Elliott

    #506606

    Hi Elliot,

    I had Google do this several times aleady over the last 2 months but no difference . There are several pages all showing the duplicate company name see link below:

    Cheers
    Vince

    • This reply was modified 9 years, 2 months ago by Vincent.
    #506941

    Hi!

    what does WordPress SEO Plugin Support say about it? Do you mind providing us admin access? post login details here as private reply.

    Regards,
    Andy

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