iEntry 10th Anniversary Forum Rules Search
WebProWorld
Register FAQ Calendar Mark Forums Read
Search Engine Optimization Forum SEO is much easier with help from peers and experts! The WebProWorld SEO forum is for the discussion and exploration of various search engine optimization topics. Any non (engine) specific SEO or SEM topics should go here.

Share Thread: & Tags

Share Thread:

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 04-11-2005, 12:25 AM
incrediblehelp's Avatar
WebProWorld 1,000+ Club
WebProWorld MVP
 
Join Date: Jan 2004
Location: Live in Cincy Now
Posts: 7,573
incrediblehelp RepRank 4incrediblehelp RepRank 4incrediblehelp RepRank 4incrediblehelp RepRank 4incrediblehelp RepRank 4
Default no www 301 Redirect or 302 Object moved for domains

I was wondering what is everyone opinion on doing a 301 Redirect or 302 Object moved command for your domain name without the www? I am seeing more and more people setting up these commands for the domain name without the www. I assume this is to basically let the engines know that the primary domain is the one WITH the www and the IBL value should be weighted on the www domain only. This should also avoid the search engine using the domain without the www in the search results which can be a nuisance as well.

For instance do a header check for this domain, Intranets.com.

So why are not more of us doing this?
Reply With Quote
  #2 (permalink)  
Old 04-11-2005, 03:02 PM
WebProWorld 1,000+ Club
 
Join Date: May 2004
Location: Dallas, Texas USA
Posts: 1,492
bhartzer RepRank 1
Default

Quote:
I assume this is to basically let the engines know that the primary domain is the one WITH the www and the IBL value should be weighted on the www domain only. This should also avoid the search engine using the domain without the www in the search results which can be a nuisance as well.
This is exactly correct. You should either not allow anyone to get to the non-www version of the domain or set up a 301 from the non-www to the www subdomain (www, after all, is a subdomain).

I have seen too many cases where sites suddenly lost rankings due to the fact that the search engines suddenly decided to list the non-www version rather than the www subdomain. The search engines are "supposed to" figure it all out, but often-times they don't.
Quote:
So why are not more of us doing this?
We just don't know that it's an issue--until your site suddenly vanishes from the rankings.
__________________
Bill Hartzer's Blog
Reply With Quote
  #3 (permalink)  
Old 04-11-2005, 06:52 PM
adbart's Avatar
WebProWorld Veteran
 
Join Date: Apr 2005
Location: London, UK
Posts: 463
adbart RepRank 0
Default

Everyone should do this.

Considering the fact that the vast majority of websites have adopted the 'www' subdomain idea, you'd think that the search engines automatically went with it, rather than the straight domain. Interesting point though.
__________________
Freelance IT consultant & SEO marketing
Private message for contact information
Reply With Quote
  #4 (permalink)  
Old 04-11-2005, 06:58 PM
incrediblehelp's Avatar
WebProWorld 1,000+ Club
WebProWorld MVP
 
Join Date: Jan 2004
Location: Live in Cincy Now
Posts: 7,573
incrediblehelp RepRank 4incrediblehelp RepRank 4incrediblehelp RepRank 4incrediblehelp RepRank 4incrediblehelp RepRank 4
Default

I am going to implement them on all my websites right now. I wonder why http://webproworld.com doesnt have one installed.
Reply With Quote
  #5 (permalink)  
Old 04-11-2005, 07:03 PM
adbart's Avatar
WebProWorld Veteran
 
Join Date: Apr 2005
Location: London, UK
Posts: 463
adbart RepRank 0
Default

Maybe they'll do it now ;-)
__________________
Freelance IT consultant & SEO marketing
Private message for contact information
Reply With Quote
  #6 (permalink)  
Old 04-11-2005, 09:01 PM
incrediblehelp's Avatar
WebProWorld 1,000+ Club
WebProWorld MVP
 
Join Date: Jan 2004
Location: Live in Cincy Now
Posts: 7,573
incrediblehelp RepRank 4incrediblehelp RepRank 4incrediblehelp RepRank 4incrediblehelp RepRank 4incrediblehelp RepRank 4
Default

Does anyone know how to do this type of redirect in IIS? I tired it in the IIS manager console and the domain just kept doing a loop to itself.
Reply With Quote
  #7 (permalink)  
Old 04-12-2005, 12:19 AM
WebProWorld Pro
 
Join Date: Jul 2003
Location: Naples, FL
Posts: 121
brianzajac RepRank 0
Default

Quote:
Does anyone know how to do this type of redirect in IIS? I tired it in the IIS manager console and the domain just kept doing a loop to itself.
I'm not sure if this will answer your question. But in IIS, you'll need to make sure that when you set up a new website in IIS, make sure that you click "advanced" in the IP address field under the 'web site' tab. In there, make sure that you have two IPs listed: one that has a host header value of yourdomain.com and another one that is www.yourdomain.com. Also, make sure your redirect is a 301 and not a 302. Google tends to like 301s much better. For more info on redirecting, visit http://www.webconfs.com/how-to-redirect-a-webpage.php
__________________
Brian Zajac
EyeMagination
http://www.eyemagination.us - Naples Florida Web Design & Marketing
info@eyemagination.us
Reply With Quote
  #8 (permalink)  
Old 04-12-2005, 12:42 AM
incrediblehelp's Avatar
WebProWorld 1,000+ Club
WebProWorld MVP
 
Join Date: Jan 2004
Location: Live in Cincy Now
Posts: 7,573
incrediblehelp RepRank 4incrediblehelp RepRank 4incrediblehelp RepRank 4incrediblehelp RepRank 4incrediblehelp RepRank 4
Default

Yeah I have handled redirects before for files and different domain names, but this is something I havent done before.
Reply With Quote
  #9 (permalink)  
Old 04-12-2005, 03:24 PM
incrediblehelp's Avatar
WebProWorld 1,000+ Club
WebProWorld MVP
 
Join Date: Jan 2004
Location: Live in Cincy Now
Posts: 7,573
incrediblehelp RepRank 4incrediblehelp RepRank 4incrediblehelp RepRank 4incrediblehelp RepRank 4incrediblehelp RepRank 4
Default

Can someone please post clear instructions on how to do this in both IIS and Apache platforms?

Remember this redirect is only concerned with redirecting a domain, domain.com to www.domain.com.

I am more concerned with how to do in IIS, this is where I am confused.
Reply With Quote
  #10 (permalink)  
Old 04-12-2005, 05:56 PM
incrediblehelp's Avatar
WebProWorld 1,000+ Club
WebProWorld MVP
 
Join Date: Jan 2004
Location: Live in Cincy Now
Posts: 7,573
incrediblehelp RepRank 4incrediblehelp RepRank 4incrediblehelp RepRank 4incrediblehelp RepRank 4incrediblehelp RepRank 4
Default For Apache 301 redirect without www

for apache you can use this in your .htaccess file:

RewriteEngine on
RewriteCond %{HTTP_HOST} ^yourdomain\.com
RewriteRule ^(.*)$ http://www.yourdomain.com/$1 [R=permanent,L]
Reply With Quote
  #11 (permalink)  
Old 04-12-2005, 06:16 PM
incrediblehelp's Avatar
WebProWorld 1,000+ Club
WebProWorld MVP
 
Join Date: Jan 2004
Location: Live in Cincy Now
Posts: 7,573
incrediblehelp RepRank 4incrediblehelp RepRank 4incrediblehelp RepRank 4incrediblehelp RepRank 4incrediblehelp RepRank 4
Default For IIS

For a IIS you will need either ISAPI_Rewrite or IIS_Rewrite installed and running. Once it is you can then make changes to a file called "httpd.ini", which is similar to that .thaccess file in Apache.

Google for "ISAPI 301 Redirect" and you'll find loads of tutorials.

Finally I found the solution!
Reply With Quote
  #12 (permalink)  
Old 04-12-2005, 07:25 PM
incrediblehelp's Avatar
WebProWorld 1,000+ Club
WebProWorld MVP
 
Join Date: Jan 2004
Location: Live in Cincy Now
Posts: 7,573
incrediblehelp RepRank 4incrediblehelp RepRank 4incrediblehelp RepRank 4incrediblehelp RepRank 4incrediblehelp RepRank 4
Default

This ASP method can also be used in IIS:

http://www.seoconsultants.com/tips/asp/301.asp
Reply With Quote
Reply

  WebProWorld > Search Engines > Search Engine Optimization Forum

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -4. The time now is 01:41 PM.



Search Engine Optimization by vBSEO 3.3.0