I am currently getting 404 errors on Google crawler.
Situation:
There are user profiles under this domain structure:
www.domain.com/user/username
but: www.domain.com/user is not a real page so it throws a 404 error.
www.domain.com/users exists.
So, is there a way to redirect people who type in www.domain.com/user to www.domain.com/users without affecting www.domain.com/user/username ?
Thanks