Magento: SEO Tips on Meta Tags – Title, Keywords & Description

Here is a quick tip on how meta tags – title, keywords and description work on Magento. Meta information are not visible directly to end users but they are read by search engine spiders (bots). Meta tags are very important parameters for Search Engine Optimization (SEO). In Magento, you can keep meta tags for Category, … Read more

Magento: How to remove index.php from URL?

In your Magento shop URL, if you see “index.php” and wanted to remove it then here is the solution. – First of all, apache module ‘mod_rewrite‘ should be enabled. Check apache’s httpd.conf file. – Then login to Magento admin panel – Go to System -> Configuration -> Web -> Search Engines Optimization -> Use Web … Read more

Magento: Set title, keywords and description in your module

Suppose, you have created a new module or you have an existing module. You have a frontend page for your module. You want to set or change title, keywords, and/or description of your module page. Well, you can do so by adding few lines of code in layout xml file of your module. The layout … Read more