I need to fix my server with the robots tags headers,
X-Robots-Tag
is there an easy way to add this in apache httpd.conf?
I need to fix my server with the robots tags headers,
X-Robots-Tag
is there an easy way to add this in apache httpd.conf?
This worked well for me:
(insert into /etc/apache2/sites-available/<site name>.conf inside the "VirtualHost" tag)
The "mod_headers" Apache Module must be enabled also:
You should use this:
You need to have enabled and activated the mod_headers