Faqora FAQ Schema Blocks

Description

Faqora FAQ Schema Blocks is a lightweight WordPress plugin for creating reusable FAQ sections and displaying them anywhere with a shortcode.

Basic shortcode:

[faqora_faq_schema_block id="123"]

Optional title:

[faqora_faq_schema_block id="123" title="Frequently Asked Questions"]

Disable schema for one block:

[faqora_faq_schema_block id="123" schema="false"]

Enable accordion mode for one block:

[faqora_faq_schema_block id="123" accordion="true"]

Features

  • Custom admin section for FAQ blocks
  • Unlimited questions and answers per block
  • Shortcode output for posts, pages, widgets, and custom post types
  • Automatic FAQPage JSON-LD schema markup
  • Optional native details/summary accordion mode
  • Lightweight default CSS that can be disabled
  • Translation-ready text domain
  • No external API calls
  • No tracking
  • No hidden frontend links

About

Developed by ProfiCRM-UA, a Ukrainian WordPress, CRM and SEO automation team.

Installation

  1. Upload the plugin folder to /wp-content/plugins/ or install the ZIP file via the WordPress admin.
  2. Activate the plugin.
  3. Go to FAQ Schema Add New.
  4. Add questions and answers.
  5. Copy the generated shortcode and paste it into any page, post, widget, or custom post type.

FAQ

Does this plugin add FAQPage schema automatically?

Yes. When a FAQ block is displayed with the shortcode, the plugin outputs JSON-LD FAQPage schema in the page footer.

Can I disable schema for a specific block?

Yes. Use schema="false" in the shortcode.

Can I disable the default CSS?

Yes. Go to FAQ Schema Settings and disable default plugin styles.

Does it work with Elementor, Gutenberg, or the Classic Editor?

Yes. The plugin uses a shortcode, so it works anywhere WordPress shortcodes are supported.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Faqora FAQ Schema Blocks” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

1.0.4

  • Replaced all declarations, stored data keys, WordPress handles, and shortcode names with the unique faqora_ prefix.
  • Updated the contributor username to proficrmua.
  • Unified the generated and registered shortcode as [faqora_faq_schema_block].

1.0.2

  • Plugin Check compatibility improvements.

1.0.1

  • Added automatic frontend H2 output from the FAQ block title.

1.0.0

  • Initial release.