kuz123
Forum Replies Created
-
Awesome! thank you 🙂
Forum: Plugins
In reply to: [Redirection] Redirect URLS that dont contain a certain parameterHello, Thank you for the swift response… So the date on the search from the homepage is a mandatory field and results are filtered based on the date the user selects. So all working as expected when the user hits the homepage and performs the search, they are taken to the search results page that only returns products available for the selected date. The only way the users are getting past this is when a link to the single product page is appearing in google the users bypassing the search on the homepage.
Agreed this does need some more thought and date should probably be validated on the single product page but until i get around to doing that i thought using this plugin would be a quick win.
The 2 things i have tried are below is there anything obvious you can see wrong with these?
Source URL: /product/^.*\b(date)\b.*$
Exact match all parameters in an order
Target URl: /Source URL: /product/^(?:(?!\date=\b).)*$
Ignore case, regex, Ignore Slash
Target URL: /Thanks in advance.
@wclovers are you able to provide any info on this and whether its possible at all?