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.

FAQ

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.