=== FAQ Accordion ===
Contributors: addonlogic
Tags: faq, accordion, shortcode, schema, structured data
Requires at least: 6.0
Tested up to: 6.7
Stable tag: 1.0.0
Requires PHP: 8.1
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Collapsible FAQ accordions with optional FAQ schema markup via [faq] and [faq_item] shortcodes.

== Description ==

**Usage**

`[faq schema="yes"]
[faq_item question="What is your return policy?"]We offer 30-day returns on all products.[/faq_item]
[faq_item question="Do you ship internationally?"]Yes, we ship worldwide.[/faq_item]
[/faq]`

**Features**

* Animated accordion — only one item open at a time
* Optional FAQ Page schema JSON-LD for Google rich results
* `open="yes"` to have an item pre-expanded
* Accessible — ARIA roles and keyboard support
* Dark-mode compatible

== Changelog ==

= 1.0.0 =
* Initial release
