Linux 软件免费装

Fardo AI Visibility

开发者 heyfardo
更新时间 2026年6月27日 02:28
PHP版本: 8.1 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

seo ai schema llms-txt bot-tracking

下载

0.2.0 0.2.1 0.2.2

详情介绍:

Fardo AI Visibility makes your WordPress site easy for AI crawlers (ChatGPT, Claude, Perplexity, Gemini, Grok, and others) to understand, and lets you monitor your brand's visibility in AI engines from inside wp-admin. What the plugin does locally All five AI Feed files are opt-in: nothing is served at any public URL until you turn it on from the plugin's settings. What the plugin does with the Fardo platform (optional, requires connecting an account) If you choose to connect a Fardo account through the OAuth flow inside the plugin, you also get: Connecting an account is completely optional. Without an account, the plugin still serves the AI Feed and tracks bot traffic. External services This plugin can communicate with two external services operated by Fardo. No data leaves your site unless you trigger the connection or features that require them. The plugin does not send any data to either service until you explicitly connect an account or toggle a feature that requires the connection.

安装:

  1. Upload the plugin folder (fardo-ai-visibility/) to the /wp-content/plugins/ directory, or install through the WordPress Plugins screen directly.
  2. Activate the plugin through the Plugins screen in WordPress.
  3. Open the Fardo AI menu in the wp-admin sidebar.
  4. (Optional) Click Connect with Fardo in Settings to link a Fardo account and unlock the Hub, Rankings and custom AI Feed features.
  5. Go to the AI Feed tab and toggle on the files you want your site to serve publicly.

屏幕截图:

  • Rankings — your brand vs. the competitors you defined during onboarding.
  • AI Feed — five opt-in files (llms.txt, llms-full.txt, ai-feed.jsonld, ai-overview.html, sitemap-ai.xml, robots.txt) you install on demand from wp-admin.
  • Bot Traffic — last-30-days view of visits from 24 known AI/LLM crawlers with sparkline trend and top URL.

升级注意事项:

0.2.1 Fixes the wp-admin interface failing to load by bundling the compiled admin assets. Recommended for all users. 0.2.0 The ranking endpoint now uses your OAuth connection instead of a shared API key. If you upgrade and had a Fardo account connected, no action is needed. 0.1.0 First public release.

常见问题:

Does the plugin work without a Fardo account?

Yes. The AI Feed (five files), bot traffic tracking, and Schema.org JSON-LD all work locally without connecting any account. The Hub, Rankings, hero chart, custom AI Feed generation, and company configuration require a Fardo account because they depend on data computed by the Fardo platform.

Does the plugin send any data to external servers by default?

No. The plugin does not communicate with any external service until you either (1) click "Connect with Fardo" in Settings, or (2) trigger a feature that explicitly requires the platform (such as a new analysis or custom AI Feed generation). See the External services section above for the full list.

Where are OAuth tokens stored?

OAuth tokens are stored encrypted (OpenSSL AES-256-CBC) in your site's wp_options table. They are never exposed to the browser or to the React admin app — only the server-side PHP code uses them when calling the Fardo gateway.

Why are the AI Feed files not visible at my site's URLs after activating the plugin?

Because the AI Feed is opt-in. Go to Fardo AI → AI Feed and toggle the files you want your site to serve. Each file maps to its own setting flag and is served only when enabled.

How does the plugin detect AI bots?

It matches the request's User-Agent against a curated list of 24 known AI/LLM crawler patterns (GPTBot, ChatGPT-User, ClaudeBot, PerplexityBot, Google-Extended, Bytespider, CCBot, and others) and logs matches to a custom table.

What happens to my data when I uninstall the plugin?

The plugin's uninstall.php deletes its custom database table ({prefix}_fardo_bot_hits), removes all its wp_options entries (including encrypted OAuth tokens), and clears its transients. Uninstalling does not affect any other plugin or theme data.

更新日志:

0.2.1 0.2.0 0.1.0