pmvc-plugin / jsonld
PMVC JSON-LD generator
Installs: 350
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/pmvc-plugin/jsonld
Requires
Requires (Dev)
This package is auto-updated.
Last update: 2025-09-16 01:02:49 UTC
README
jsonld
Introduction to Structured Data by google
https://developers.google.com/search/docs/guides/intro-structured-data
Test
- https://developers.google.com/search/docs/guides/prototype
- https://search.google.com/structured-data/testing-tool
Install with Composer
1. Download composer
- mkdir test_folder
- curl -sS https://getcomposer.org/installer | php
2. Install by composer.json or use command-line directly
2.1 Install by composer.json
- vim composer.json
{
"require": {
"pmvc-plugin/jsonld": "dev-master"
}
}
- php composer.phar install
2.2 Or use composer command-line
- php composer.phar require pmvc-plugin/jsonld