I need to add a few lines to my htaccess file to deal with the fact that Google Image Search never updates its database
One of the most common ways people find my blog is through Google Image Search. It has taken the keywords used to tag my images, as well as the pagerank of the site, and made me a prominent hit for many search terms. The trouble is, when I moved to WordPress, I broke all the links. They have not yet grown back.
Most of the hits are for archive pages for the old blog. For example, someone looking for photos of Oxford might be sent to:
http://www.sindark.com/archive/2006_01_01_sibilant_archive.html
Now, that page still exists. It is at:
http://www.sindark.com/blogger/archive/2006_01_01_sibilant_archive.html
Ideally, the person should be sent to the new post page in the WordPress architecture, but sending them to the new location of the Blogger archive page is better than dumping them into a 404 File Not Found screen.
How can I edit my htaccess file so that anyone looking for:
Xyear_Xmonth_Xday_sibilant_archive.html
will be sent to
/blogger/archive/Xyear_Xmonth_Xday_sibilant_archive.html
Of course, this is a temporary fix until Google finally understands the new architecture of my site.
A cleaner explanation of this is
on my blog (SELF LINK!).
try that on for size...
for reference, there is a wonderful mod_rewrite cheat sheet at ILoveJackDaniels.com
posted by hatsix at 2:27 PM on September 18, 2006