Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save nikcree/94edead5ffba9e06244480115e2ea58f to your computer and use it in GitHub Desktop.
Save nikcree/94edead5ffba9e06244480115e2ea58f to your computer and use it in GitHub Desktop.
# BEGIN Prevent PDF Appearing in Google Search
<FilesMatch "\.pdf$">
header set x-robots-tag: noindex
</FilesMatch>
# END Prevent PDF Invoices Appearing in Google Search
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment