=== NexBay FAQ Schema ===
Contributors: nexbay
Tags: faq, schema, faqpage, structured data, seo
Requires at least: 5.5
Tested up to: 6.9
Requires PHP: 7.4
Stable tag: 1.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Per-post FAQ metabox + shortcode + automatic output + FAQPage JSON‑LD schema, with an animated accordion.

== Description ==
This plugin adds a FAQ metabox to posts/pages, outputs an animated FAQ accordion at the end of the content (optional), provides a `[post_faq]` shortcode, and prints FAQPage JSON‑LD in the `<head>` when FAQ items exist.

== Installation ==
1. Upload the `advanced-faq-schema` folder to the `/wp-content/plugins/` directory.
2. Activate the plugin through the 'Plugins' menu in WordPress.
3. Edit a post/page and fill the FAQ metabox.

== Frequently Asked Questions ==
= How do I display FAQs inside a page builder? =
Use the shortcode: `[post_faq]` and enable "disable auto output" to avoid duplication.

== Shortcodes ==
`[post_faq]`  
Attributes:
- `id` (post ID)
- `title` (override title)
- `state` (`first_open` | `all_closed` | `all_open`)
- `class` (extra wrapper class)

== Changelog ==
= 1.1.0 =
* Initial public release.

== Upgrade Notice ==
= 1.1.0 =
Initial release.
