Per Export Sitemap Glitch and Improvement Requests [fixed in 5.4.0]

I've been using BSS for maybe several months, now, and I encounter a lot of bugs, on the regular. Most I just shrug off, and work around, but this is one I could not ignore; so this is my first post on an issue.

Every time something is exported in BSS, no matter how big or small, it exports the Sitemap to reflect ONLY what you export. Sometimes I will work on a page, and then only export that particular page, because it's not really necessary to export the entire build each time.

I had a couple builds, recently, where I was looking at Search Console, and found it strange that certain pages were not being discovered. That's when I discovered this problem.

I tested it, and confirmed it, by exporting a single particular page, and then I checked the sitemap file, and sure enough, it creates a whole new file, and only includes a link to that one file you exported. If I export the whole build, it'll create a full sitemap, of course.

Kind-of an odd thing to do, because it's a bit difficult to export a page, and then for some reason be transferring over a page, and then somehow the sitemap, since you wouldn't typically export your entire build in a scenario, like that. It's not clear how I did that... it might be that I deleted some images, or did a few other things, and then just ran some tests on a page, and then wound-up transferring the whole build, not realizing that my sitemap was just a single page! >.< (that is probably how I did it, by accident)

Sitemaps, in general, need A LOT more support from the framework. When I do big builds, I have never been able to get the HTML templates to import properly into BSS, even though they were literally made inside BSS, so I always have to create independent sitemaps, and for some projects I have several sitemap sections that I'll have to submit to Search Console, as well as manually update.

Not a big deal, but it might be nice to have a utility that would allow me to have more control over what is in the sitemap, so that I can just include my own URLs, among other things. That way I can manually exclude "no-index" pages, if I like, and also so that I can maybe choose how it exports, and what it exports, etc.

The formatting used is also not as robust as it could be. I use Scrapebox to build my independent Sitemaps, and there are some extra bits, in there, that kind-of make me wonder what all we can include.

You can apparently timestamp the update of a URL within the sitemap, which is pretty awesome, because I guess that tells Google when something has been changed. I'm assuming that would maybe increase indexation update speeds?

Scrapebox exports like this:

<url>
<loc>https://www.getivan.com</loc>
<lastmod>2020-09-03</lastmod>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>

So, as you can see, it's got some instructions for indexation frequency, and especially, it informs on the last update to a page, which is pretty neat. I'd be curious to see what else can be added, and some sort of internal utility for custom sitemaps would be convenient.

Anyways... that's it! Sitemap Export Bug Report, and Internal BSS Custom Sitemap Utility Request!

I won't be following this thread, but thanks for going through my report! I appreciate BSS!

Hello,

Thank you for reporting this bug! This is an unintended consequence of how exporting single pages works. We will fix this in our upcoming bugfix release (5.3.1), so that sitemaps aren't exported in that case. For version 5.4 we're working on a Custom Export option which will give you full control on which files to export.

As for the sitemap idea, I am afraid that we can't afford to build and maintain dedicated sitemap editing functionality which relatively few people would use. There are specialized tools like the one you've referred to, which do a much better job that what we would have built.

You mentioned that you've encountered a lot of bugs in the software. You can always drop us a line here and let us know. We try to fix issues promptly.