- Total Members: 263,815
- Threads: 454,051
- Posts: 1,062,567
Great community. Great ideas.
Welcome to SEOChat, a community dedicated to helping beginners and professionals alike in improving their Search Engine Optimization knowledge. Sign up today to gain access to the combined insight of tens of thousands of members.
-
Jan 29th, 2013, 05:39 AM
#1
3 Different Versions Indexed of Same URL!
Hi
Due to my clever
previous developer I've found in google analytics that I've ended up with multiple versions of the same pages indexed under a variety of domains.
Question: what's the best course of action, to redirect to the preferred URL? If so how would I do this on an ASP.net site?
http://www.domain.com/\counties\aberdeenshire.asp
http://www.domain.com/counties/ABERDEENSHIRE.ASP
http://www.domain.com/counties/aberdeenshire.asp
Thanks all!
-
Jan 29th, 2013, 08:51 AM
#2
Use the canonical tag and do a 301 redirect to the appropriate URL.
Note: on Windows servers case sensitivity is not recognized, therefore ABERDEENSHIRE.ASP and aberdeenshire.asp are both the same file. On a Linux server case sensitivity is observed and the two examples are seen (correctly) as different files.
This is a problem often encountered when developing on a Windows platform and deploying on a Linux server environment. This can also be problematic if linking in different case sensitivity is used.
-
Jan 29th, 2013, 09:04 AM
#3
If you have a newer version of IIS, 7+ you can do the rewrite rules directly in IIS. If you have IIs6 I would recommend this company, they offer a IIS rewrite module that i've used a few times and it's pretty easy to use. Helicon Tech - IIS modules and ISAPI filters for URL rewriting and search engine optimization Costs a little though.
For more info, google "IIS Rewrite" or "IIS redirect"
-
Jan 29th, 2013, 09:25 AM
#4
In case you have problem with canonical tag and 301 redirect, check out these guides:
-
Jan 29th, 2013, 09:38 AM
#5
you can use htaccess or php redirect to prefered url if you want.
-
Jan 29th, 2013, 09:51 AM
#6
PEOPLE! Please note we're on a Windows server here! ....ASP! The OP's question is pretty clear on this point.
No .htaccess, no PHP, just ASP code and/or ISAPI_REWRITE.
Thank you
-
Jan 29th, 2013, 12:30 PM
#7
Thanks all. Will reciprocate the advice when I can.
-
Jan 29th, 2013, 01:10 PM
#8
Thanks for this but does this case difference affect SEO?
Similar Threads
-
By commonjunks in forum Google Optimization
Replies: 2
Last Post: Mar 10th, 2008, 11:32 PM
-
By commonjunks in forum Google Optimization
Replies: 0
Last Post: Mar 10th, 2008, 10:13 AM
-
By Disco_Stu in forum Google Optimization
Replies: 5
Last Post: Nov 20th, 2007, 07:06 PM
-
By cocktailz in forum Google Optimization
Replies: 2
Last Post: May 22nd, 2003, 03:28 AM
-
By ragos in forum Google Optimization
Replies: 2
Last Post: Feb 27th, 2003, 02:53 PM
Comments on this post