Hello! I've just launched a new site and have some redirects in place from my old domain, but I wish to transfer the url argument "?ref=value" to the redirect.
For example:
"/the-unlucky-golf-captain" > 301 redirect > "/blog" page but I use a lot of query strings as follows:
"/the-unlucky-golf-captain?ref=10SAVING"
"/the-unlucky-golf-captain?ref=SUMMERDISCOUNT"
so I would like these to all 301 to "/blog?ref=10SAVING" etc without listing them individually.
I think I used to use "seochecker" and this was a checkbox option (to retain the query string in the redirect)
is this at all possible for seotoolkit?
Thank you!