Forum Moderators: open
I had the deepbot in last month (16th) and the freshbot shows up fairly regularly. Any advice? Did I screw up? Should I even care if the site is .htm or .html?
If your server is running Apache you can do this using the ".htaccess" file. You need to add the following line for each file (all on one line)...
RedirectPermanent /widget.htm [yoursite.com...]
Note that the first argument to "RedirectPermanent" is the 'old' name of the file, and the second argument is the complete URL of the new file. (Obviously, I've just invented the URL above - you need to use your own site's address.)
Once you've done this (and checked that it works!), you should REMOVE the old files completely. Leaving them there is actually confusing Googlebot - it's probably ignoring the new files because they're just duplicates.
Actually, it might be possible to use wildcards so that ALL .htm files are redirected to .html - but I'm not enough of a .htaccess expert to be sure of this.
Hope this helps...