See Our Webmaster Tools for Windows and Mac

                                  

How do I stop PDFs being indexed by search engines?

Started by SinelogixTechnologies, June 21, 2021, 09:33:50 AM



liza

In robots.txt use Noindex as well with disallow
like;
Disallow: /page-one.html
Noindex: /page-two.html
OR
can implement CAPTCHA option as well.

saichavhan

use "Disallow" to stop from indexing. You can use also Meta Robot Tags to disallow or allow page or file for indexing. Just use disallow in tags to stop indexing page in which your pdf file is.