thanks however, As i have installed openlitespeed through digitalocean droplet i dont have access to the dashboard. How can i do this with .htaccess file?
ive tried setting no index in htaccess file but nothing seems to work, even testing with "Header set X-Debug-Check" does not return in header response.
<IfModule mod_headers.c>
RewriteRule .* - [E=X-Robots-Tag:noindex]
</IfModule>
<IfModule mod_headers.c>
Header set X-Robots-Tag "noindex...