Why is www.sniderz.com a PR3 when sniderz.com, the same site isn't ranked at all. I am confused on this? Any help would be great Thanks all !!
google sees both urls as separate sites even though they are not, best thing to do is set up a 301 redirect from the non www url to the www url, the benefit from this is if you have any inbound links to the non url it will be diverted to the www version. do a search for 301 redirect there will be lots of threads on this subject Kathryn.
If you have a site and all your sdubpages are linked back to www.sniderz.com or whatever, and other sites link to www.sniderz.com, then www.sniderz.com will have pagerank but just plain sniderz.com will not, in my experience anyway.
SWEET the following worked out for me, Options +FollowSymlinks RewriteEngine on rewritecond %{http_host} ^domain.com [nc] rewriterule ^(.*)$ http://www.domain.com/$1 [r=301,nc] now to get that PR up on the domain :-P