SBG AI Layer

Açıklama

SBG AI Layer adds a public AI discovery page and a set of machine-readable endpoints for AI-oriented crawlers and indexing systems.

The plugin is designed to stay lightweight in the free version while exposing extension hooks for future add-ons.

This plugin does not send any data to external services in the free version.

Features include:

  • AI discovery page
  • LLM index JSON endpoint
  • llms.txt endpoint
  • AI sitemap XML endpoint
  • Minimal entities JSON endpoint
  • Minimal knowledge graph JSON-LD endpoint
  • Manual cache rebuild from the admin screen
  • Automatic rebuilds on content changes and scheduled rebuilds twice daily

Typical endpoint URLs include:

  • /ai-discovery
  • /.well-known/llm-index.json
  • /llms.txt
  • /.well-known/ai-sitemap.xml
  • /entities.json
  • /knowledge.graph.jsonld

Yükleme

  1. Upload the plugin folder to /wp-content/plugins/ or install it through the WordPress Plugins screen.
  2. Activate the plugin through the Plugins screen in WordPress.
  3. Visit Settings > SBG AI Layer.
  4. Review the generated endpoint URLs.
  5. Visit Settings > Permalinks and click Save Changes once if your rewrite rules need to be refreshed.

SSS

Does this plugin require a paid account?

No. The free plugin works on its own.

Does the plugin overwrite my robots.txt file?

No. If another plugin manages robots.txt, make sure it does not block your AI endpoints.

Will the plugin write files into my site root?

Not by default. The free plugin serves its endpoints through WordPress rewrite rules. Static file writes are disabled unless a developer explicitly enables them with a filter.

İncelemeler

Bu eklenti için herhangi bir değerlendirme bulunmuyor.

Katkıda Bulunanlar ve Geliştiriciler

“SBG AI Layer” açık kaynaklı yazılımdır. Aşağıdaki kişiler bu eklentiye katkıda bulunmuşlardır.

Katkıda bulunanlar

Değişiklik Kaydı

2.0.2

  • Fixed text domain consistency for WordPress.org submission.
  • Hardened output escaping and admin handling.
  • Removed manual translation loading for WordPress.org compatibility.
  • Disabled static file writes by default and switched optional writes to the WordPress filesystem API.
  • Confirmed the free plugin does not send data to external services.

2.0.1

  • Initial public free plugin build.