sitemap.xml management

In this board you can talk about general questions about phpMyFAQ

Moderator: Thorsten

Post Reply
pmfuser
Posts: 106
Joined: Tue Apr 01, 2014 7:00 am

sitemap.xml management

Post by pmfuser »

I wonder about possibilities for sitemap.xml management. Is there anything we can do about controling it, for example, to set a page priority?

Thanks
Thorsten
Posts: 15749
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: sitemap.xml management

Post by Thorsten »

Hi,

here's how the priority is calculated:

Code: Select all

$priority = sprintf('%.1f', PMF_SITEMAP_GOOGLE_PRIORITY_DEFAULT * (1 + (($item['visits'] - $visitMin)/($visitsMax - $visitMin))));
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Post Reply