Created
December 4, 2018 07:56
-
-
Save yanknudtskov/23d37993ea73b39bd0def82721c1676d to your computer and use it in GitHub Desktop.
Noindex PDF files in .htaccess
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
#Noindex PDF | |
<Files ~ "\.pdf$"> | |
Header set X-Robots-Tag "noindex" | |
</Files> | |
#Noindex PDF |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment