Forum Moderators: Robert Charlton & goodroi
If you're truly concerned about it, you can always use a <form> tag for such files to allow users to access them without any loss of PageRank, but I wouldn't put a lot of effort into it.
Since the file types you mention are not indexed, they wouldn't actually receive any PageRank
Such URLs called "dangling links" in PageRank algorithm.
They don't need to be indexed in order to have PageRank, however they DO need to have outgoing urls (and thus indexed) if they were to pass PageRank further.
in theory all PageRank should flow to the target page
Even the originally published PR formula includes a damping factor (0.85 was suggested in the paper). Otherwise, as the calculation is iterated, the PR values would take off to infinity rather than converge.
The key is that a PR "vote" is not actually defined as a one-time event, "slice up the available PR and add it to the target page". PR is defined as an iterative calculation -- something repeated around the webgraph many times until value converge. So even theoretically, "all" the PageRank never flows through a page or a redirect.
Even the originally published PR formula includes a damping factor (0.85 was suggested in the paper). Otherwise, as the calculation is iterated, the PR values would take off to infinity rather than converge.
Indeed - by saying "all", I did not intend to mean all PageRank page gets but all that is being flowed down the line - 0.85 in case of classic PageRank, which is much more than 0 which was asserted above.