William Robb wrote:
>
> Does anyone know if there is a way of preventing search engines from indexing
> the contents of a
> PDF file, without actually putting password security on the file?
Keep the PDF file(s) in a separate directory and exclude the search bots
by using a robots.txt file:
User-agent: *
Disallow: /pdf_directory/
This will keep out Google, Yahoo, etc and all other legitimate search
engines (those that honor the robots.txt file). I've used this technique
for years to prevent them from snarfing up my large images.
But note that honoring the robots.txt file is strictly voluntary: Legit
companies like Google honor it, spammers and scammers run their own
spiders that don't...
--
PDML Pentax-Discuss Mail List
[email protected]
http://pdml.net/mailman/listinfo/pdml_pdml.net
to UNSUBSCRIBE from the PDML, please visit the link directly above and follow
the directions.