Skip to main content

Term based navigation in SharePoint 2013

An exciting new feature in SharePoint 2013 is Managed Navigation. This feature allows us to design a site navigation that is driven by terms/topics rather than (site) structure.

In some scenarios it makes sense to navigate to content based on topics/terms - instead of structure. Imagine being a new employee in a large telecom company and trying to find knowledge about 4G technologies. How would you start navigating a structure to find such knowledge? By business unit? By teams? By technology?
The managed navigation feature allows you to keep up with changes and trends and provide great navigation around important business concepts without changing the structure of the site.
The new navigation feature also provides a way to implement user- and SEO friendly URL’s.
You still have to organize your content in site structures in SharePoint but think of the managed navigation as an layer on top (of the site structure) that allows you to create links directly to content that could be hosted deep in the structure.
This post is a quick introduction to how to configure managed navigation and peek into some of the possibilities this new feature provides.

Enable Managed Navigation

Under Site Settings /  Look and Feel click on Navigation.
This page allows you select managed navigation for your global and current navigation. Note that you still have the option to run in “classic” mode (structural navigation):
image
Other settings on this page allows you define the term set that will be used for navigation terms and if new pages created should be added to the term set automatically. You can also specify if friendly url’s should be created automatically.

Edit navigation

When managed navigation is enabled you can easily manage the terms (or menu items), their relationship to each other and other properties e.g. friendly URL, using the Term store management tool.
A new term set is created within the site collection term store to host all terms associated with the navigation. When clicking on one of the terms additional tabs are visible (on the top of the page) allowing you to configure the terms according to your needs:
SNAGHTMLb59f042
I have created a simple navigation structure to demonstrate some of the new capabilities. The navigation items are Home, HR and Ops. Home also has a sub item (News). This is how the navigation shows up for the users:
image
This is how the sub item shows up:
image
This is how the navigation items shows up in the Term Store Management Tool (Site settings / Site Administration / Term store management):
image
My navigation consists of both simple links and term-driven pages with friendly URL.
Simple links:
The HR node is configured with a link to a page the user will be taken to when clicking on the menu item:
SNAGHTMLb776f90
Term-driven pages:
The Ops node is configured as a “Term driven page with Friendly URL”, and the details about which page to load and how the URL should be presented are configured the following way:
SNAGHTMLb78b862
As you can see the Ops page is actually hosted in a page library in a site named /ops/ which is a sub site of /hr/ ; thus the navigation structure is different than the site structure.
The absolute url to this page is /hr/ops/Pages/home.aspx but the friendly URL is presented as expected:
SNAGHTMLb7dee50

References

MSDN http://msdn.microsoft.com/en-us/library/jj163978.aspx
TechNet – What’s new in WCM in SP 2013 http://technet.microsoft.com/en-us/library/jj219688.aspx
Cross published from
http://habaneroconsulting.com/Blog/Posts/Term_based_navigation_in_SharePoint_2013.aspx

Comments

  1. Hi, great post! Does Friendly URL required SharePoint 2013 Enterprise or can you use it with SharePoint 2013 Standard?

    ReplyDelete
  2. Thanks you Emelie,
    I am sorry for the delayed response. Yes, metadata-driven navigation is supported in both Standard and Enterprise versions of SharePoint. SharePoint Online plans (P1, P2) and certain O365 plans also support this functionality.

    Note that the metadata-driven navigation is only available in site collections where the site collection feature “SharePoint Server Publishing Infrastructure” is activated. This is where you truly can use the term store to configure your navigation.

    See http://technet.microsoft.com/en-us/library/jj819267.aspx for details.

    Please let me know if you have further questions.
    Thanks,
    Thomas

    ReplyDelete

Post a Comment

Popular posts from this blog

How to enable Audit functionality in SharePoint 2010

“Microsoft SharePoint Server 2010 includes four information management policy features to help you manage your content: expiration, auditing, document labels, and document bar codes. - msdn.microsoft.c om” In this post I will focus on the audit capabilities in SharePoint 2010, more specifically how to enable the audit functionality. When the audit functionally is enabled it will automatically log events and activities that is done on your content. The content could be documents, records and other items, such as task list and calendars. Why Why would you enable auditing in SharePoint? There could be different reasons, and they often depend on which vertical (e.g. Public/Government) you are located in. Meet Regulatory and Legal requirements. Track how documents (and items) are used. Keep track of document history if documents are sent to the Content Organizer . When using the Content Organizer,  the document’s version history is deleted. The audit log will be your source to

How to add Content Types to a Document Set

After enabling use of Document Sets to your site and document library you will see that within the Document Set, only the default Document content type is available.