
內容簡介
總結:這個外掛可以將您的WordPress文章轉換成Markdown格式,讓AI代理人,LLMs和其他自動系統可以方便地存取。它設計成開箱即用,無需任何配置。
1. 這個外掛如何讓WordPress文章對AI代理人和其他自動系統變得更可存取?
- 這個外掛提供了乾淨、結構化的Markdown版本。
- 只需在文章單一URL的末尾加上“.md”即可得到Markdown版本。
2. 如何確保自動系統收到Markdown格式的內容?
- 可以利用將“.md”附加到單一文章URL的方式來取得Markdown版本。
- 當請求中包含"Accept: text/markdown"標頭時,會回應Markdown格式的內容。
3. 這個外掛如何提升文章對網路爬蟲的自動發現?
- 會在文章中加入`<link rel="alternate">`標籤,讓網路爬蟲可以自動發現。
- 讓網路爬蟲更容易找到您的文章。
4. 這個外掛包含哪些文章元資料?
- 文章標題、作者、日期、標籤和分類。
- 以YAML front matter的方式呈現。
外掛標籤
開發者團隊
原文外掛簡介
This plugin makes your WordPress posts accessible to AI agents, LLMs, and other automated systems by providing a clean, structured Markdown version of the content. It’s designed to work out of the box with zero configuration.
Features:
* Append .md to any single post URL to get the Markdown version (e.g., /my-post.md).
* Responds with Markdown for requests with an Accept: text/markdown header.
* Adds a tag to your posts for automatic discovery by crawlers.
* Includes post metadata (title, author, date, tags, categories) as YAML front matter.
