PDA

View Full Version : Add to sitemap.xml for Dealers page



Aleksandar Apostolovski
November 4, 2019, 12:43 PM
Hi,
If I disable Add to sitemap.xml for the Dealers page will that remove only the webpage that contains all dealers or will it remove all the personal dealer pages from the sitemap?

Rudi
November 5, 2019, 04:00 AM
Hello,

It will remove page with dealers (account type page)

Viktor
November 5, 2019, 04:07 AM
You cannot deactivate Personal account pages for sitemap via admin panel.
If you want to remove account pages too you can do it via code only.
Open file: ftp://plugins>>sitemap>>rlSitemap.class.php
find method: getBasicXml

and line:
$this->getAccounts(true);
and remove it. Save and check again.