301 Redirects to an existing page

We have a page that gets the relevant thing from a search of a value from the URL.

For example:
mysite.com/mypage/sku

So the search is for sku in the DB.

We want to avoid user getting to:
mysite.com/mypage
As it will show no data.

The 301 redirects under settings won’t work as bubble don’t support redirecting an existing page.

Any idea how to achieve that?

Maybe a solution if you do on your mysite.com/mypage page a WF when page is loaded a go to page mysite.com/mypage/sku

I was thinking of something like that.
But I think the best way is to do a 301 redirect to comply with Google protocols.

This topic was automatically closed after 70 days. New replies are no longer allowed.