iEntry 10th Anniversary Forum Rules Search
WebProWorld
Register FAQ Calendar 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.

Share Thread: & Tags

Share Thread:

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: 110
carpediem RepRank 3carpediem RepRank 3
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: 169
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
chowell's Avatar
WebProWorld Pro
 
Join Date: Oct 2003
Location: Phoenix, AZ
Posts: 224
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
SemAdvance's Avatar
WebProWorld Veteran
 
Join Date: Dec 2005
Location: In Your Mind
Posts: 788
SemAdvance RepRank 3SemAdvance RepRank 3SemAdvance RepRank 3
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.
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: 23
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
Bozell Interactive / Web Design and Development / http://www.bozell.com/
Reply With Quote
  #10 (permalink)  
Old 07-20-2007, 07: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 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
  #12 (permalink)  
Old 04-03-2009, 01:22 PM
WebProWorld New Member
 
Join Date: Apr 2009
Location: Jupiter, Florida
Posts: 1
orokusaki RepRank 0
Default Re: WWW vs No WWW in URL

You should have the 'www' CNAME point to @ in your hosting account. www is merely a sub-domain. If you really want to be a pimp, have 'www' redirect to your site root instead, so nobody ever bookmarks your site as 'www'.
Reply With Quote
  #13 (permalink)  
Old 04-03-2009, 04:51 PM
WebProWorld New Member
 
Join Date: Apr 2009
Posts: 1
HandyCrafty RepRank 0
Default heelo for everybody!

Hi every one in this forum!Very Interesting website! I recently split up with my boyfriend, so feel myslef depressed. I'm searching for new communities, friends and hobbies. hope someone reply to me. Sorry for my English - I'm Spanish.
Reply With Quote
  #14 (permalink)  
Old 04-03-2009, 05:35 PM
deepsand's Avatar
WebProWorld 1,000+ Club
WebProWorld MVP
 
Join Date: May 2004
Location: Philadelphia, PA
Posts: 3,212
deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9
Default Re: heelo for everybody!

Quote:
Originally Posted by HandyCrafty View Post
Hi every one in this forum!Very Interesting website! I recently split up with my boyfriend, so feel myslef depressed. I'm searching for new communities, friends and hobbies. hope someone reply to me. Sorry for my English - I'm Spanish.
Actually, your English is better than some who claim it as their native tongue!

Sorry to hear that you're depressed. All that can be said is the truism that time heals all wounds.

As for introducing yourself, you might wish to post an introduction at Introductions - WebProWorld and/or a photo at Member Photos - WebProWorld .

For general, "off topic" discussions that do not fit into the existing forum categories, there is the Breakroom, at Breakroom (General: Any Topic) - WebProWorld .

Lastly, do be sure to check out WebProWorld: Guidelines/Announcements/Suggestions - WebProWorld .

All 4 of these forums are grouped together in the WebProWorld Community Central at http://www.webproworld.com/#center .

Welcome aboard; and, enjoy.
Reply With Quote
  #15 (permalink)  
Old 04-09-2009, 05:35 AM
ps3pro's Avatar
WebProWorld Member
 
Join Date: Apr 2009
Posts: 36
ps3pro RepRank 1
Default Re: WWW vs No WWW in URL

I personally prefer no www as it just looks so 90's . Also i found anyway through google anlytics that most people dont tend to bother putting www in when there are typing in the top bar
Reply With Quote
  #16 (permalink)  
Old 04-09-2009, 08:25 PM
deepsand's Avatar
WebProWorld 1,000+ Club
WebProWorld MVP
 
Join Date: May 2004
Location: Philadelphia, PA
Posts: 3,212
deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9
Default Re: WWW vs No WWW in URL

Quote:
Originally Posted by orokusaki View Post
You should have the 'www' CNAME point to @ in your hosting account. www is merely a sub-domain.
Technically, the "www" prefix is a service, used to identify the specific hostname whose service(s) is(are) being requested; another common one is ftp. Note that these are de facto conventions.

Quote:
Originally Posted by orokusaki View Post
If you really want to be a pimp, have 'www' redirect to your site root instead, so nobody ever bookmarks your site as 'www'.
This actually depends on how the Bookmark/Favorite is created.
Reply With Quote
  #17 (permalink)  
Old 05-13-2009, 09:40 AM
WebProWorld New Member
 
Join Date: May 2009
Posts: 6
MichaelB RepRank 0
Default Re: WWW vs No WWW in URL

Quote:
Originally Posted by ps3pro View Post
I personally prefer no www as it just looks so 90's . Also i found anyway through google anlytics that most people dont tend to bother putting www in when there are typing in the top bar
yup and I have found no www to be more aesthetic in some cases.
Reply With Quote
  #18 (permalink)  
Old 05-15-2009, 03:22 PM
WebProWorld New Member
 
Join Date: May 2009
Posts: 1
GreggG RepRank 0
Default Hey Awesome board Keep up the good work...

I hope there's good info hereis there just a lot of spam here or is there some useful info shared? Leave me a post and introduce yourselfLater,
Reply With Quote
  #19 (permalink)  
Old 05-15-2009, 04:04 PM
deepsand's Avatar
WebProWorld 1,000+ Club
WebProWorld MVP
 
Join Date: May 2004
Location: Philadelphia, PA
Posts: 3,212
deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9
Default Re: WWW vs No WWW in URL

Quote:
Originally Posted by lasrob20 View Post
Folks who use a subdomain would always have to disable www


So, Bryce Jordan Center won't work?
Reply With Quote
  #20 (permalink)  
Old 05-15-2009, 04:08 PM
deepsand's Avatar
WebProWorld 1,000+ Club
WebProWorld MVP
 
Join Date: May 2004
Location: Philadelphia, PA
Posts: 3,212
deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9
Default Re: Hey, whats going on?

Quote:
Originally Posted by KeHoeff View Post
Is there a specific section on here that I should use to advertise my website? Just wanted to make sure I asked before posting about it ...

Thanks!
Depends on what you want to do.

Look to http://www.webproworld.com/#webpro-exchange to see if any of the 5 sub-forums there work for you.
Reply With Quote
  #21 (permalink)  
Old 05-15-2009, 04:09 PM
deepsand's Avatar
WebProWorld 1,000+ Club
WebProWorld MVP
 
Join Date: May 2004
Location: Philadelphia, PA
Posts: 3,212
deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9
Default Re: Hey Awesome board Keep up the good work...

Quote:
Originally Posted by GreggG View Post
I hope there's good info hereis there just a lot of spam here or is there some useful info shared? Leave me a post and introduce yourselfLater,
Suggest that you start at Introductions - WebProWorld .
Reply With Quote
Reply

  WebProWorld > Search Engines > Yahoo! Discussion 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


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


All times are GMT -4. The time now is 04:33 PM.



Search Engine Optimization by vBSEO 3.3.0