Digital Point Forums
Send Telegram

Go Back   Digital Point Forums > Marketing > Link Development
Google Analytics
Log In to view
your analytics

Reply
 
Thread Tools
  #1  
Old Nov 3rd 2009, 2:07 pm
shaklebolt's Avatar
shaklebolt shaklebolt is online now
Hand of A'dal
 
Join Date: Aug 2007
Posts: 358
shaklebolt is on a distinguished road
Red face http:// OR http://www. OR www.

Hi guys,

I've just started link building for my website. I wanted to know what exactly to use for adding link on various sites / forums / signatures / link exchange etc. I mean I want to create max backlinks for SEO purposes, so should I list my site as

http://delhicaravan.com
OR
http://www.delhicaravan.com
OR
www.delhicaravan.com

What is the difference and which one is the best way to do it. (For both with and without anchor text)

Thanks in advance for your time reading this thread. DP Rocks!
Reply With Quote
  #2  
Old Nov 3rd 2009, 2:18 pm
designdev designdev is offline
Champion of the Naaru
 
Join Date: Apr 2007
Posts: 202
designdev is on a distinguished road
i've been doing some research on this my self after i found my PR was split across many combinations like you have show.

In a link you have to use http:// as it wont be reconised as an extral path/link and the website will try loading it internaly. www. is nothing more than a subdomain and serves no real purpose and is a bad habit of use for many users.

go with http://yourdomain.com

if you have an index.php, html page etc, dont link to this page. just use "/".

also to prevent anyone from deviating from your formate use the following in a htaccess file.

php Code:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^www.yourdomain.com$ [NC]
RewriteRule ^(.*)$ http://yourdomain.com/$1 [R=301,L]
Options +FollowSymLinks
RewriteCond %{THE_REQUEST} ^.*/index\.php
RewriteRule ^(.*)index.php$ http://yourdomain.com/$1 [R=301,L]
__________________
http://www.onehundrednetwork.com/ - Adserver Network & Top 100 MMO, RPG, WOW, ANIME
Reply With Quote
  #3  
Old Nov 3rd 2009, 2:45 pm
indyguidedotinfo's Avatar
indyguidedotinfo indyguidedotinfo is offline
Starcaller
 
Join Date: Jul 2007
Location: Columbus - > BROOKLYN
Posts: 2,840
indyguidedotinfo is a splendid one to beholdindyguidedotinfo is a splendid one to beholdindyguidedotinfo is a splendid one to beholdindyguidedotinfo is a splendid one to beholdindyguidedotinfo is a splendid one to beholdindyguidedotinfo is a splendid one to beholdindyguidedotinfo is a splendid one to beholdindyguidedotinfo is a splendid one to behold
i have excellent results without www
Reply With Quote
  #4  
Old Nov 3rd 2009, 3:05 pm
sultanofseo's Avatar
sultanofseo sultanofseo is offline
Astral Walker
 
Join Date: Oct 2007
Location: Toronto, Canada
Posts: 7,170
sultanofseo has a reputation beyond reputesultanofseo has a reputation beyond reputesultanofseo has a reputation beyond reputesultanofseo has a reputation beyond reputesultanofseo has a reputation beyond reputesultanofseo has a reputation beyond reputesultanofseo has a reputation beyond reputesultanofseo has a reputation beyond reputesultanofseo has a reputation beyond reputesultanofseo has a reputation beyond reputesultanofseo has a reputation beyond repute
use of http://www is recommended as lot of people on the net still have a concention of seeing a domain name with www. whichever you use, use an uniform URL and stick with it.
__________________
Link Building Service - One Stop Content/Link Building Solution
Squidoo Lens - SEO Optimized Squidoo Lens Creation Service
Reply With Quote
  #5  
Old Nov 3rd 2009, 3:09 pm
designdev designdev is offline
Champion of the Naaru
 
Join Date: Apr 2007
Posts: 202
designdev is on a distinguished road
so long as you setup a 301 perm redirection so any www. links people may use to link to you will be fine not using it.

more info can be found here, and a little debate on the subject. http://www.searchenginejournal.com/c...w-or-not/6950/
__________________
http://www.onehundrednetwork.com/ - Adserver Network & Top 100 MMO, RPG, WOW, ANIME
Reply With Quote
  #6  
Old Nov 3rd 2009, 3:18 pm
keym4k3r keym4k3r is offline
Champion of the Naaru
Recent Blog: Cappelle Medicee
 
Join Date: Aug 2008
Posts: 146
keym4k3r is on a distinguished road
Quote:
Originally Posted by designdev View Post
www. is nothing more than a subdomain and serves no real purpose and is a bad habit of use for many users.
Sure it is, tell it to google, they for some reason use www.google.com.

Actually www is the only proper way to address the web pages.

Of course you can use http://domain.com, and sometimes I do , but this is not quite correct.
__________________
Ski Vacations Safe Security
Reply With Quote
  #7  
Old Nov 3rd 2009, 3:23 pm
Silver89's Avatar
Silver89 Silver89 is online now
of the Nightfall
 
Join Date: Aug 2006
Location: Kent - England
Posts: 1,783
Silver89 is a jewel in the roughSilver89 is a jewel in the roughSilver89 is a jewel in the rough
Quote:
Originally Posted by keym4k3r View Post
Sure it is, tell it to google, they for some reason use www.google.com.

Actually www is the only proper way to address the web pages.

Of course you can use http://domain.com, and sometimes I do , but this is not quite correct.
http:// is telling the browser which protocol to use.

www is not a necessary requirement.


There is no difference at all between:

http://delhicaravan.com - delhicaravan.com

If you have a browser that doesn't presume it's http:// then it will just fail to load.
__________________
| Online Games | Devon Cottages |
Reply With Quote
  #8  
Old Nov 3rd 2009, 3:45 pm
Fatal1tyBrand's Avatar
Fatal1tyBrand Fatal1tyBrand is offline
Peon
Recent Blog: ORIGIN PC
 
Join Date: Oct 2009
Posts: 15
Fatal1tyBrand is on a distinguished road
i setup a 301 for all things to go to the www & google has synced my pr and such... but

i have noticed a drawback is in google analytics that the content lists as /folder/www...etc instead of just /folder/ ... fyi
Reply With Quote
  #9  
Old Nov 3rd 2009, 3:52 pm
morgano's Avatar
morgano morgano is offline
Champion of the Naaru
 
Join Date: Jul 2009
Posts: 166
morgano is on a distinguished road
Stick with http://www. and use HTACCESS files to redirect via 301 http:// traffic to http://www

This will sort everything.
Reply With Quote
  #10  
Old Nov 3rd 2009, 3:54 pm
MikeZewski MikeZewski is offline
Grunt
 
Join Date: Oct 2009
Posts: 36
MikeZewski is on a distinguished road
I never set up a 301 before. How do you do that? I've also been using www. because I read awhile ago that its better. I guess they were wrong.
__________________
GVO Hosting
Reply With Quote
  #11  
Old Nov 3rd 2009, 4:03 pm
Fatal1tyBrand's Avatar
Fatal1tyBrand Fatal1tyBrand is offline
Peon
Recent Blog: ORIGIN PC
 
Join Date: Oct 2009
Posts: 15
Fatal1tyBrand is on a distinguished road
Quote:
Originally Posted by MikeZewski View Post
I never set up a 301 before. How do you do that? I've also been using www. because I read awhile ago that its better. I guess they were wrong.
its not better nor worse.. if your site is brand new you can do whatever you want...

but if its an 'aged' site try and maintain what the bulk of your backlinks are pointing to. in my case everyone links using the www so i did a 301 to www

u can create 301's by modifying the .htaccess file.. make a backup before playing with it obv
Reply With Quote
  #12  
Old Nov 3rd 2009, 6:21 pm
matt5409 matt5409 is offline
of the Nightfall
 
Join Date: Mar 2008
Location: Leeds, UK
Posts: 1,042
matt5409 will become famous soon enoughmatt5409 will become famous soon enough
as designdev says (and as I was going to recommend) just set up a 301 redirect - it wont even matter what the links are formatted as then, because they will all go to the same place.

I run these on my website:

www.northernweb.co.uk
northernweb.co.uk

notice how the www. is automatically pre-pended on?
__________________
The Web Station - My blog, give it a read!
Reply With Quote
  #13  
Old Nov 3rd 2009, 7:14 pm
klkhosting klkhosting is offline
Champion of the Naaru
 
Join Date: Sep 2009
Location: www.gamehaxerz.com
Posts: 178
klkhosting is an unknown quantity at this point
I redirect all the none www ==> www.
Reply With Quote
  #14  
Old Nov 4th 2009, 8:16 pm
rypher21's Avatar
rypher21 rypher21 is offline
Twilight Vanquisher
 
Join Date: Apr 2008
Location: Philippines
Posts: 652
rypher21 is on a distinguished road
much prefer http://www ...and use 301 redirect so all links will be counted..
Reply With Quote
  #15  
Old Nov 4th 2009, 8:30 pm
Traffic-Bug Traffic-Bug is offline
of the Nightfall
 
Join Date: Jan 2009
Location: Oregon
Posts: 1,111
Traffic-Bug is on a distinguished road
You simply use non-www to www htaccess redirect (301 redirect) in your .htaccess file. Then it doesnt matter which one you use for backlinking purpose. That way, even if others backlink to you on their own without you telling them and they choose a different format for linking to you, then you will still be covered.
Reply With Quote
  #16  
Old Nov 4th 2009, 9:19 pm
smartvolley smartvolley is offline
Peon
 
Join Date: Aug 2009
Posts: 16
smartvolley is an unknown quantity at this point
it's better to user delhicaravan.com instead of www.
Reply With Quote
  #17  
Old Nov 4th 2009, 10:03 pm
lindamood1 lindamood1 is offline
of the Nightfall
 
Join Date: Dec 2008
Posts: 1,534
lindamood1 is on a distinguished road
just check non www to www its convert or not
Reply With Quote
  #18  
Old Nov 4th 2009, 11:47 pm
[J]ames [J]ames is offline
Grunt
 
Join Date: Mar 2009
Posts: 68
[J]ames is on a distinguished road
I direct it also to www, mostly because it is the "proper" way and clearly says what is the purpose of the domain, to provide world wide web content, which means it should be read by browsers and the other one does not specify its purpose clearly but users can also access me trough my domain since i redirect all to the www one
__________________
Reply With Quote
  #19  
Old Nov 5th 2009, 7:33 am
lastfiend's Avatar
lastfiend lastfiend is offline
Grunt
 
Join Date: Oct 2009
Location: Vista
Posts: 33
lastfiend is on a distinguished road
I think with www is better in placing link, so when anyone click on the link, it will straight forward to the site, rather than without, which maybe some people browser don't have presume www on/auto redirect from without www to www.
Reply With Quote
  #20  
Old Nov 5th 2009, 10:02 am
maikaOR's Avatar
maikaOR maikaOR is offline
Peon
 
Join Date: Oct 2009
Posts: 10
maikaOR is on a distinguished road
Thanks for all posts. I will redirect all non-www to www on my website. Thanks again.
Reply With Quote
Reply

Bookmarks

Thread Tools

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Basic difference http://www., www without http:// or www. johnk681 Search Engine Optimization 9 Sep 28th 2009 6:03 am
Link exhange with http://www.cseptech.com and http://www.networknuts.net silentsea Link Exchange 0 Jul 23rd 2009 2:47 am
http://www.jmlook.com pr2 & http://www.v-boy.net pr3 - $30 each trueman Domains 0 May 21st 2006 2:15 am
http://www.v-boy.net & http://www.jmlook.com with pr for sale trueman Domains 0 May 4th 2006 10:18 am
http://www.gorkite.com + http://www.triari-designs.com peeg SEO 5 Jan 8th 2006 7:31 am


All times are GMT -8. The time now is 6:17 am.