Deep FAQ

Generate FAQ items, style them as a standard list or accordion, and publish them automatically or manually on supported posts.

Overview

Deep FAQ generates question-and-answer content for a post and can display it automatically or manually on the frontend.

Admin path: Airygen SEO -> AI Assist -> Deep FAQ

This module is useful when a page would benefit from clearer question-based coverage without writing the whole FAQ section manually.

Settings

The page is divided into Settings, Layout, Preview, and Records.

Settings tab

Use this tab for generation rules and output behavior.

  • Language, question Count, Answer length, Content type, Scenario, and Tone shape the generated FAQ content.
  • Manual output controls whether the FAQ can be placed through a template function, shortcode, or block.
  • Automatic insertion controls whether Airygen should inject the FAQ into supported content automatically.
  • Insert position decides whether automatic output appears before or after the content.
  • Post types decides which post types are allowed to receive automatic FAQ output.
  • Collapse enabled switches the frontend from a standard list to an accordion-style presentation.
  • Title enabled, title text, and title level define the section heading.

Template function:

<?php if ( function_exists( 'airygen_the_deep_faq' ) ) { airygen_the_deep_faq(); } ?>

Shortcode:

[airygen_faq]

Block:

<!-- wp:airygen/faq /-->

Layout tab

Use this tab to style both the normal FAQ view and the accordion view.

  • Standard style controls affect borders, backgrounds, spacing, question styling, answer styling, and header styling.
  • Collapse style controls affect question padding, answer padding, colors, toggle styling, borders, spacing, and accordion behavior.

Preview tab

Use this tab to inspect a simplified sample FAQ with a device switcher before testing the real page.

Records tab

Use this tab to review generated FAQ records and remove the ones you do not want to keep.

Editor Panel

In the editor, Deep FAQ helps you generate FAQ items for the current post.

  • You can generate new FAQ items for the page.
  • You can review saved items instead of blindly using the first result.
  • The panel is best used as a review workflow, not as an automatic publish step.

How to Use

  1. Open Airygen SEO -> AI Assist -> Deep FAQ.
  2. In the Settings tab, choose the generation defaults such as Language, question Count, Answer length, Content type, Scenario, and Tone.
  3. Decide whether the module should support Manual output, Automatic insertion, or both.
  4. If you use automatic output, choose the Insert position and the allowed Post types.
  5. Configure the section heading with Title enabled, title text, and title level, and decide whether Collapse enabled should be turned on.
  6. If you use manual placement, copy the template function, shortcode, or block snippet that matches your workflow.
  7. Open Layout and adjust the normal FAQ style and collapse style until the section fits your site.
  8. Use Preview to inspect the sample on different device sizes before saving.
  9. Open the post in the editor, generate FAQ items, and keep only the questions that genuinely help the page.
  10. Review Records, remove weak items, and verify the real frontend output.

Check these items after saving:

  • The FAQ appears in the correct position.
  • Accordion behavior works the way you expect if it is enabled.
  • Only relevant questions remain in the saved records.
  • The live styling still fits the active theme.

SEO Benefits

Well-written FAQs can help cover user questions more directly, improve content completeness, and give readers a faster path to the information they are looking for.

User Cases

Service pages that need clearer question coverage

Before: A service page answers customer concerns, but the information is buried inside long paragraphs.

After: Deep FAQ helps turn those concerns into clearer question-and-answer blocks near the end of the page.

Content teams adding structured Q&A faster

Before: Writers know a page should include FAQs, but writing every question manually slows production.

After: The module gives the team a faster starting point that can still be edited and reviewed before going live.

FAQ

Can I use manual output and automatic insertion together?

Yes, but you should check the live page carefully. Automatic insertion is skipped when the content already contains the FAQ shortcode or block, which helps avoid duplicates.

Does the preview show my real saved FAQ records?

No. The preview is a simplified sample for layout review, not a live rendering of the exact saved records on the post.

Do I need to publish every generated question?

No. Keep only the questions and answers that genuinely improve the page.