Forum Moderators: Robert Charlton & goodroi
Need help here.
Two urls
www.example.com/authorid -- [wrong]
www.example.com/authorid/0 -- [correct]
How do i deal with this url "www.example.com/authorid"? Do I "301" it to the correct URL or do I serve error code "404"?
The reason i ask is which method will prompt quick update of the search engine index.
Hence my original question. I have for now disable the incorrect url by returning error code 404 but just want to be sure thats the best approach.