Forum Moderators: goodroi
since Site A is being redirected at F5, will the bot respect the Disallow (or even see it)?It will certainly see the directive, unless robots.txt requests are also getting redirected to the new domain--which does not strike me as a good idea.* Don't confuse robots.txt directives with X-Robots headers or a "robots" meta, either of which is only seen when the visitor actually receives the page.
Site A robots file was actually moved to a Site B 2nd level subdirectoryIn spite of all the malign robots requesting example.com/blog/robots.txt, you cannot have robots.txt files in a subdirectory. It has to be at the host level. Note that this is about URLs, not physical directories:
Don’t return a 410I think you misread that. If a given piece of content is genuinely gone, no equivalent at a different URL, then do return a 410. Among other things, it will make the Googlebot (only) stop requesting the file sooner.