Mysidia Adoptables Support Forum

Mysidia Adoptables Support Forum (http://www.mysidiaadoptables.com/forum/index.php)
-   Addons/Mods Graveyard (http://www.mysidiaadoptables.com/forum/forumdisplay.php?f=41)
-   -   [SEO]Increase your search rankings! (http://www.mysidiaadoptables.com/forum/showthread.php?t=480)

eaglelegend 03-03-2009 06:12 AM

[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

eaglelegend 03-03-2009 09:15 AM

RE: [SEO]Increase your search rankings!
 
hmm it didn't attach, apologies guys, ok open your code editor, paste the above code into it, save it as .htaccess all file type, then upload it to your root directory!

Desirai 03-24-2009 05:57 PM

RE: [SEO]Increase your search rankings!
 
Oh, thanks!! I am trying to learn SEO.


All times are GMT -5. The time now is 01:37 AM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.