SBG AI Layer

Apraksts

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

Uzstādīšana

  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.

BUJ

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.

Atsauksmes

Par šo spraudni nav atsauksmju.

Autori un izstrādātāji

“SBG AI Layer” ir atvērtā pirmkoda programmatūra. Šo spraudni ir veidojuši šādi cilvēki.

Līdzdalībnieki

Tulkot “SBG AI Layer&#8221 savā valodā.

Vai jūs interesē attīstība?

Pārlūkojiet kodu, apmeklējiet SVN krātuvi vai abonējiet attīstības žurnālu, ko izveidojis RSS.

Izmaiņu žurnāls

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.