Hoffi
Well-known member
Some improvements for the sitemaps:
- Include attachments that are visible to guests as a new option inside the acp beneath nodes, threads and users.
- for users, include the profile picture inside the sitemap
- add the crawling frequency
- expand the threads and nodes with all pages
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://example.com/beispiel.html</loc>
<image:image>
<image:loc>http://example.com/bild.jpg</image:loc>
</image:image>
<image:image>
<image:loc>http://example.com/foto.jpg</image:loc>
</image:image>
</url>
</urlset>
Last edited:
Upvote
26