Forum Moderators: open
If so, and Yahoo isn't accepting this, what do you do if you are redesigning a site or completely changing your directory structure and naming?
Meta refreshes are considered spam for the most part. Can you deploy the 301's and do a no index follow for Yahoo? This way Google can follow.
This distinction of URL-space on the Web versus file-space in the file system of a server is completely hidden in pure static sites where the URL is always the same (practically-speaking) as the filename, but becomes clear on dynamic sites and on sites where the filenames or directory structures need to be changed for some reason. A URL need share no common elements whatsoever with the filename it is associated with... That's the server's business -- to translate requested URLs to filenames or to script calls, and this process is normally invisible to the requesting client.
Jim