views:

31

answers:

3

Hello all,

I have developed a publishing portal in sharepoint.I have a requirement wherein I need to create sitemap for the entire web application.

This should be dynamic, in the sense, whenever we update the contents of any given page in our web application, it should be reflected immediately in the sitemap page. What are the possible ways to achieve this and which is the best possible solution considering the scalability and easy configuration?

Thank you.

A: 

If you don't want to use a custom webpart, you could use normal navigation list to create your sitemap and it is automatically updated. You only need to style it in a way to resemble some kind of sitemap.

Here are some links to get you started with customizing your navigation:

Also there is the portal site map which provides the data source for your custom menu. Just read up on custom navigation and stuff like PublishingNavigation:PortalSiteMapDataSource and SharePoint:AspMenu.

There is a nice PowerShell script to create a sitemap for SHarepoint 2010, if you want to submit your sitemap to Google: Generate A Sitemap For SharePoint 2010 Using PowerShell'.

moontear
A: 

Take a look at our ECS product, it is close to what you need http://www.infowisesolutions.com/product.aspx?id=ECS

It was built as a system of cross site collection navigation, with security trimming and permissions inheritance between site collection.

Vladi Gubler
A: 

You can create sitemap using the instructions are available at Online Sitemap Generator. Best part about this tool is it can work in intranet as well as internet environment.