You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Same question. I managed to generate a sitemap.xml for a Jazzy created site in post-processing
Here's our site for an iOS Chart library. This needed a sitemap to allow crawlers (internal and external) to find content.
Anyway here's the bash script I generated to create a sitemap recursively from Jazzy outputted documentation. To call it, pass the root folder and URL root.
this outputs a sitemap.xml like this. The lastmod field is taken from the current date/time at the point the sitemap is generated. changefreq and priority are hard coded.
I don't see any options to generate a Sitemap and I thought it would be a very interesting feature to add to Jazzy.
As most people type their questions into Google, letting search engines discover all the pages could help.
Since sitemaps are XML files, it would fairly easy to generate.
The text was updated successfully, but these errors were encountered: