Generate dynamic sitemap with js?
问题 I have a small site, it has a bit of dynamic tabbed content which is loaded from a JSON file via an AJAX request and used to populate the DOM, the tabs themselves and content they contain are all generated on the fly from this JSON. This is all tied together with History.js so each tab is bookmarkable and indexable via a url: ?state=whatever. I'm now looking to put together a sitemap.xml to submit to Google which contains all the URLs for the relevant tabs. However, There is no server-side