Created
July 2, 2019 12:33
-
-
Save michaelbragg/47fc897f6f585c2f71eca0cab20a0809 to your computer and use it in GitHub Desktop.
Hide development site from Search Engines
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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