WP Manifestindependent plugin directory
manifest / seo / faq-block-with-schema

FAQ Block with Schema

WordPress Gutenberg block for question with expandable answer

by Pixel Studio ID · github.com/hrsetyono/faq-block-with-schema · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/hrsetyono/faq-block-with-schema/archive/refs/heads/main.zip

Readme

FAQ Block with JSON Schema

This plugin adds a Gutenberg block to create a Question that reveals the answer when clicked.

It also generates a JSON Schema so it's readable by Google.

Features:

  1. SEO Friendly - Automatically generates JSON Schema so it can be displayed in search result.
  2. Lightweight - No JavaScript, only CSS.
  3. Modern - Using the new <details> HTML tag.
  4. Beautiful - Great design with 3 other variations.
  5. Accessible - Can be navigated with tab button.

Read the full README on GitHub →