Skip to content

Instantly share code, notes, and snippets.

@pierre-dargham
Created October 4, 2019 17:34
Show Gist options
  • Save pierre-dargham/4f890266b053a3f2cb64c5140cfba422 to your computer and use it in GitHub Desktop.
Save pierre-dargham/4f890266b053a3f2cb64c5140cfba422 to your computer and use it in GitHub Desktop.
apache/htaccess disable eucd google indexation restriction
<IfModule mod_headers.c>
Header set X-Robots-Tag "max-snippet:-1, max-image-preview:large, max-video-preview:-1"
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment