Title: Frontierline AIO Toolkit
Author: frontierline2015
Published: <strong>4 سپتامبر 2026</strong>
Last modified: 4 سپتامبر 2026

---

جستجوی افزونه‌ها

![](https://ps.w.org/frontierline-aio-toolkit/assets/banner-772x250.png?rev=3680636)

![](https://ps.w.org/frontierline-aio-toolkit/assets/icon-256x256.png?rev=3680636)

# Frontierline AIO Toolkit

 توسط [frontierline2015](https://profiles.wordpress.org/frontierline2015/)

[دانلود](https://downloads.wordpress.org/plugin/frontierline-aio-toolkit.0.1.0.zip)

 * [جزئیات](https://fa.wordpress.org/plugins/frontierline-aio-toolkit/#description)
 * [نقد و بررسی‌ها](https://fa.wordpress.org/plugins/frontierline-aio-toolkit/#reviews)
 *  [نصب](https://fa.wordpress.org/plugins/frontierline-aio-toolkit/#installation)
 * [توسعه](https://fa.wordpress.org/plugins/frontierline-aio-toolkit/#developers)

 [پشتیبانی](https://wordpress.org/support/plugin/frontierline-aio-toolkit/)

## توضیحات

Frontierline AIO Toolkit prepares your WordPress site for LLMs and AI-powered search.
It focuses on the few things that actually decide whether an AI assistant can read,
understand and cite your site — and does them automatically, from one simple settings
screen.

**How this differs from other llms.txt plugins**

An `llms.txt` file on its own is only part of the picture. Being readable by an 
AI assistant takes three things working together, and this plugin is built to cover
all three from a single screen:

 1. **Content the model can read** — `llms.txt`, plus a full-text `llms-full.txt` that
    is cached and size-capped.
 2. **Permission to fetch it** — an allow-list for 22 named AI crawlers appended to
    your virtual robots.txt, _after_ other SEO plugins have written theirs, so nothing
    is overwritten.
 3. **Context the model can parse** — schema.org JSON-LD for posts, pages, the front
    page and authors.

It is also built to sit next to an existing SEO plugin rather than fight it. The
robots.txt rules are appended at filter priority 100000, after plugins such as Yoast
SEO that rebuild the whole file late, so neither output is lost; and when Yoast 
SEO, Rank Math, All in One SEO or SEOPress is detected the settings screen says 
so, next to the checkbox that turns this plugin’s JSON-LD off, so you can avoid 
duplicate structured data.

**Features**

 * **llms.txt (auto-generated)** – A concise, machine-friendly overview of your 
   site: summary, company info and key pages, served dynamically at `/llms.txt`.
 * **llms-full.txt (auto-generated)** – A full-text aggregation of your published
   posts and pages for LLM ingestion, with caching and a configurable size cap, 
   served at `/llms-full.txt`.
 * **AI crawler allow-list** – Adds `Allow` rules for 22 major AI crawlers (GPTBot,
   OAI-SearchBot, ClaudeBot, PerplexityBot, Google-Extended, Applebot-Extended, 
   CCBot, Amazonbot and more) to your virtual robots.txt with a single toggle.
 * **JSON-LD structured data** – Injects schema.org markup automatically: Article
   for posts, WebPage for pages, Organization + WebSite for the front page, Person
   for authors and ImageObject for featured images.
 * **Simple settings** – One tabbed screen under Settings  AIO Toolkit. Nothing 
   to configure to get started; sensible defaults are on out of the box.

**Privacy first**

Password-protected, private and draft content is never included in the generated
feeds. The plugin sends no data anywhere — everything is generated on your own server.

**Built for developers**

Lightweight, dependency-free, multisite-aware and translation-ready. Filters: `flaio_ai_crawlers`,`
flaio_llms_txt`, `flaio_llms_full_txt`, `flaio_llms_full_post_types`, `flaio_llms_full_max_posts`,`
flaio_schema_graph`.

The feed queries do not suppress query filters, so membership and access-control
plugins can exclude their restricted content from `llms-full.txt` as they do elsewhere
on the site.

## عکس‌های صفحه

[⌊Settings → AIO Toolkit: site information used in the generated feeds.⌉⌊Settings
→ AIO Toolkit: site information used in the generated feeds.⌉[

Settings  AIO Toolkit: site information used in the generated feeds.

[⌊llms.txt tab: enable the feeds and set the size cap.⌉⌊llms.txt tab: enable the
feeds and set the size cap.⌉[

llms.txt tab: enable the feeds and set the size cap.

[⌊robots.txt tab: allow all major AI crawlers with one toggle.⌉⌊robots.txt tab: 
allow all major AI crawlers with one toggle.⌉[

robots.txt tab: allow all major AI crawlers with one toggle.

[⌊JSON-LD tab: organization name and logo for structured data.⌉⌊JSON-LD tab: organization
name and logo for structured data.⌉[

JSON-LD tab: organization name and logo for structured data.

[⌊The generated llms.txt served at the site root.⌉⌊The generated llms.txt served
at the site root.⌉[

The generated llms.txt served at the site root.

## نصب

 1. Upload the plugin files to `/wp-content/plugins/frontierline-aio-toolkit`, or install
    it through the WordPress Plugins screen.
 2. Activate the plugin through the “Plugins” screen in WordPress.
 3. Visit **Settings  AIO Toolkit** to review the options (all core features are enabled
    by default).
 4. Confirm your feeds at `/llms.txt` and `/llms-full.txt`.

## سوالات متداول

### Do I need to configure anything?

No. After activation, llms.txt, llms-full.txt, the AI crawler allow-list and JSON-
LD are all enabled with sensible defaults. You can refine the site summary, company
info and toggles under Settings  AIO Toolkit.

### Where are llms.txt and llms-full.txt served?

They are generated dynamically at `https://your-site/llms.txt` and `https://your-
site/llms-full.txt`. Pretty permalinks are required (any structure other than “Plain”
under Settings  Permalinks). If the feeds return 404 right after activation, visit
Settings  Permalinks once to flush the rewrite rules.

### Is my private content exposed?

No. Only published posts and pages are included. Drafts, private posts and password-
protected posts are excluded from both feeds, and no JSON-LD is emitted for them
either.

### Does it conflict with my SEO plugin?

No. AIO Toolkit appends to the virtual robots.txt rather than replacing it, and 
it adds its own JSON-LD block. If your SEO plugin already outputs schema.org markup
you can turn the JSON-LD tab off and keep only the llms.txt features.

### Does llms-full.txt affect performance?

The output is cached in a transient, regenerated when your content changes and refreshed
at most once a day. A configurable size cap (default 500 KB, maximum 10 MB) keeps
the response small.

### How do I change the list of AI crawlers?

Use the `flaio_ai_crawlers` filter to add or remove user agents:

    ```
    add_filter( 'flaio_ai_crawlers', function ( $agents ) { $agents[] = 'MyBot'; return $agents; } );
    ```

### Does the plugin call any external service?

No. Nothing is sent off your server, and no third-party API is contacted.

### Is multisite supported?

Yes. Rewrite rules are registered per site on activation, and uninstalling cleans
up every site in the network (on very large networks, the site it is run from).

## نقد و بررسی‌ها

نقد و بررسی‌ای برای این افزونه یافت نشد.

## توسعه دهندگان و همکاران

“Frontierline AIO Toolkit” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت
کرده‌اند.

مشارکت کنندگان

 *   [ frontierline2015 ](https://profiles.wordpress.org/frontierline2015/)

“Frontierline AIO Toolkit” به 1 زبان ترجمه شده است. با تشکر از [مترجمین](https://translate.wordpress.org/projects/wp-plugins/frontierline-aio-toolkit/contributors)
برای همکاری و کمک‌هایشان.

[ترجمه “Frontierline AIO Toolkit” به زبان شما.](https://translate.wordpress.org/projects/wp-plugins/frontierline-aio-toolkit)

### علاقه‌ مند به توسعه هستید؟

[کد را مرور کنید](https://plugins.trac.wordpress.org/browser/frontierline-aio-toolkit/)،
[مخزن SVN](https://plugins.svn.wordpress.org/frontierline-aio-toolkit/) را بررسی
کنید، یا از طریق [RSS](https://plugins.trac.wordpress.org/log/frontierline-aio-toolkit/?limit=100&mode=stop_on_copy&format=rss)
در [گزارش توسعه](https://plugins.trac.wordpress.org/log/frontierline-aio-toolkit/)
مشترک شوید.

## گزارش تغییرات

#### 0.1.0

 * Initial release: llms.txt, llms-full.txt, AI crawler allow-list, JSON-LD injection,
   tabbed settings screen.

## اطلاعات

 *  نگارش **0.1.0**
 *  آخرین به‌روزرسانی **5 روز پیش**
 *  نصب‌های فعال **کمتر از 10**
 *  نگارش وردپرس ** 6.0 یا بالاتر **
 *  آزمایش‌شده تا **7.1**
 *  نگارش PHP ** 7.4 یا بالاتر **
 *  زبان‌ها
 * [English (US)](https://wordpress.org/plugins/frontierline-aio-toolkit/) و [Japanese](https://ja.wordpress.org/plugins/frontierline-aio-toolkit/).
 *  [به زبان خودتان ترجمه کنید](https://translate.wordpress.org/projects/wp-plugins/frontierline-aio-toolkit)
 * برچسب
 * [AI](https://fa.wordpress.org/plugins/tags/ai/)[llms.txt](https://fa.wordpress.org/plugins/tags/llms-txt/)
   [schema](https://fa.wordpress.org/plugins/tags/schema/)[seo](https://fa.wordpress.org/plugins/tags/seo/)
   [structured data](https://fa.wordpress.org/plugins/tags/structured-data/)
 *  [نمایش پیشرفته](https://fa.wordpress.org/plugins/frontierline-aio-toolkit/advanced/)

## امتیازها

هنوز هیچ نقدی ارسال نشده است.

[بررسی شما](https://wordpress.org/support/plugin/frontierline-aio-toolkit/reviews/#new-post)

[مشاهدهٔ همهٔ بررسی‌ها](https://wordpress.org/support/plugin/frontierline-aio-toolkit/reviews/)

## مشارکت کنندگان

 *   [ frontierline2015 ](https://profiles.wordpress.org/frontierline2015/)

## پشتیبانی

چیزی برای گفتن دارید؟ نیاز به کمک دارید؟

 [مشاهده انجمن پشتیبانی](https://wordpress.org/support/plugin/frontierline-aio-toolkit/)