| 开发者 | orkun53 |
|---|---|
| 更新时间 | 2026年9月19日 22:32 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.1 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
text/markdown directly over canonical URLs via standard HTTP Accept: text/markdown content negotiation. Normal visitors and web browsers continue receiving standard HTML..md URLs (e.g. /post-slug.md) are disabled by default and return 404 Not Found to prevent URL fragmentation and preserve canonical SEO integrity.noindex do not prevent Markdown delivery; instead, robots directives are preserved and forwarded in the Markdown response headers (X-Robots-Tag) where applicable..md files directly from the WordPress editor.seories-markdown-generator directory to the /wp-content/plugins/ directory.Accept: text/markdown.Comprehensive technical documentation, AI crawler reference tables, and setup guides are available at https://ai-markdown.seories.com/docs/ . Official product information is available at https://ai-markdown.seories.com/ .
SEOries Markdown Generator is developed by Mahmut Orkun Köksalan.
Send an HTTP GET request to the canonical URL of any published post with the Accept: text/markdown header:
curl -i -H "Accept: text/markdown" https://example.com/my-post/
The plugin adheres to modern Web architecture and SEO best practices by serving alternative content representations from the canonical URL via HTTP Content Negotiation. Standalone .md endpoints are disabled by default to prevent duplicate content indexing.
No. Only published, publicly viewable, non-password-protected content can be delivered as public Markdown.
Robots directives are presentation indexing metadata, not access control. The plugin preserves detected robots rules (such as noindex or noarchive) and sends them as X-Robots-Tag HTTP response headers in the Markdown response so consumers and crawlers receive consistent indexing guidance.
Yes. Navigate to Settings > SEOries Markdown Generator > Selector & Kurallar to define global, post-type-specific, or archive-specific CSS selectors to strip (e.g. .site-banner, #sidebar, .author-bio).
Markdown responses are cached using the WordPress Object Cache (if available) or Transients API. When content is published, updated, trashed, or settings change, the cache generation key is automatically incremented.
Translations for official WordPress.org releases are managed via translate.wordpress.org. For manual zip distributions, place compiled translation files (.po / .mo) inside the plugin's languages/ directory or wp-content/languages/plugins/ using the standard naming format seories-markdown-generator-{locale}.mo (e.g. seories-markdown-generator-tr_TR.mo). A complete translation template is provided at languages/seories-markdown-generator.pot.
Accept: text/markdown).X-Robots-Tag).