287
Views
3
Comments
Sitemap Generation
Question

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

2020-09-11 18-53-44
Stacey Levine

Hi,


can you be more specific on what you are looking for? Maybe an example would help.

2018-01-05 02-53-30
Grayson Udstrand

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. 

2019-02-24 00-15-06
Natalia Błaszczyk Alves
Staff

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.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.