
內容簡介
Citevera 是一款專為 AI 搜尋優化設計的 WordPress 外掛,能讓您的網站在 AI 生成的答案中被引用。它提供簡單的一鍵修正功能,無需編輯佈景主題代碼或修改標頭模板,幫助網站擁有者和行銷團隊保持在 AI 搜尋轉變中的競爭力。
【主要功能】
• 一鍵網站審核,使用規則基礎清單
• 自動生成 llms.txt,並動態提供
• 控制 AI 爬蟲的 robots.txt 設定
• 提供 Schema.org JSON-LD 支援
• 每月定期審核,並發送電子郵件提醒
• 與 Yoast、RankMath 和 AIOSEO 相容
外掛標籤
開發者團隊
② 後台搜尋「AI Search Optimization – llms.txt, Schema & AEO Audit – Citevera」→ 直接安裝(推薦)
原文外掛簡介
Your content is not getting cited by AI answer engines. Classic SEO plugins (Yoast, RankMath, AIOSEO) optimize for Google’s blue links. Citevera optimizes for the new layer that sits above them – the one that writes the answer.
Citevera is the WordPress plugin for AI search optimization. It makes your site citable by ChatGPT, Perplexity, Gemini, and Google AI Overviews, with one-click fixes that don’t require editing theme code or touching header templates.
Who this is for
Site owners who have noticed their brand never appears in AI-generated answers.
Marketing teams that want to stay ahead of the AI-search shift.
Agencies supporting clients through the AEO / GEO transition.
Why Citevera
Written for AI answer engines, not retrofitted from classic SEO.
Plays nicely with Yoast, RankMath, and AIOSEO – never duplicates schema they already emit.
Free tier makes zero external HTTP calls. Your data stays on your WordPress server.
Paid tier connects to the same audit pipeline behind scan.citevera.com, so your WP plugin and your SaaS account share one license.
Citevera also supports non-WordPress sites through a SKILL.md export for Claude Code. Full documentation at https://citevera.com/docs/claude-code-integration.
Free features
One-click site audit with the rule-based checklist used by scan.citevera.com.
llms.txt generator, served dynamically at yoursite.com/llms.txt with a 1-hour cache.
AI-crawler robots.txt control: per-agent Allow / Disallow for GPTBot, OAI-SearchBot, ChatGPT-User, ClaudeBot, Claude-User, Claude-SearchBot, PerplexityBot, Google-Extended, CCBot, Applebot-Extended, YouBot, cohere-ai, and Meta-ExternalAgent – plus legacy tokens (anthropic-ai, Claude-Web) honored for older robots.txt files.
Schema.org JSON-LD for Organization, WebSite, Article, BreadcrumbList.
FAQPage schema, auto-detected from FAQ blocks on posts and pages.
Monthly scheduled audit with email alerts when your AI-search readiness score drops.
Yoast, RankMath, and AIOSEO compatibility detection.
Premium features (active Citevera license required)
The premium tier connects the plugin to the Citevera cloud service at api.citevera.com. These features call our AI inference pipeline and require an active subscription. See the External services section below for the exact data sent and the Terms / Privacy links.
AI-powered cloud audit (calls api.citevera.com). Recommendations marked auto-applicable can be applied from your Citevera dashboard at app.citevera.com; this plugin then applies them on your site (llms.txt, schema JSON-LD, robots rules) within a few minutes.
Gutenberg block toolbar: select any paragraph, click “Optimize for AI”, see a diff, accept or decline (calls our AI rewrite service).
Sidebar AI-answerability score inside the Gutenberg editor (instant, computed locally).
Competitor tracking and monthly client portfolio reports at app.citevera.com.
External services
Citevera Free does not connect to any external service. (The free tier performs self-requests to your own site’s /llms.txt, /robots.txt and sitemap URLs to verify they are being served – loopback checks of the same kind WordPress core’s Site Health uses. No third party is involved.)
When you paste a license key to unlock premium features, Citevera connects to api.citevera.com (operated by Citevera) to:
Verify the key and return your tier entitlements (one request on activation; background refresh every 12 hours after).
Run cloud audits when you explicitly click “Run full audit”.
Rewrite selected content when you explicitly click “Optimize for AI” in the Gutenberg editor.
The data sent to api.citevera.com during a cloud audit is a summary of your site: post counts, active plugins, active theme, detected schema types, and a sample of up to 10 page contents. The admin previews this exact payload before the first cloud audit runs.
Rewrite requests send only the text you selected plus minimal surrounding context (post title, post type, adjacent paragraphs) for a single AI call.
Terms of service: https://citevera.com/legal/terms
Privacy policy: https://citevera.com/legal/privacy
Development
This plugin ships its full source code inside the deployed zip to comply with WordPress.org Guidelines 1 and 4 (public access to source code and build tools).
PHP source: src/
JavaScript / TypeScript source for the admin React app and the Gutenberg editor integration: assets/admin/src/ and assets/editor/src/
Build configuration: package.json, tsconfig.json, composer.json
To rebuild the compiled JS bundles in assets/admin/build/ and assets/editor/build/:
npm install
npm run build
The build uses @wordpress/scripts (webpack under the hood). PHP autoloading is generated by Composer with: composer install –no-dev –optimize-autoloader
