Skip to content

Instantly share code, notes, and snippets.

@yanknudtskov
Created December 4, 2018 07:56
Show Gist options
  • Save yanknudtskov/23d37993ea73b39bd0def82721c1676d to your computer and use it in GitHub Desktop.
Save yanknudtskov/23d37993ea73b39bd0def82721c1676d to your computer and use it in GitHub Desktop.
Noindex PDF files in .htaccess
#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