FAQ
Does Answers require WooCommerce?
Section titled “Does Answers require WooCommerce?”Yes. WooCommerce must be installed and active.
Where do FAQs appear?
Section titled “Where do FAQs appear?”Either in a dedicated “FAQs” product-information tab, or directly after the product summary — your choice under WooCommerce → Answers.
Can I reuse the same FAQs across many products?
Section titled “Can I reuse the same FAQs across many products?”Yes. Create a FAQ Set and assign it to specific products or whole product categories. Its items are merged with each product’s own FAQs and de-duplicated automatically.
Does it output structured data?
Section titled “Does it output structured data?”Optionally. Enable FAQ structured data to emit FAQPage JSON-LD for products that have FAQs. Only enable it if the FAQs are genuinely visible on the page.
What HTML is allowed in answers?
Section titled “What HTML is allowed in answers?”Basic HTML, filtered with wp_kses_post: links, lists, headings, bold/italic, images and similar. Scripts and unsafe markup are stripped.
Is the accordion accessible?
Section titled “Is the accordion accessible?”Yes. Each question is a button with aria-expanded controlling an aria-labelled region; it is keyboard operable, has visible focus, and respects reduced-motion.
How does the shortcode know which product to show?
Section titled “How does the shortcode know which product to show?”[answers_faqs] uses the current product on a single product page. Pass id to target a specific product and heading to add a heading.
What happens when a product has no FAQs?
Section titled “What happens when a product has no FAQs?”Nothing renders for that product, and no structured data is emitted — there is no empty accordion or blank tab.
Will it shift my layout or slow the page?
Section titled “Will it shift my layout or slow the page?”No. The accordion markup never shifts layout, styling is light/dark aware, and motion is reduced when requested.
Is there a Pro edition?
Section titled “Is there a Pro edition?”A Pro edition is planned for FAQ search, voting, AI-assisted drafting and richer analytics. The free edition is the complete product-FAQ product.