JSLD — Json-LD Plugins
JSLD is a module that allows you to easily add JSON-LD structured data to your Drupal site. It provides a plugin system to organize and attach JSON-LD content based on specific entity types, bundles, view modes, or URL paths.
JSLD is simple API for add Json-LD support to your site by using Plugin system.
Module doesn't do nothing without you, it's just help you to organize your Json-LD data on site.
Entity Plugin
Entity plugins is attached for specific entity type and their bundle\view-mode combinations.
It's used when you need to add JSON-LD on pages where specific entity is presented.
/**
* @JsldEntity(
* id = "node_news",
* entity_type = "node",
* entity_limit = {"news|*"}
* )
*/
Path Plugin
Path plugins is attached for specific pages applies on URL paths.
It's used when you need to add JSON-LD on pages with specific paths.
/**
* @JsldPath(
* id = "organization",
* match_type = "listed",
* match_path = {"/about", "<front>", "/info", "/info/*"}
* )
*/
Depends on
Dependencies of the latest stable release
No dependencies recorded for this project.
Required by
Tracked projects that depend on this one
No tracked projects depend on this one yet.
Activity
Release Timeline
Releases
| Version | Type | Core | Notes | Release date | |
|---|---|---|---|---|---|
| 2.0.0-beta3 | Pre-release | 10–11 | Jul 31, 2025 | ||
| 2.0.0-beta2 | Pre-release | 10–11 | May 7, 2025 | ||
| 8.x-1.5 | Stable | 8–10 | May 7, 2025 | ||
| 2.0.0-beta1 | Pre-release | 10–11 | Jan 28, 2025 | ||
| 8.x-1.4 | Stable | 8–10 | Jan 28, 2025 |