Skip to content

Instantly share code, notes, and snippets.

@michaelbragg
Created July 2, 2019 12:33
Show Gist options
  • Select an option

  • Save michaelbragg/47fc897f6f585c2f71eca0cab20a0809 to your computer and use it in GitHub Desktop.

Select an option

Save michaelbragg/47fc897f6f585c2f71eca0cab20a0809 to your computer and use it in GitHub Desktop.
Hide development site from Search Engines
<IfModule mod_headers.c>
Header set X-Robots-Tag "noindex, nofollow, noarchive"
<FilesMatch "\.(doc|pdf|png|jpe?g|gif)$">
Header set X-Robots-Tag "noindex, noarchive, nosnippet"
</FilesMatch>
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment