Introduction

What does it do?

This TYPO3 extension is an add-on to the schema extension. It provides additional schema.org pending terms: https://schema.org/docs/pending.home.html.

Note

The pending section is a staging area for work-in-progress terms which have yet to be accepted into the core vocabulary. Pending terms are subject to change and should be used with caution. An alternative to use this extension is to add the needed terms to the vocabulary by your own: Extend the vocabulary. This way you have the types and properties under your control.

For more information about the schema extension have a look into the documentation.

Tip

There is a Slack channel #ext-schema on typo3.slack.com for questions, suggestions, feedback, etc.

The schema.org vocabulary

The schema.org vocabulary is evolving, approx. every 2-3 months a new version is released. The TYPO3 extensions are updated when changes are made to the according vocabulary. The classes for the type models and view helpers are generated by the schema-generator library.

Release management

This extension uses semantic versioning which basically means for you, that

  • Bugfix updates (e.g. 1.0.0 => 1.0.1) just includes small bug fixes or security relevant stuff without breaking changes.
  • Minor updates (e.g. 1.0.0 => 1.1.0) includes new features and smaller tasks without breaking changes.
  • Major updates (e.g. 1.0.0 => 2.0.0) breaking changes which can be refactorings, features or bug fixes.