@diverso showed an image of both the login page and sitemap.xml showing in search results.


Yes I see now. Interesting I never encountered this before. I would suggests apposed to
Code: Select all
Disallow: /sitemap.xml

to edit the .htaccess file if you want to have a sitemap but not indexed in the search results
Code: Select all
<IfModule mod_rewrite.c>
<Files sitemap.xml>
Header set X-Robots-Tag "noindex"
</Files>
</IfModule>