Large ecom website 2m plus pages.
We do not have a 404 page. We use logical fallback.
Examples:
<http://example.com/brand/type|example.com/brand/type>
That is valid.
If you enter <http://example.com/brand/typesokethingrandom|example.com/brand/typesokethingrandom>
You get 301 redirect to: <http://example.com/brand/|example.com/brand/>
<http://example.com/brand/type/somthingrandom|example.com/brand/type/somthingrandom>
You get 301 redirect to <http://example.com/brand/type|example.com/brand/type>
Falls back to valid directory.
<http://example.com/somthingrandom|example.com/somthingrandom>
Falls back to homepage as no directory.
---
This could be argued is a good UX as it keeps customers in the right area (category).
The idea from the manager and dev was that if people use a typo or share a link with a typo they will get to where they need to be (roughly).
I've asked a few clever people over recent months about this and cannot get a definitive answer (which is fine, I get it, this is SEO of course!).
Putting out there to the wider community, is there any case studies or factual evidence which would warrant me opening a ticket to change this?
One downside which got us recently was that our manager changed a load of URLs (10000s) as he changed a type name in the database. This means that loads of the previous URLs are now 301 to the brand page instead of the new final URL.
We do not have htaccess file. There is an xml file we use on .net which has about 2500k redirects which I can edit with the dev help. But I asked him about the 10000s and he said we can't put all them in there.
I would love to learn more about this and get some data.
Happy to answer any questions if you need more context!