Linux 软件免费装
Banner图

SEOries Markdown Generator

开发者 orkun53
更新时间 2026年9月19日 22:32
PHP版本: 7.4 及以上
WordPress版本: 7.1
版权: GPLv2 or later
版权网址: 版权信息

标签

seo markdown ai llm content negotiation

下载

0.1.1 0.1.2

详情介绍:

SEOries Markdown Generator is an independent WordPress plugin developed by Mahmut Orkun Köksalan, built to provide clean, structured Markdown representations of WordPress content for AI systems, Large Language Models (LLMs), and automated markdown consumers. Key Capabilities & Architectural Principles

安装:

  1. Upload the seories-markdown-generator directory to the /wp-content/plugins/ directory.
  2. Activate the plugin through the 'Plugins' menu in WordPress.
  3. Configure your preferences under Settings > SEOries Markdown Generator.
  4. Test delivery by requesting any published post or archive with Accept: text/markdown.

屏幕截图:

  • AI Bot Delivery configuration with vendor categorization.
  • Content Scope configuration for singular post types and taxonomy archives.
  • CSS Selector & Output Rules management.
  • Single post Markdown Preview modal with copy to clipboard and `.md` file download.

常见问题:

Where can I find documentation and technical guides?

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/ .

Who is the author of this plugin?

SEOries Markdown Generator is developed by Mahmut Orkun Köksalan.

How do I request Markdown format for a post or page?

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/

Why are public .md URLs returning 404 Not Found?

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.

Are draft or password-protected posts accessible via Markdown?

No. Only published, publicly viewable, non-password-protected content can be delivered as public Markdown.

How does the plugin handle robots and noindex directives?

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.

Can I exclude specific banners, widgets, or sidebars from the Markdown output?

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).

How does caching and invalidation work?

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.

How do I translate the plugin into other languages?

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.

更新日志:

0.1.2 0.1.0