Content is an important strategy for SEO purposes and this module does the trick to crawl your pages effectively. By default, prestashop comes only with one description enabled at the top page for categories but with this module, you will be able to add more value in terms of SEO by giving a description below product listing in respective category pages. This module adds an additional field to the category form, allowing you to enter an additional description.
It may be useful for SEO purposes.
For PS 1.6:
To use the module you need to install it and then add {hook h='displayCategorySecondDescription'} to category.tpl in a place where you want to display the description, you may also add this hook to some other place, left column, footer, it should work everywhere as long as you are on a category page.
For PS 1.7
Install the module and then add {widget name='gmcatseconddesc'} to templates/catalog/listing/product-list.tpl just before the {else} tag or in any other place that you like. You can also attach this module to any hook, where you would like the description to show.
Note: The description won't show for pagination pages, where the ?p parameter is greater that 1.
It may be useful for SEO purposes.
For PS 1.6:
To use the module you need to install it and then add {hook h='displayCategorySecondDescription'} to category.tpl in a place where you want to display the description, you may also add this hook to some other place, left column, footer, it should work everywhere as long as you are on a category page.
For PS 1.7
Install the module and then add {widget name='gmcatseconddesc'} to templates/catalog/listing/product-list.tpl just before the {else} tag or in any other place that you like. You can also attach this module to any hook, where you would like the description to show.
Note: The description won't show for pagination pages, where the ?p parameter is greater that 1.