https://github.com/brainstormforce/json-ld-breadcrumbs
Adds JSON-LD based breadcrumb schema to your site visible only to the Search Engines.
https://github.com/brainstormforce/json-ld-breadcrumbs
breadcrumb-schema json-ld schema wordpress wordpress-plugin
Last synced: 5 months ago
JSON representation
Adds JSON-LD based breadcrumb schema to your site visible only to the Search Engines.
- Host: GitHub
- URL: https://github.com/brainstormforce/json-ld-breadcrumbs
- Owner: brainstormforce
- Created: 2017-04-22T18:00:46.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2026-01-19T12:29:20.000Z (5 months ago)
- Last Synced: 2026-01-19T19:24:28.041Z (5 months ago)
- Topics: breadcrumb-schema, json-ld, schema, wordpress, wordpress-plugin
- Language: PHP
- Homepage: https://wordpress.org/plugins/json-ld-breadcrumbs/
- Size: 205 KB
- Stars: 8
- Watchers: 10
- Forks: 5
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JSON-LD Breadcrumbs #
**Contributors:** [pratikchaskar](https://profiles.wordpress.org/pratikchaskar)
**Tags:** schema, json-ld, breadcrumb, google, schema.org, structured data, seo, microdata
**Requires at least:** 4.4
**Tested up to:** 6.9
**Stable tag:** 1.0.5
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
Adds JSON-LD based breadcrumb schema to your site visible only to the Search Engines such as Google.
## Description ##
Adds JSON-LD based breadcrumb schema to your site visible only to the Search Engines such as Google.
Credits - [SEO Yoast](https://github.com/Yoast/wordpress-seo/blob/trunk/frontend/class-breadcrumbs.php) for the base breadcrumbs class.
## Installation ##
1. Upload `plugin-name.php` to the `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress.
## Changelog ##
### 1.0.5 ###
* Fix: Updated Readme file.
### 1.0.4 ###
* Improvement: Added compatibility to WordPress 6.8
### 1.0.3 ###
* Improvement: Added compatibility to WordPress 6.1
### 1.0.2 ###
* Fix: Hardened the security.
### 1.0.1 ###
* Improvement - Updated code with the latest WordPress PHP_CodeSniffer rules.
* Improvement - Compatibility with WordPress 5.5.
### 1.0 ###
* Initial Release.