
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 (seeincludes/admin/class-wtaf-meta-box.php) - Filter:
wtaf_schema_enabled— conditionally disable schema injection per post; implemented inincludes/frontend/class-wtaf-schema.php → inject_schema() - Auto-append: enable in AI FAQ Creator Settings Display — implemented via
the_contentfilter inincludes/frontend/class-wtaf-shortcode.php → auto_append() - Template overrides: copy
templates/faq-accordion.phportemplates/faq-list.phpinto your active theme’s root folder — the shortcode checks for theme copies first vialocate_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.
Screenshots

Meta box in the post editor — one-click FAQ generation

Admin dashboard with quick start guide

Settings page — AI provider configuration