Tell me more ×
Webmasters Stack Exchange is a question and answer site for pro webmasters. It's 100% free, no registration required.

Im looking for a something to visually create a sitemap for one of my websites. Id like something in a tree structure, so I have the hierarchical view of my site.

A couple requirements I have tho, the ability to map password protected pages, and (not REALLY a requirement) the ability to integrate google analytics data.

Im trying a evaluation version of powermapper, but the version that includes analytics integration is like $300 so Im looking for something cheaper.

share|improve this question

1 Answer

An XML sitemap generated by any of the free google xml sitemap creators can be styled to give you the Tree you are looking for. Just like you can use CSS for HTML files you can also use XSLT to make a google xml sitemap turn into an html page. The benefit for this approach is you seperate design from content. If your sitemap data changes, you dont need to update your style.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.