Download the PHP package georgringer/schema-org-generator without Composer
On this page you can find all versions of the php package georgringer/schema-org-generator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download georgringer/schema-org-generator
More information about georgringer/schema-org-generator
Files in georgringer/schema-org-generator
Download georgringer/schema-org-generator
More information about georgringer/schema-org-generator
Files in georgringer/schema-org-generator
Vendor georgringer
Package schema-org-generator
Short Description Generate json-ld based on schema org
License GPL-2.0-or-later
Package schema-org-generator
Short Description Generate json-ld based on schema org
License GPL-2.0-or-later
Please rate this library. Is it a good library?
Informations about the package schema-org-generator
TYPO3 Extension schema_org_generator
This extensions generates json-ld from models and is currently just a PoC.
Installation
- Do
composer require spatie/schema-org
- Install this extension
Requirements
- TYPO3 10,11,12
- PHP 7.2+
Usage
Basic usage
In your site template you can write:
This will output
As type you can use any type available at https://github.com/spatie/schema-org/tree/master/src
Map models to json+ld
Currently only tt_address
is supported. Add this snippet to your ListItem.html
:
Currently it will only output the property email
.
This will output
All versions of schema-org-generator with dependencies
PHP Build Version
Package Version
The package georgringer/schema-org-generator contains the following files
Loading the files please wait ....