I have noticed that some of the websites developed using Joomla contains search engine UNFRIENDLY urls.
It makes difficult for search engines to crawl your website and hence poor ranking in search results.
Are you also worried about the wierd looking URL on your website using Joomla ?
There is a simple piece of code in your joomla configuration file, which converts your ugly URLs into search engine (and humans too) friendly URLs, which is very important for search engine optimisation.
Right, lets jump to the work then !!
Go to your root (/) folder on the web server and download the configuration.php file on your local machine and take a backup of the same.
Now, search for $sef in the file and check what value is already assigned to it. If the assigned value is ”0”, your CURRENT url must be looking ugly ,something like …….
Can you understant id ? NO!! So how do we expect search engines to understand what it is?
Remember, search engines are ”learning” to think like a human being. If a human cant understand , don’t expect the Google Robot to index your site
Set the value of var $sef =’1′ , upload the configuration file to root (/) folder and see your ugly URLs turning into understandable and HUMAN readable urls.
(Note : if $sef is not present, simply declare it by writing var $sef =’1′ on a new line in the configuration.php file)
I will keep on writing on specifically on Joomla Websites..so please check it regularly.
Thanks
It makes difficult for search engines to crawl your website and hence poor ranking in search results.
Are you also worried about the wierd looking URL on your website using Joomla ?
There is a simple piece of code in your joomla configuration file, which converts your ugly URLs into search engine (and humans too) friendly URLs, which is very important for search engine optimisation.
Right, lets jump to the work then !!
Go to your root (/) folder on the web server and download the configuration.php file on your local machine and take a backup of the same.
Now, search for $sef in the file and check what value is already assigned to it. If the assigned value is ”0”, your CURRENT url must be looking ugly ,something like …….
Can you understant id ? NO!! So how do we expect search engines to understand what it is?
Remember, search engines are ”learning” to think like a human being. If a human cant understand , don’t expect the Google Robot to index your site
Set the value of var $sef =’1′ , upload the configuration file to root (/) folder and see your ugly URLs turning into understandable and HUMAN readable urls.
(Note : if $sef is not present, simply declare it by writing var $sef =’1′ on a new line in the configuration.php file)
I will keep on writing on specifically on Joomla Websites..so please check it regularly.
Thanks
Comment