January 13, 2026
Adding items to Launch Pad Widget
Learn how to add items via My Apps Content App
A number of the Akumina Widgets as well as the Akumina Foundation Site take advantage of the “Friendly URL” functionality which makes it possible to leverage a single “page” to display different content items from a list. Two examples in the Foundation Site include the “News Detail” and the “Event Detail” widgets. The purpose of this topic is to describe how to setup the Friendly URL support in SharePoint.
For the friendly URL, there are character restrictions due to the way URLs work. Specifically, there are characters that are not allowed in the title to enable the proper function of the URLs:
Acceptable:
A-Z, a-z, 0-9, -, _, + , %
Not acceptable:
., ~, :, /, ?, #, , @, &,=
Setting Navigation Options for the Parent Site Collection
We will be using the setup of the “Company News” content as an example for this section.
The Site Collection parent site will use the “Site Navigation” term that was created when the site collection was generated.
Navigate to Site Settings > Navigation and set
Create the Term Set for the Friendly URL
A “Term Set” is required to create an Alias/Term for Navigation, i.e. “Site Navigation”
Navigate to Site Settings > Term store management (found under heading “Site Administration”).
The new term “CompanyNews” will be highlighted in the left column, in the right pane click on the Tab “TERM-DRIVEN PAGES”.
Create the Term Set for the Friendly URL
Unlike for the Parent of the Site Collection, on a subsite the Term Set doesn’t exist so must be created first before setting the navigation options.
Setting the Navigation Options for the Subsite
Unlike the Parent of the Site Collection, on a subsite the Term Set must be created first before setting the navigation options.
Navigate to Site Settings > Navigation. And set the following values:
Create the Term Set for the Friendly URL
Navigate to Site Settings > Term store management (found under heading “Site Administration”).
“HRNews” will be highlighted in your left column, in the right pane click on Tab “TERM-DRIVEN PAGES”.
In the target list(s) that contain the content to be displayed (in our example CompanyNews_AK and DeptNews_AK), a list column called “FriendlyURL” should be created (if it does not already exist) with the following attributes:
In the formula section, for non-multilingual sites, the following calculation should be entered:
In the formula section, for multilingual sites, the following calculation should be entered which also ensures that the correct language version of an item is displayed:
If you need help determining what the RelativeSitePath is, login to SharePoint 2013 Central Administration > Application Management > View all Site Collections. Select the appropriate “Web Application” on far right. The site collections will appear on the left under URL – * can be found there.