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.

المراجعات

لا توجد مراجعات لهذه الإضافة.

المساهمون والمطوّرون

“SBG AI Layer” هو برنامج مفتوح المصدر. وقد ساهم هؤلاء الأشخاص بالأسفل في هذه الإضافة.

المساهمون

ترجمة ”SBG AI Layer“ إلى لغتك.

مُهتم بالتطوير؟

تصفّح الشفرة، تحقق من مستودع SVN، أو الاشتراك في سجل التطوير بواسطة 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.