Consider blockquote in article scoring#979
Conversation
|
Apologies for the slow response - I was out on PTO and then heads down on some other work for a while. @tuyafeng Can you provide a "real life" example (rather than w3schools) of pages that currently don't get detected as readerable as a result of this omission? For context, the only real tradeoff here is for performance - the more tags included, the longer the "readerable" determination takes, and it's designed to be faster (and more "rough guess") than running a full readability pass, if that makes sense. |
|
Closing given the lack of response here, to try to get a grip on the pile of PRs here. |
|
Sorry for the late reply. I completely forgot about this PR, and a lot has happened over the past six months. I’m still not sure whether this change is the best approach. It does make the detection process slightly slower, but it seems necessary for some websites: https://simonwillison.net/2026/Jul/3/josh-w-comeau/ Maybe we could introduce an option in the |
Some pages have long quoted sections but only a few lines of commentary or intro. Right now,
isProbablyReaderableignoresblockquote, which can make the examples below score 0 (the default options), whereas includingblockquotewould give a score of 9.Example from W3Schools:
I’m thinking it might make sense to factor blockquote into the scoring. If not, I’d love to hear the reasoning—thanks!