Submit Your Article Forum Rules

Results 1 to 4 of 4

Thread: Canonicalization Question

  1. #1
    Junior Member
    Join Date
    Oct 2010
    Posts
    7

    Canonicalization Question

    Due to 2 bad errors, my site is not only listing versions of the same page with "/" and without "/" it's also listing old pages that were 301 redirected to newer pages on my server.

    My question is: how do I deal with it? The .htaccess is now correct (it got overwritten) and the URL base is now once again correct (the "/" got deleted!!) what do I do with all the extra pages that I don't want? There are about 70 to 100. Is it worth noting them all and removing the URL's via WMT? Someone suggested that it could be dangerous to do that. I'd like some advice please.

  2. #2
    Junior Member
    Join Date
    Apr 2008
    Location
    San Diego
    Posts
    18
    what exactly do you mean with / and without / ?

    If you have two duplicate pages you can redirect(301) the ones you don't want and they will eventually get replaced on the search engine results.

  3. #3
    Administrator weegillis's Avatar
    Join Date
    Oct 2003
    Posts
    5,826
    With '/' and without '/' would be two different URL's.

    href="/mypage.html" would be one; href="mypage.html" would be another. This problem is not easily solved, except to repair all the URL's on the site to one state or another.

    A canonical tag won't be much help, since you would need one in every static page. They are really only useful for dynamic pages where most of the content is similarly derived from template and boilerplate, and only unique data sets them apart. A canonical tag in this sense would 'suggest' a central page be indexed, and the dynamic pages be ignored.

  4. #4
    Junior Member
    Join Date
    Oct 2011
    Location
    Ahmedabad
    Posts
    11
    You can also remove the URLs from Google's search results with the help of Google Webmaster Tool's Remove URL feature.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •