Forum Moderators: Robert Charlton & goodroi
What's the best way to handle this? I think a custom 410 (Gone) is probably the correct approach for deleted profiles, and a 404 for paused profiles (so they can be re-indexed later if the user returns) but I find this solution very messy. I can't believe all of this expiring content is a signal of quality.
I'd rather simply 301 their content to the relevant main index page eg
/profiles/town/username/
301 to /profiles/town/
which is an index page of all profiles for that town.
Another example
/blogs/username/
/blogs/username/post.shtml
301 to /blogs/
I think this is the best approach for users, and a good way to get defunct content and duplicate templates out of the google index, but I'm worried that the destination page content will be confused with the referring page. After all, the pages have not literally been relocated.
I'm very interested to hear your thoughts.
[edited by: Robert_Charlton at 5:46 pm (utc) on Mar. 26, 2009]
[edit reason] fixed link [/edit]