Topic awaiting preservation: restricting deeplinking to pdf files (Page 1 of 1) |
|
---|---|
Maniac (V) Inmate From: out of a sleepy funk |
posted 11-13-2003 01:49
I have a directory full of PDF files in sub directories that are going to be linked to from a main web site. Search engines will no doubt link directly to the PDF files, but the PDFs give no clue about the web site that's hosting them save the URL, and most people aren't to be trusted to figure that out. |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 11-13-2003 02:32
Sounds like you probably just want to take some .htaccess remote image link blocking code and modify it to forward people going to certain PDF files to the URL that links to those files. |
Maniac (V) Inmate From: out of a sleepy funk |
posted 11-13-2003 19:53
yah, I figured that but I'm not sure about the ramifications of that practice on my search engine friendliness. I'd also think it hard to write an htaccess file/rule that properly identified all the engines, my logs are a mish mash of thousands it seems. |
Maniac (V) Inmate From: Brisbane, Australia |
posted 11-14-2003 00:35
How many search engines can index PDF files? |
Maniac (V) Inmate From: out of a sleepy funk |
posted 11-14-2003 04:23
I'm not trying to hide the links from search engines, in fact just the opposite, the links to them are very keyword rich as are the PDFs themselves, the ones that are indexable anyhow. |
Maniac (V) Inmate From: out of a sleepy funk |
posted 11-18-2003 21:38
code: RewriteEngine on
|