Jump to content

Search Engine Optimization


zetar060115

Recommended Posts

The best is use 301 (permanent) redirection between domains . For example you have one site mysite.com and you want the www.mysite.com subdomain redirect to mysite.com.

 

You put in www.mysite.com an .htaccess for that purpose

Options +FollowSymLinks

RewriteEngine on

RewriteCond %{HTTP_HOST} ^www.mysite.com$ [NC]

RewriteRule ^(.*)$ http://mysite.com/$1 [R=301,L]

 

 

The 301 redirection is SEO Friendly

Edited by egomezpe (see edit history)
Link to comment
Share on other sites

  • 2 weeks later...

SEO (search engine optimization) is the process of increasing the amount of visitors to a website by obtaining a high-ranking placement in the search results page of a search engine (SERP). The higher a website ranks in the results of a search, the greater the chance that that site will be visited by a user.

 

 

_________________________

SEO Consulting Company

Edited by nelsonn (see edit history)
Link to comment
Share on other sites

  • 2 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...