add to .htaccess to make specific pdf files on root noindex

PHOTO EMBED

Thu May 14 2020 15:06:03 GMT+0000 (Coordinated Universal Time)

Saved by @lbrand

<FilesMatch "^(filename|secondfilename)\.pdf$">
    Header set X-Robots-Tag "noindex, noarchive, nosnippet"
</FilesMatch>
content_copyCOPY