
內容簡介
AI FAQ Creator 是一款利用人工智慧自動生成 FAQ 區塊的 WordPress 外掛,能夠從頁面內容中提取問題與答案,並自動注入 FAQ Schema(JSON-LD),提升網站在 Google 搜尋結果中的顯示效果,無需任何文案撰寫或技術設定。
【主要功能】
• 自動生成 FAQ 區塊
• 支援三大 AI 提供者
• 內建即時 FAQ 搜尋功能
• 自動注入 FAQ Schema
• 可自訂 FAQ 顯示樣式
• 支援 Gutenberg 區塊
外掛標籤
開發者團隊
② 後台搜尋「AI FAQ Creator – FAQ Schema & Structured Data for WordPress」→ 直接安裝(推薦)
原文外掛簡介
WebTend AI FAQ Creator automatically creates professionally written FAQ sections from your page content using artificial intelligence — then injects FAQ Schema (JSON-LD) so Google can show rich results in search.
No copywriting needed. No technical setup. Just open any page, click “Generate FAQs”, and you’re done.
✅ How It Works
Open any WordPress page or post
Find the AI FAQ Generator meta box
Click Generate FAQs from Page Content
Review and edit the AI-generated FAQs
Save the page — FAQ Schema is automatically injected
Embed FAQs anywhere with [wtaf_faq]
🔎 Live FAQ Search
Every FAQ section includes a built-in live search box. Visitors type a keyword and matching FAQs are instantly shown — no page reload, no plugin dependencies. Matching text is highlighted automatically. Fully accessible with ARIA live regions and keyboard support.
Control search with shortcode attributes:
[wtaf_faq] — search enabled by default
[wtaf_faq search="no"] — disable search
[wtaf_faq search_placeholder="Type your question…"] — custom placeholder
🤖 Three AI Providers Supported
Connect your own API key (BYOK) from any of the three leading AI providers:
OpenAI — GPT-4o Mini, GPT-4o, GPT-4 Turbo
Google Gemini — Gemini 1.5 Flash, Gemini 1.5 Pro
Anthropic Claude — Claude Haiku, Claude Sonnet
🔍 SEO Benefits
Automatic FAQPage JSON-LD schema markup
Eligible for Google rich results (FAQ rich snippets)
Microdata also added for full compatibility
Zero manual schema editing required
⚡ Features
All 3 AI providers (OpenAI, Gemini, Claude)
Live FAQ search with keyword highlighting
FAQ Schema markup (JSON-LD + Microdata)
Shortcode: [wtaf_faq] with full attribute control
Gutenberg block support
4 tone options: Professional, Friendly, Technical, Simple
Accordion & List display styles
Edit and customize generated FAQs
FAQ Sets management dashboard
Custom prompt instructions
Auto-append FAQs to page content (no shortcode needed)
Export all FAQ sets as JSON or CSV — one-click backup
Import FAQ sets from JSON or CSV — migrate from another site or bulk-add hand-crafted FAQs
Duplicate detection on import (Replace / Skip)
Translation ready
💡 Perfect For
Business & service websites
Landing pages
Blog posts
Agency client sites
Membership sites
Any page that would benefit from FAQ-based SEO
🔒 Privacy & API Keys
Your API keys are stored securely in your WordPress database and are never shared with WebTend. All AI requests are made directly from your server to the chosen AI provider.
🛠 Developer-Friendly
Filter: wtaf_meta_box_screens — add custom post types to the meta box (see includes/admin/class-wtaf-meta-box.php)
Filter: wtaf_schema_enabled — conditionally disable schema injection per post; implemented in includes/frontend/class-wtaf-schema.php → inject_schema()
Auto-append: enable in AI FAQ Creator → Settings → Display — implemented via the_content filter in includes/frontend/class-wtaf-shortcode.php → auto_append()
Template overrides: copy templates/faq-accordion.php or templates/faq-list.php into your active theme’s root folder — the shortcode checks for theme copies first via locate_template()
Shortcode attributes: post_id, style, title, class, search, search_placeholder
External Services
This plugin connects to third-party AI provider APIs to generate FAQ content. These calls are made only when you click “Generate FAQs” in the post editor — no data is sent automatically or on page load.
What data is sent: The text content of your WordPress page or post (the content you have written) is sent to the selected AI provider along with configuration parameters (FAQ count, tone). Your site URL or personal data is not included.
When it is sent: Only on demand, when you manually trigger FAQ generation from the post editor meta box.
OpenAI
Used to generate FAQ content via the GPT model you select (e.g. GPT-4o Mini).
API endpoint: https://api.openai.com/v1/chat/completions
OpenAI Terms of Service
OpenAI Privacy Policy
Google Gemini
Used to generate FAQ content via the Gemini model you select (e.g. Gemini 1.5 Flash).
API endpoint: https://generativelanguage.googleapis.com/
Google Terms of Service
Google Privacy Policy
Anthropic Claude
Used to generate FAQ content via the Claude model you select (e.g. Claude Haiku).
API endpoint: https://api.anthropic.com/v1/messages
Anthropic Terms of Service
Anthropic Privacy Policy
No data is sent to WebTend or any other service. All requests go directly from your server to the AI provider you choose.
