View Single Post
  #1  
Old 03-03-2009, 06:12 AM
eaglelegend eaglelegend is offline
Member
 
Join Date: Mar 2009
Posts: 45
Credits: 4,348
eaglelegend
Angry [SEO]Increase your search rankings!

So you want to increase your search rankings? The first thing I suggest you do is have yoursite.com perminantly redirected to www.yoursite.com, to prove it works, visit eaglelegend.com - you see it redirects to www.eaglelegend.com

Attached is .htaccess file, which would appear blank on Windows operating systems, I am unsure about other operating systems.

Download it, edit it in your code editor program, you should see something like this...
Code:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^eaglelegend.com
RewriteRule (.*) http://www.eaglelegend.com/$1 [R=301,L]
Change "eaglelegend" with the name of your virtual pet site such as easyadoptables.com and replace it with eaglelegend.com only.

Code:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^easyadoptables.com
RewriteRule (.*) http://www.easyadoptables.com/$1 [R=301,L]
Now save it as .htaccess and upload it to your root folder (first public directory) - please note this may not work for free hosting companys where your domain name may be easyadoptables.myfreehost.com for example, however I cannot be too sure, but I would like to know if it does!

The idea behind this is because Search engines think that easyadoptables.com and www.easyadoptables.com are 2 different sites, so after this there would be only one, therefore no search engine should think that there is 2 different sites there now!

Please let me know if you have any problems!

Cheers!,
Mark
Reply With Quote