| 开发者 | heyfardo |
|---|---|
| 更新时间 | 2026年6月27日 02:28 |
| PHP版本: | 8.1 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
/llms.txt and /llms-full.txt — short and full Markdown maps of your site for LLMs, following the llmstxt.org standard./ai-feed.jsonld — JSON-LD feed with Organization, WebSite and an ItemList of recent content./ai-overview.html — bare-HTML summary of your brand and content./sitemap-ai.xml — AI-specific sitemap (home + pages + posts, ordered by modification)./robots.txt — extension that explicitly allows known AI crawlers and references the AI sitemap.Organization and WebSite JSON-LD in the <head> of your front-end (toggleable).https://platform-fardo.com) — Used when you click "Connect with Fardo" in Settings (OAuth consent), when the plugin requests a new AI analysis on your behalf, or when the plugin polls the status of that analysis. Data sent: the brand information you fill in (brand name, industry, market, target audience, value proposition, competitors, keywords) and the domain of your site. Privacy policy and terms: https://platform-fardo.com.fardo-ai-visibility/) to the /wp-content/plugins/ directory, or install through the WordPress Plugins screen directly.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.
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.
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.
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.
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.
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.
assets/dist/) are now shipped with the plugin, so the wp-admin interface loads correctly after installing from WordPress.org.assets/dist/manifest.json (with a fallback to .vite/manifest.json) so the bundle resolves even when the deploy strips dot-folders./fardo/company-config REST route and the ranking_api_key setting (superseded by the OAuth-authenticated /company/config and Bearer-authenticated ranking endpoint).llms.txt, llms-full.txt, ai-feed.jsonld, ai-overview.html, robots.txt extension, sitemap-ai.xml).Organization and WebSite injection in <head>.