Actually, I noticed an interesting behaviour in LLMs.
We had made a docs website generator (1) that works with HTML (2) FRAMESET and tried to parse it with Claude.
Result: Claude doesn't see the content that comes from FRAMESET pages, as it doesn't parse FRAMEs. So I assume what they're using is more or less a parser based on whole-page rendering and not on source reading (including comments).
Perhaps, this is an option to avoid LLM crawlers: use FRAMEs!
Actually, I noticed an interesting behaviour in LLMs.
We had made a docs website generator (1) that works with HTML (2) FRAMESET and tried to parse it with Claude.
Result: Claude doesn't see the content that comes from FRAMESET pages, as it doesn't parse FRAMEs. So I assume what they're using is more or less a parser based on whole-page rendering and not on source reading (including comments).
Perhaps, this is an option to avoid LLM crawlers: use FRAMEs!
1. https://github.com/tirrenotechnologies/hellodocs
2. https://www.tirreno.com/hellodocs/