Search Engine Optimization
Joomla Multiple Domain Names

Multiple domain names pointed to the same joomla site?  The conventional wisdom on search engine behavior is that you should force the domain name to a single main url.  On apache servers this can be accomplished a couple ways.  The easiest is through mod_rewrite rules that are placed in a plain text file named .htaccess (note the .)  Joomla comes wih an htaccess.txt file that can and should be renamed to .htaccess once you have finished installation if you are using apache.  Once it is renamed you can add rewrite rules to the file to help eliminate any duplicate site problems with search engines.  The first rewrite should redirect traffic to either yourdomainname.com or www.yourdomainname.com.  I prefer the www.domainname.com.  Add the following lines to your .htaccess right after Rewrite Engine On

RewriteCond %{HTTP_HOST} !^www\.domainname\.com$ [NC]
RewriteRule ^(.*)$ http://www.domainname.com/$1 [R=301,L]

to force the use of the www.   It is possible to to create a mod_rewrite endless loop.  If you test your site and there is a problem you can comment out the lines by adding the # character at the begining  of the line.

Now lets take care of any other domain names that are pointing to the same site.  Some webhosting panels refer to them as add on domains.  The placement of these rules is critical to proper function.  We must rewrite the domain name before our previous rewrite.  This means that the following rule needs to be placed after the Rewrite Engine On but before the above rules.

RewriteEngine On
RewriteCond %{HTTP_HOST} ^(www\.?)yourduplicatesite.com$
RewriteRule ^(.*)$ http://www.yourmainsite.com/$1 [R=301,L]

 
Joomla Content Structure
Search Engine Optimization for a Joomla content starts with the sections and categories that you choose for the content.  If you are new to Joomla it is important to note that categories are subsets of sections.
 
Google Webmster Tools

Once google verifies domain control we start on the overview page.  We see a notice about no site map, 2 not found errors and robots.txt restricted url's.  The site map is the biggest of these problems but we need to check out the detail to be sure.  After reviewing the details for the 404 Page Not Found Errors we find they are due to the recent migration from the flash site to the Joomla CMS.  If we had backlinks established from the prior site we would want to preerve those links.  I will devote another article to preserving backlinks when migrating to Joomla 1.5.x.    Once The robots.txt error is actually due to joomla's stock robots.txt file properly protecting the Joomla subdirectories from being spidered by search engines.

SEO How To Image

While a site map is crucial for search engine optimization, the site map will only function well if the content in Joomla is optimized prior to sbmitting the site map.

 
Page Rank Monitoring
http://www.pointclickanywhere.com/ PageRank: http://www.pointclickanywhere.org/
http://jay.pointclickanywhere.com/ PageRank: http://jay.pointclickanywhere.org/
http://www.strates.com/ PageRank: http://www.strates.com/
http://www.thefairboard.com/ PageRank: http://www.thefairboard.com/
http://www.monarchkitchenbathdesign.com/ PageRank: http://www.monarchkitchenbathdesign.com/
http://www.andersoncountyfair.com/ PageRank: http://www.andersoncountyfair.com/
http://www.danburycityfair.com/ PageRank: http://www.danburycityfair.com/
http://www.johnwowens.com/ PageRank: http://www.johnwwens.com/
http://www.nvstatefair.com/ PageRank: http://www.nvstatefair.com/
http://www.orangecountyfairfl.com/ PageRank: http://www.orangecountyfairfl.com/
http://www.seminolecountyfair.com/ PageRank: http://www.seminolecountyfair.com/
http://www.dtechgraphics.com/ PageRank: http://www.dtechgraphics.com/
http://www.strates-group.com/ PageRank: http://www.strates-group.com/
http://www.kickgen.com/ PageRank: http://www.kickgen.com/
 
Google Page Rank Tool

This tool requires that you enter a key to avoid abuse.

Our customers use it to obtain their current page rank.

 

Address: 

Key: 

 
<< Start < Prev 1 2 Next > End >>

Page 1 of 2