Skip to content

Instantly share code, notes, and snippets.

@ianpegg
Last active May 27, 2025 16:15
Show Gist options
  • Select an option

  • Save ianpegg/dc21bdf8a8e9617d476e6f5d4327b315 to your computer and use it in GitHub Desktop.

Select an option

Save ianpegg/dc21bdf8a8e9617d476e6f5d4327b315 to your computer and use it in GitHub Desktop.
# ----------------------------------------------------------------------
# Prevent search engines indexing production site whilst in testing
# ----------------------------------------------------------------------
# ----------------------------------------------------------------------
# Remove before launch!
# ----------------------------------------------------------------------
<IfModule mod_headers.c>
Header set X-Robots-Tag "noindex, nofollow, noarchive"
<FilesMatch "\.(doc|docx|odt|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