SBG AI Layer

תיאור

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

התקנה

  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.

שאלות נפוצות

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.

סקירות

There are no reviews for this plugin.

מפתחים

"SBG AI Layer" הוא תוסף קוד פתוח. האנשים הבאים תרמו ליצירת התוסף הזה.

תורמים

ניתן לתרגם את "SBG AI Layer" לשפה שלך.

מעוניינים בפיתוח?

עיינו בקוד, ראו את הקוד ב-SVN repository, או הירשמו ללוג פיתוח באמצעות RSS.

שינויים

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.