user-experiencesitemap

Software for building a sitemap


If I had to create a content inventory for a website that doesn't have a sitemap, and I do not have access to modify the website, but the site is very large. How can I build a sitemap out of that website without having to browse it entirely ? I tried with Visio's sitemap builder, but it fails great time. Let's say for example: I Want to create a sitemap of Stackoverflow. Do you guys know a software to build it ?


Solution

  • You would have to browse it entirely to search every page for unique links within the site and then put them in an index.

    Also for each unique link you find within the site you then need to visit that page and search for more unique links.

    You would use a tool such as HtmlAgilityPack to easily grab urls and extract links from them.

    I have written an article which touches on the extracting links part of the problem: