• jbo8083

    (@jbo8083)


    Apologies in advance if there is a simple remedy for this, but I couldn’t find a solution.

    I logged in to webmaster tools and found that my search results pages were creating duplicate title tags after installing AIOSEO. Basically the Paged format is not being applied to my search results pages. How can I fix this?

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • I have the same problem 🙁

    Chris

    (@eminemdrdre00)

    Same problem here.

    Chris

    (@eminemdrdre00)

    For example… in Google, the title of my post is not displaying as it does in the browser once you actually click on the post. This isn’t happening on all posts, just some.

    Search for this in “aioseop.class.php”
    I have added the last LINE:

    $title = $this->paged_title($title);

    Then all works fine.

    $title_format = $aioseop_options['aiosp_search_title_format'];
                $title = str_replace('%blog_title%', $this->internationalize(get_bloginfo('name')), $title_format);
                $title = str_replace('%blog_description%', $this->internationalize(get_bloginfo('description')), $title);
                $title = str_replace('%search%', $search, $title);
    	    $title = $this->paged_title($title);

    Its a very nasty BUG, since in Webmasters Tools, shows as repeated search titles, 250.000 in my case.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: All in One SEO Pack] Paged format not working for search results’ is closed to new replies.