if i understand it right, you can only tell google to crawl or not crawl pdf files via robots.txt. i want google to crawl the files, but not list them in the search results pages.
is this possible?
if i understand it right, you can only tell google to crawl or not crawl pdf files via robots.txt. i want google to crawl the files, but not list them in the search results pages.
is this possible?
You can add robots directives to any file via the x-robots-tag http header. Setting it to noindex, follow sounds like what you want.
Im not sure but isnt this: <meta name="robots" content="noindex">
a good solution for your problem.?