Hello all,
I have a website that contains pdfs linked indirectly ie instead of there being any direct links to a file.pdf every link is via view-doc.asp?file=file.pdf
There is a requirement that the pdf ONLY displays from within the view-doc wrapper (which contains an iframe with src=file.pdf)
Indexing is all working fine, but when someone searches instead of getting:
"view-doc.asp?file=file.pdf" they are getting "file.pdf" which is bypassing our requirement for the view-doc page.
Is there anything I can do to ensure that the only 'hit' is for the view-doc result?
Dermot
I have a website that contains pdfs linked indirectly ie instead of there being any direct links to a file.pdf every link is via view-doc.asp?file=file.pdf
There is a requirement that the pdf ONLY displays from within the view-doc wrapper (which contains an iframe with src=file.pdf)
Indexing is all working fine, but when someone searches instead of getting:
"view-doc.asp?file=file.pdf" they are getting "file.pdf" which is bypassing our requirement for the view-doc page.
Is there anything I can do to ensure that the only 'hit' is for the view-doc result?
Dermot
Comment