Mehran

Results 3 comments of Mehran

For me this happens as well. It is fine until 9, but anything >10 is returning 1. Also, only digits work correctly. Therefore, anything except [1-9] as single character will...

Thank you for the workaround. This is also helpful for using sitemapindex instead of urlset, since I find no way of auto-generating sitemapindex as well.

So here's how I managed to implement my sitemap system: `/sitemap.xml`-> Static xml showing all sitemapindexes `/sitemap_static.xml` -> Static webpages linked as urlset `/products/sitemap.js` -> dynamically indexing products using built-in...