Portal Engine Questions on portal engine and web parts.
Version 6.x > Portal Engine > Unipager SEO friendly URLs View modes: 
User avatar
Member
Member
sini.sivasankaran-solarwinds - 9/3/2012 6:34:14 AM
   
Unipager SEO friendly URLs
Can we manipulate Unipager web part to show SEO friendly names on same URL

For ex: I have a page www.website.com/file.aspx

In file.aspx I have Unipager.

On clicking paging links, I would like to get unique URLs like

www.website.com/file.aspx/1
www.website.com/file.aspx/2


User avatar
Kentico Developer
Kentico Developer
kentico_helenag - 9/5/2012 2:13:30 AM
   
RE:Unipager SEO friendly URLs
Hello,


You can add a wildcard to that page - in document Properties -> URLs enter a new document alias:

/file/{page}

(if you use the 'page' query string parameter)

Then you can write a custom transformation function and use it in the Pages transformation of UniPager. The custom transformation function should produce your format of URL within the 'href' parameter.


Best regards,
Helena Grulichova