Comment by 9dev
1 hour ago
That entirely depends on the server. A good solution would be to include Link headers in all responses:
Link: /some-page rel="canonical"
Link: /some-page.json rel="alternate" type="application/json"
Link: /some-page.html rel="alternate" type="text/html"
Link: /some-page.md rel="alternate" type="text/markdown"
That only works if the client looks at it. The current Claude fetch system does not.