Showing posts with label Managed Metadata. Show all posts
Showing posts with label Managed Metadata. Show all posts

Friday, June 17, 2016

Configure Friendly URL in SharePoint 2013


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 or topics rather than (site) structure.
In some scenarios it makes sense to navigate to content based on terms — instead of structure. Imagine being a new employee in a large telecom company and trying to find knowledge about 4G technology. 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 your 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 a 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 on how to configure managed navigation and a 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 to select managed navigation for your global and current navigation. Note that you still have the option to run in "classic" mode (structural navigation):
Other settings on this page allow you to 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:

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:
This is how the sub item shows up:
This is how the navigation items shows up in the Term Store Management Tool (Site Settings / Site Administration / Term Store Management):
My navigation consists of both simple links and term-driven pages with a 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:

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:

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:

Wednesday, January 13, 2016

Configure Managed Metadata Service Application on SharePoint Server 2013

In this post I will tell you how to configure Managed Metadata Service Application on SharePoint Farm.

First of all we should know what is metadata service?

The Managed Metadata’s  primary purpose is to provide you with a central location to store metadata (commonly defined as data about data) that can be utilized throughout any site within your SharePoint farm. 

You can read here more in detail about Managed Metadata Service Application.

Here we start configuration of metadata server. 

1) Open Central Administration, Go to Application Management >> Manage Service Application >> Click on New >> Select Managed Metadata Service.

NewSearchServiceApplication

You can give name to service whatever you want, I’ve given “Managed Metadata Service” for more clarity.

and Database name as Managed_Metadata.

MetadataName

Give AppPool name “SharePoint – Managed Metadata Service” 

I’ve used svcMetadata service account for Application Pool Identity.

MetadataAppPoolName 

Click on OK.

Once the service is created you can see it listed on Managed Service Application Page.

MetadataListed 

Now we need to start Metadata Service from SharePoint Services on Server page. 

for that go to Central Panel >> Under System Settings >> Manage Services on the server.

Start “Managed Metadata Web Service”

StartManagedMetadataService 

Go back to Manage Application Service and Open Metadata Service Application 

MetadataListed 

This will launch the below screen which is referred to as the Term Management Tool.

TermManagementTool

Thanks.