-
Hi!
I have a simple setup:I need to redirect
/link
to/destination?param=true
. This works fine unless you pass query parameters to the input link:link?utm_campaign=test
which will result in an invalid:/destination?param=true?utm_campaign=test
.What I need is to either:
* Set theparam=true
in the redirect manager using a specific UI Field/list
* Or rankmath should merge the incoming with the outgoing parameters smartlyThe last option would be the most fool-proof and automatic solution.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The ticket ‘Redirect an url with utm query parameter and add additional parameter’ is closed to new replies.