Set X-Robots-Tag using mod_headers for sitemap
Looking to add X-Robots-Tag to get noindex on a sitemap addon I have. pulled the FileMatch guess from my htaccess file but no tag is added. Anyone have any experiance with this? suggestions
Code in my httpd.conf:
Header set X-Robots-Tag "noindex"
Leave Comment