WP Manifestindependent plugin directory
manifest / seo / schema-rich-snippets

Schema Rich Snippets

schema-rich-snippets

by Byot · github.com/byot3711/schema-rich-snippets · website

1stars
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/byot3711/schema-rich-snippets/archive/refs/heads/main.zip

Readme

Schema Rich Snippets

WordPress plugin that adds clean JSON-LD structured data so your content can earn rich results in search engines.

Author: Byot
Version: 1.0.0
Requires: WordPress 6.0+, PHP 7.4+
License: GPL-2.0-or-later

Features

  • Article schema — headline, author, publisher, image, publish/modify dates
  • BreadcrumbList schema — automatic from your site hierarchy
  • FAQPage schema — repeater meta box on posts and pages
  • Organization settings (name, logo) with theme-logo fallback
  • Lightweight, namespaced, fully translatable
  • Extensible via srs_schema_graphs and srs_faq_post_types filters

Installation

  1. Download or clone this repository into wp-content/plugins/schema-rich-snippets
  2. Activate Schema Rich Snippets from the Plugins screen
  3. Configure under Schema Snippets in the admin menu
  4. Add FAQs from the FAQ Schema box on any post or page

Validate

After activating, view a single post source for application/ld+json, or use:

Structure

schema-rich-snippets/
├── schema-rich-snippets.php   # bootstrap
├── uninstall.php
├── readme.txt                 # WordPress.org format
├── includes/                  # core classes
├── admin/                     # settings + FAQ meta box
├── assets/                    # admin CSS/JS
└── languages/                 # i18n

Changelog

1.0.0

  • Initial release

Read the full README on GitHub →