Forum Moderators: goodroi
<meta name="robots" content="all" />
<meta name="robots" content="index, follow" />
<meta name="googlebot" content="index, follow" />
<meta name="msnbot" content="index, follow" />
Now I am setting following rule in .htaccess file
<files admin.php>
Header set X-Robots-Tag "noindex, nofollow"
</files>
And my admin.php is NOT restricted in robots.txt
Question: How bot will behave in above mentioned case?