http://onlinedogtrainingbooks.com or http://www.onlinedograiningbooks.com And whats the difference? Thanks!
there is no difference. its just that more people are used to www. whichever you use, keep using that one always
Search engines can treat your domain differently if it is used with and without the www. In Google you set this preference. A good policy is to force the www with htaccess. Here's an example... RewriteEngine On RewriteCond %{HTTP_HOST} !^www\. RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L] Code (markup): It gives a 301 redirect, so any pagerank from links going to non www url will forward to the www url. Hope this helps...
I agree ^ and check your google webmaster tools, you can tell google that you are using the www. which is the one I suggest.. It's more common to get linked by a www. domain IMO
Yeah, the PR will be different. www . domain.com is not the same as domain.com to google PR. like other said, pick one and stick with it... oh ya that HTACCESS trick above looks to be a keeper and I might have a go at it as well
IN my opinion its just the difference of letter "t" onlinedogtrainingbooks.com Choose any one of them!
Green Dog, From the SEO point of view it will not matter whether you link to http://www.onlinedograiningbooks.com or http://onlinedogtrainingbooks.com because there is a 301 redirect which has been done. But yes if you link to 2 different URL's as you have mentioned. I know that you have made a typos error then there can be a change as both the URL's are completely different.
There is a difference.. The two mentioned url are read by SEs as two domain.. So instead you can url redirect for that...If you miss the other one...
Using Google Webmaster tools, you can set whichever one you like to be registered as your URL in searches. This might fix the problem of having two different PageRanks for the same site.