Introduce an seo_url_history DB table
Usually, SEO URLs will be generated from product titles. This is a brilliant idea as long as there will be no changes: If the customer changes the title of a product item, the URL changes as well (in case of typos, when re-indexing? Untested, please check first). It becomes a mess with regular imports when titles of items change on a regular basis.
For these cases, it is good to have a so called seourlhistory table in the database which will be checked first and redirects via 301 to the new location.
Even if one imports from another system, URLs could be imported to the seourlhistory table redirecting to the new location, no matter how these may look like ;)
BTW: Accept of OXID, nobody else might have a feature like this ;)
Not enough interest
We’re closing this idea because it has not received significant interest or activity over the past 24 months. This helps us keep the idea portal focused on the topics that are most relevant to our community.
Thank you for taking the time to submit and support it. We’ll continue to monitor customer needs and may reconsider the topic if interest grows in the future.
-
URL changes are already redirected - so this is already in place