.. include:: ../Includes.txt
.. _introduction:
============
Introduction
============
.. _what-it-does:
What does it do?
================
Structured data is essential for search engine optimisation nowadays. This
extension allows the easy integration of structured data based on the
`schema.org vocabulary `__ on a TYPO3 website. A good
introduction to the topic is provided by Google:
`Understand how structured data works `__.
The defined structured data is embedded on a web page in
`JSON-LD `__ markup and can be checked with Google's
`Structured Data Testing Tool `__.
There are also browser extensions available which ease the testing of the
markup, e.g.
`Structured Data Testing Tool `__
for Chrome.
For the differences between the versions have a look at the
`change log `__.
.. _limitations:
Current limitations
===================
For now, only accepted terms are available, the usage of
`pending types and properties `__ is not possible.
But if they are integrated into the core vocabulary, they are available within
the next update.
.. _release-management:
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.