Skip to content

Commit

Permalink
Merge branch 'release/1.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
adrenth committed Dec 2, 2019
2 parents 8662e4b 782549a commit 8c5b3a8
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 1,16 @@
# VDLP SchemaOrg plugin

Provides the rendering of structured data.
Provides the rendering of structured data on your October CMS powered website.

## What is structured data?

Structured data is code in a specific format, written in such a way that search engines understand it. Search engines read the code and use it to display search results in a specific and much richer way. You can easily put this piece of code on your website.

There are all kinds of structured data. Structured data is always a code format. There’s structured data for books, for reviews, for movies, and for products in your online store, for instance. In all cases, structured data adds more details to your snippet in the search results.

Browse [Google’s Search Gallery](https://developers.google.com/search/docs/guides/search-gallery) to see which rich results are powered by structured data.

Source: [yoast.com](https://yoast.com/what-is-structured-data/)

## Requirements

Expand All @@ -9,8 19,14 @@ Provides the rendering of structured data.

## Installation

### Using composer (CLI)

`composer require vdlp/oc-schemaorg-plugin`

### Using the OC Plugin Manager (CLI)

`php artisan plugin:install Vdlp.SchemaOrg`

## Usage

To render structured data from a component you can listen to the `Vdlp\SchemaOrg\Classes\Events\FetchStructuredData`
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,8 1,8 @@
{
"name": "vdlp/oc-schemaorg-plugin",
"description": "Provides the rendering of structured data.",
"description": "Provides the rendering of structured data on your October CMS powered website.",
"type": "october-plugin",
"license": "proprietary",
"license": "GPL-2.0",
"authors": [
{
"name": "Van der Let & Partners",
Expand Down

0 comments on commit 8c5b3a8

Please sign in to comment.