I'm curious, lightpanda browser is advertised as "ai agent" browser. And some websites try to signal "agent" friendly content.
Some projects do it through the llms.txt file. Some do it through Accept: text/markdown, see: https://acceptmarkdown.com/
But some other pages might have alternative links for markdown format, like my own blog:
<link rel="alternate" type="text/markdown" href="https://www.skatkov.com/posts/2026-07-15-snooping-on-githits.md">
In my case, .md url provide a stripped down content, without all the clutter.
I've been playing around, and it doesn't seem that LightPanda prioritizes or even uses these?
Other agents are doing that (not all, though):
https://acceptmarkdown.com/status
Browser doesn't send "Accept: text/markdown" either.
I'm curious, lightpanda browser is advertised as "ai agent" browser. And some websites try to signal "agent" friendly content.
Some projects do it through the llms.txt file. Some do it through
Accept: text/markdown, see: https://acceptmarkdown.com/But some other pages might have alternative links for markdown format, like my own blog:
In my case, .md url provide a stripped down content, without all the clutter.
I've been playing around, and it doesn't seem that LightPanda prioritizes or even uses these?
Other agents are doing that (not all, though):
https://acceptmarkdown.com/status
Browser doesn't send "Accept: text/markdown" either.