i need all links to PDFs document in my website must be "noindex, follo", i write in my htacccess:
<Files ~ "\.pdf$"> Header set X-Robots-Tag "noindex, follow" </Files>
But this is don't work. When i use SEO's tools say that all the links to PDFs are "index, follow".
Can you help me?
Thanks.