WP Manifestindependent plugin directory
manifest / seo / accordion-json-ld

Accordion JSON-LD

Generates FAQPage JSON-LD from the core Accordion block and outputs it in wp_head.

by Koji Kuno · github.com/olein-jp/accordion-json-ld

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/olein-jp/accordion-json-ld/archive/refs/heads/main.zip

Generates FAQPage JSON-LD from the core Accordion block and outputs it in wp_head.

Description

When you use the Accordion block as an FAQ, this plugin automatically generates FAQPage JSON-LD. It outputs JSON-LD only when the “Output structured data (JSON-LD)” toggle in the block inspector is enabled.

Installation

  1. Upload and activate the plugin.
  2. Insert the core Accordion block in a post.
  3. Turn on JSON-LD output from the Accordion block inspector.

Frequently Asked Questions

JSON-LD is not output

Please check the following:

  • The page is a singular view.
  • The Accordion block toggle is enabled.
  • The theme calls wp_head().

Changelog

0.3.0

  • Maintenance release.

0.2.0

  • Translate readme.txt

0.1.0

  • Initial release

Upgrade Notice

0.3.0

  • Maintenance release.

0.2.0

  • Add JSON-LD toggle in the block inspector.
  • Add GitHub updater and release workflow.

0.1.0

  • Initial release