Contact Us Forum Rules Search Archive
WebProWorld Part of WebProNews.com
Page One Link To Us Edit Profile Private Messages Archives FAQ RSS Feeds  
 

Go Back   WebProWorld > Search Engines > Yahoo! Discussion Forum
Subscribe to the Newsletter FREE!


Register FAQ Members List Calendar Arcade Chatbox Mark Forums Read

Yahoo! Discussion Forum Yahoo Search discussion. Any topic or subject specific to Yahoo should go here. You will also find a subforum dedicated to YPN & Panama.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-18-2007, 10:38 PM
WebProWorld Member
 

Join Date: Aug 2003
Location: Connecticut, USA
Posts: 68
pdrew RepRank 0
Default WWW vs No WWW in URL

Hi! Tried searching the threads, so I didn't have to post my question, but didn't have any luck.

I couldn't figure out why my home page disappeared from the first page of results in Yahoo! for my top keyword. I just happened to click a link to Bruce Clays' page from an article. I tried Bruce's Search Engine Hub and one thing led to another and I found myself on Yahoo! where I typed my business' name into the search box: Peter Drew Voiceovers. Up popped the results and at the top of the list was my DMOZ listing, Drew, Peter - Peter Drew Voiceovers. My actual homepage wasn't anywhere to be seen. So, I typed in my URL: w w w.peterdrewvo. com. Again, not there. What was at the top of the page was http: // peterdrewvo. com. No www!

My site ranks #5 for my top keyword in Google for w w w.peterdrewvo.com. A few other top keywords have decent rankings and I have a few other pages besides my homepage listing well. I get some traffic from Yahoo! but they aren't coming to my homepage, but to lower pages that rank in the top 50 for a couple of keywords. I used to be #3 on Yahoo! for my top keyword and in the top 20 for a couple of others.

I read an article on making the choice between having www start a URL or going www-less, but I can't find it. I believe the article recommended a 301 redirect from the no www URL to the www URL. Is that the correct way to do this? If it is, how do I do a 301 redirect. I've never had to do one before, even though I understand its purpose, and I want to make sure I do it right since this is for my homepage, not a page buried deep in the site.

Thanks!
__________________
Peter Drew
Peter Drew Voiceovers
Voiceovers for all electronic media
Reply With Quote
  #2 (permalink)  
Old 07-19-2007, 12:18 AM
carpediem's Avatar
WebProWorld Pro
 

Join Date: Oct 2006
Location: StudioKraft Creative Services
Posts: 108
carpediem RepRank 2carpediem RepRank 2
Default Re: WWW vs No WWW in URL

Hi Peter,

Quote:
Originally Posted by pdrew
how do I do a 301 redirect
One of WPW's moderators (incrediblehelp) has a how-to on this topic already:

301 Redirect Resources and Help - Jaan’s Search Marketing Blog - Toledo, Ohio


You can also search through the WPW threads via operator "site:", as seen here -

WPW - 301 redirect related topics


Danielle
__________________
MODPlug Central | Free Music Software
StudioKraft | Ecommerce Web Site Development
Reply With Quote
  #3 (permalink)  
Old 07-19-2007, 01:35 AM
WebProWorld Pro
 

Join Date: May 2007
Location: DataCenter
Posts: 174
hostBrain RepRank 1
Default Re: WWW vs No WWW in URL

Hi Peter,

Yes indeed, the first thing to do, is decide which you prefer. www or non-www
In the ole' days, servers were configured so you had to type in the www before the domain. This is no longer the case.

Personally, i prefer to not have the www. It's 3 less characters in the domain, so it's shorter and it's also 3 less words you have to verbally tell people.

If you are on apache server, you can take advantage of the .htaccess file in the root of your home directory.
Just create one with a text editor and insert the following.

To force your domain to use www
Quote:
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^.peterdrewvo.(.*)
RewriteRule ^(.*)$ http://www.peterdrewvo.com/$1 [R=301,L]
To force your domain to use non-www
Quote:
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^www.peterdrewvo.(.*)
RewriteRule ^(.*)$ http://peterdrewvo.com/$1 [R=301,L]
__________________
----Don't Call Me Brian----
Reply With Quote
  #4 (permalink)  
Old 07-19-2007, 03:31 PM
WebProWorld Member
 

Join Date: Aug 2003
Location: Connecticut, USA
Posts: 68
pdrew RepRank 0
Smile Re: WWW vs No WWW in URL

I was wondering if there was a way to specify which one I wanted in the .htaccess file and I couldn't remember where I'd seen the 301 info. Incredihelp was the one who posted it!

Thanks again for your responses. Much appreciated. Now, maybe I can get my rankings back in Yahoo!.

All the best to both of you.
__________________
Peter Drew
Peter Drew Voiceovers
Voiceovers for all electronic media
Reply With Quote
  #5 (permalink)  
Old 07-19-2007, 05:43 PM
WebProWorld Pro
 

Join Date: Oct 2003
Location: Phoenix, AZ
Posts: 180
chowell RepRank 1
Default Re: WWW vs No WWW in URL

You can also tell Google exactly which URL you prefer within your Webmaster Tools account, but for Yahoo you'd still need to make the changes to the .htaccess file.

Also, as I experienced earlier today, make sure the syntax of the redirect code is correct or it won't work. Test everything before you move onto your next task.
Reply With Quote
  #6 (permalink)  
Old 07-19-2007, 06:09 PM
WebProWorld Veteran
 

Join Date: Dec 2005
Location: In Your Mind
Posts: 636
SemAdvance RepRank 1
Default Re: WWW vs No WWW in URL

Quote:
Originally Posted by chowell View Post
You can also tell Google exactly which URL you prefer within your Webmaster Tools account, but for Yahoo you'd still need to make the changes to the .htaccess file.

Also, as I experienced earlier today, make sure the syntax of the redirect code is correct or it won't work. Test everything before you move onto your next task.
However Google is not the only search engine so notifying Google through the webmaster central tool only fixes things so much.

Another reason to do this server side via htaccess is it will point all of the links to your various URLs, to one main URL, thereby solidifying your PageRank score as well.

This issue has been addressed and resolved for many years on this forum.
__________________
Payday Loans
Learn Forex
Reply With Quote
  #7 (permalink)  
Old 07-19-2007, 07:44 PM
WebProWorld Member
 

Join Date: Aug 2003
Location: Connecticut, USA
Posts: 68
pdrew RepRank 0
Default Re: WWW vs No WWW in URL

Thanks to everyone for your advice. I'll try the .htaccess code and I'll read up on 301 redirects in Incredihelp's blog, 'cause I'm going to have do some redirects soon.
__________________
Peter Drew
Peter Drew Voiceovers
Voiceovers for all electronic media
Reply With Quote
  #8 (permalink)  
Old 07-19-2007, 10:49 PM
WebProWorld Member
 

Join Date: Dec 2005
Posts: 28
GonnaLuvIt RepRank 0
Default Re: WWW vs No WWW in URL

Hi guys, I'm having a similar issue that I quit don't what to do with. Hopefully you can help me.

I have a CNAME Alias set up that masks another. The reason for this is that my website is hosted using Marketworks.com CSM. My business was an eBay business that that grew beyond eBay. My domain covers up the long ugly URL ht*tp://www.marketworks.com/storefrontprofiles/default.aspx?sfid=XXXX. So if you go to www.mysite.com it turns into ht*tp://www.MYSITE.com/storefrontprofiles/default.aspx?sfid=XXXX . Removing the www’s redirects to the URL with the www’s.

My problem is this: I’m starting a linking strategy and I’m not sure which URL to promote. When I search the inbound links on Yahoo, the www address shows 1,829 (mostly internal links) and removing the www’s shows 38. These 38 inbound links happen to be better links.

So I’m not sure what to do about this. I feel like I have two domains. Is there a way to merge them while not losing any inbound links, such as this mentioned 301 redirect? What should I do from a SEO perspective? Also, does having a masking URL that redirects to another hurt me?

Last edited by GonnaLuvIt : 07-19-2007 at 10:52 PM.
Reply With Quote
  #9 (permalink)  
Old 07-19-2007, 11:55 PM
WebProWorld New Member
 

Join Date: Jul 2003
Location: Omaha, NE
Posts: 22
wetchman RepRank 0
Default Re: WWW vs No WWW in URL

Great discussion. Here's my take:

You should definitely force one method over the other. A lot of people type in the "www" and a lot don't. Go ahead and force the "www" so that you'll always have it set up to the old standard.

The search engines also can see a "www" site and a non-www site as different. Forcing one will ensure your content all gets indexed under the same site.

Finally, two questions:

1) Is there an official "name" for a non-www domain? Or for the DNS entry you have to make in order for that to work?

2) What's a best practice for forcing the www on an IIS server?
__________________
BW - Orajen Group, Inc.
Web Design and Development
http://www.orajen.com/
Reply With Quote
  #10 (permalink)  
Old 07-20-2007, 07:16 PM
incrediblehelp's Avatar
Moderator
WebProWorld Moderator
 

Join Date: Jan 2004
Location: Live in Cincy Now
Posts: 7,693
incrediblehelp RepRank 4incrediblehelp RepRank 4incrediblehelp RepRank 4incrediblehelp RepRank 4
Default Re: WWW vs No WWW in URL

Quote:
Originally Posted by GonnaLuvIt View Post
My problem is this: I’m starting a linking strategy and I’m not sure which URL to promote. When I search the inbound links on Yahoo, the www address shows 1,829 (mostly internal links) and removing the www’s shows 38. These 38 inbound links happen to be better links.
I would never recommend to promote a URL you don't control or own. Never ever. This will lead to issues down the road. Always promote your won URL, but in your situation with the redirect I wouldn't start a linking strategy until I had website managed under your own domain.
Reply With Quote
  #11 (permalink)  
Old 07-22-2007, 10:57 PM
WebProWorld Member
 

Join Date: Dec 2005
Posts: 28
GonnaLuvIt RepRank 0
Default Re: WWW vs No WWW in URL

Thanks Incrediblehelp, I will see what I can do.

Josh
Gonna Luv It
__________________
Josh
sterling silver jewelry
Reply With Quote
Reply

  WebProWorld > Search Engines > Yahoo! Discussion Forum
Tags: ,



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

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Pls Review www.privatefleet.com.au privatefleet Submit Your Site For Review 9 07-21-2007 12:02 PM
Please review www.web-planeta.net mikihog Submit Your Site For Review 4 07-19-2007 10:05 PM
www.iframe911.com We Buy iframe traffic iframe911 Affiliate Marketing Discussion Forum 0 07-13-2007 02:12 AM


Search Engine Optimization by vBSEO 3.2.0