How to set the url to /{Person/PersonID}/{Person/GivenName}/{Person/Surname} to make it more searchable?

1
I would like to improve the look of the website and make it more searchable by adding the person's givenname and surname to the url. When I try to do this, I get the error 'Multiple URL paramters for Page parameter "Resident" is not supported'. Is there a way to work around this?
asked
1 answers
1

Dear Michael Champenois,

 

It is not possible to have multiple path parameters for a page containing only one parameter.

 

Alternatively, you can create a Microflow that has the string parameter firstname and lastname. Retrieve the object using XPath and open the page. By this way you can generate Microflow URL like /link/{firstname}/{lastname}.

 

Hope my answer helps, reach me out for any queries.

answered