Handle Redirects in Solidus #6089
fthobe
started this conversation in
New Features or Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Background
It is commonly known that 404 pages are not ideal for SEO. While their impact has decreased thanks to soft 404 pages that provide html site maps or other link structures and call to actions that redirect traffic, currently the removal of a product or change of a slug would automatically cause in a hard 404.
Current Behavior
Solidus does not handle redirects right now, externally caused 301 need to be handled in whatever webserver or reverse proxy is used.
Desired Behavior
A simple tool to create redirections with various status codes.
@jhawthorn @graygilmore
I saw you use spree_redirect, what's your experience there?
Beta Was this translation helpful? Give feedback.
All reactions