Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #743413

    Hi

    Some of our pages are being marked as “Pages with duplicate title tags” on Google’s Search Console / Webmaster Tools.

    For example, the portfolio pages but also others. Please check some examples here: http://dns.d.pr/b010/3VtsnAyT

    Is there any idea on how to solve this? We are already using Yoast SEO to improve SEO on this website but looking for ways to improve this.

    Thank you

    #745398

    Hey!

    Can you please try adding following code to Functions.php file in Appearance > Editor

    add_filter('avf_title_tag','avia_new_title');
    function avia_new_title() {
    $title = '';
    return $title; 
    }

    Best regards,
    Yigit

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