Hello Team,
Is there a way to generate sitemap in Outsystems, I have searched many posts but did not came across any such functionality.
Can someone guide me on this.
Thanks
Atul
Hi,
can you be more specific on what you are looking for? Maybe an example would help.
Atul, I don't believe there is a tool in OutSystems to generate an XML sitemap, but there are tons of tools online that will generate something to get you started. I would recommend taking a look at something like https://www.xml-sitemaps.com/ and then using your favorite text editor to customize the sitemap it comes up with. Regardless of tool, you'll still need to customize and prioritize order of the elements in the map.
Hi Atul,
Maybe this documentation page would be useful for your need: https://success.outsystems.com/Documentation/11/Developing_an_Application/SEO_in_Reactive_Web_Apps/Sitemap.xml_and_robots.txt
There's a sample app that exemplifies how to use the REST method to get a list of all your app's pages, and you can use the REST endpoint URL in your sitemap.xml file.