RSSAmplifier

Rick Cogley · Apr 19, 2026

Cloudflare Workers無料プランでHTML→Markdown変換

0
Sign in to vote or save

This page did not load. You can still read it on the original site — the toolbar below keeps your place in the directory.

AIクローラー(Gemini、GPT、Claude、Perplexityなど)は絶えずサイトを読みにきており、HTMLよりMarkdownのほうを好む。Markdownのほうが文脈がクリーンで、トークン数が少なく、推論コストも安い。エージェントがどうせあなたのページを要約するなら、DOMを歩くことに割くトークン予算を、実際のコンテンツに回したほうが合理的だ。 エージェントにMarkdownを届ける方法は二つある。コンテンツが すでにMarkdown の場合(CMS、Gitリポジトリ、データベースにある場合)、 Accept: text/markdown ヘッダでフォーマットを交渉するだけで済む。筆者の姉妹記事「 SvelteKit + Cloudflare WorkersでAIエージェント向けMarkdownを配信する 」が、そのケースを詳しく扱っている。 コンテンツが HTML…

Read on cogley.jp

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.