Google Sitemap for PrestaShop

By | January 25, 2013

The module gsitemap (v.1.6) for PrestaShop works, however it does not display the friendly URLs.

Example of the sitemaps labeling by ‘ID’:

<url>
<loc>http://domain.com/cms.php?id_cms=7811686</loc>
</url>
&
<url>
<loc>http://domain.com/product.php?id_product=818</loc>
</url>
Should read by label ‘name’:
<url>
<loc>http://domain.com/cms.php?id_cms=name-of-cms-page</loc>
</url>
&
<url>
<loc>http://domain.com/product.php?id_product=product-name</loc>
</url>
How do I adjust the sitemap, so the friendly URL displays instead of the ID?
I download the updated version (v.1.7) from Presto-Chango and performed the following steps..
After installation of module, go to configure: Back Office > Modules > SEO > gsitemap
Be sure and confirm that you have options under Back Office > Tools > Generators > ‘optimization & friendly url’ selected.
Next, Update sitemap file.. Now preview.. Your sitemap, should now be displaying the labels as friendly URLs instead of IDs.