XenForo Media Gallery sitemap

polle

Active member
How does the sitemap for XenForo Media Gallery is managed ?
Is there any change to do after upgrading or everything stays as it was ?

Thank you.
 
It is incorporated in the sitemap already.

Code:
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">
    <url><loc>http://localhost/xenforo/index.php</loc></url>
    <url><loc>http://localhost/xenforo/index.php?media/categories/example-category.1/</loc></url>
    <url><loc>http://localhost/xenforo/index.php?forums/main-forum.2/</loc></url>
    <url><loc>http://localhost/xenforo/index.php?members/administrator.1/</loc><priority>0.3</priority></url>
</urlset>
 
Top Bottom