Avatars don't seem to be getting the same rewrite treatment as attachments, and it seems to be leaking duplicate images out to search engines.
This comes down to two issues:
1. Avatar url's aren't getting rewritten (attachments already do this):
/image.php?userid=66&d=1272871853 should redirect to /avatars/username.gif
/avatars/username-123.gif should redirect to /avatars/username.gif
etc. None of these redirects work at the moment.
2. Avatars don't 404 or redirect to a noindex page (like attachments do)
Avatars for non-existent users AND users without a custom avatar should 404. Right now, they're passing a generic vbulletin image for the former, and a 1x1 clear image for the latter. These images are getting indexed by google and shouldn't really exist.
Thanks for the great product. For all the tweaking and messing I've been doing over the past few days, I'm surprised that these are the only issues I've found!
-- Happy customer


LinkBack URL
About LinkBacks
. For all the tweaking and messing I've been doing over the past few days, I'm surprised that these are the only issues I've found!





Reply With Quote
