Sunday, May 22, 2011

Joomla 1.5 Search Engine Friendly URLs

The following tutorial will provide you with a basic overview to enabling the search engine friendly URLs for the latest release of Joomla 1.5

The Joomla! project team have introduced a number of improvements in Joomla 1.5 from an SEO prespective.

The following outlined below are just some of the improvements.

  • You can now enable search engine friendly URL's without using Apache Mod_Rewrite
  • You can add a suffix (.html) to the URLs
  • The Global site name, global site meta description or global site keywords are no longer automatically added to each content item
  • Content titles, meta descriptions and keywords are unique to each content item

By default without enabling the search engine friendly URLs functionality Joomla! will generate URLs like this

As you can see above the default URL for the frontpage content item includes the long url with the component name and itemid

To change this and enable the search engine friendly url's you have two options.

  • Enable the SEF url's without using apache mod_rewite (for severs which do not support apache mod_rewrite)
  • Enable SEF url's using apache mod_rewrite (for severs which do support apache mod_rewrite)

To enable the SEF functionaly for Joomla 1.5 you need to complete the following

  1. Login to the administrator area
  2. Choose the Global Configuration option
  3. You will now see the SEO settings as noted below where you can enable or disable specific SEO functionality for Joomla!

SEF Url's without apache mod_rewrite

To enable SEF Url's on a server which does not support apache mod_rewrite change the search engine friendly URLs checkbox from No to Yes so it looks like the image noted below.

Save the changes by selecting the SAVE button.

View your web site and the Urls will now look like this

As you can see the component name and itemid is now removed from the Url and replaced with the index.php/frontpage

SEF Url's using apache mod_rewrite

A majority of hosting companies include mod_rewrite support as part of the web hosting package.

Using this option is the most common approach when using SEF Urls

To enable SEF Urls with Mod_Rewrite you need to complete the following.

  1. Using an FTP client login to web hosting space and access the directory where you have installed Joomla 1.5
  2. You will now see a file called htaccess.txt
  3. Before you enable the SEF Urls you need to rename the htaccess.txt file to .htaccess
  4. When renaaming the htaccess.txt file we recommend you do this using your FTP client and also dont foget to remove the .txt and add the . (dot) before the htaccess so the final will result will be .htaccess
  5. Now you have renamed the htaccess file log into the Joomla 1.5 administrator area and choose Global configuration and from here you will see the SEO settings.
  6. In the SEO settings change the radio buttons for both the search engine friendly URLs and Use Apache mod_rewrite from No to Yes
  7. The settings will look like the screen shot noted below

8. Now select the SAVE button to save your changes. Your URLs will now look like this

As you can see the component name, itemid and index.php extension is now removed from the Url's providing you with a clean url title format which clearly reflects the content item.

Add Suffix to URLs

Joomla 1.5 also supports the option to add a suffix .html at the end of the content items.

To enable the suffix url option complete the following

  1. From the administrator select global configration and change radio button next to Add suffix to Urls from No to Yes

2. View your web site again and your Urls will look like this

As you can see from the above the .html suffix is now added to the Url

Unique Meta description and keywords

As noted above the default global meta description or keywords are no longer added to each content item. To make each content item you create include a unique meta description and keywords complete the following.

  1. From the Joomla 1.5 administrator area select the Content menu and Article menu option
  2. Now open the content item
  3. On the right hand column you will see an option called Metadata Information
  4. Expand the Metadata Information box and you will now have the option to add a unique description and keywords which reflects the content you have created.
  5. After making the changes select the Save botton.

If you do not want the Global site name, global site meta description or global site keywords to appear in each content item you need to complete the above steps for each content item you create.

If you do not do this by default Joomla! will automatically add the meta description and keywords from the global settings to each content item.