An open API service indexing awesome lists of open source software.

https://github.com/pmvc-plugin/jsonld


https://github.com/pmvc-plugin/jsonld

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

[![Latest Stable Version](https://poser.pugx.org/pmvc-plugin/jsonld/v/stable)](https://packagist.org/packages/pmvc-plugin/jsonld)
[![Latest Unstable Version](https://poser.pugx.org/pmvc-plugin/jsonld/v/unstable)](https://packagist.org/packages/pmvc-plugin/jsonld)
[![Build Status](https://travis-ci.org/pmvc-plugin/jsonld.svg?branch=master)](https://travis-ci.org/pmvc-plugin/jsonld)
[![License](https://poser.pugx.org/pmvc-plugin/jsonld/license)](https://packagist.org/packages/pmvc-plugin/jsonld)
[![Total Downloads](https://poser.pugx.org/pmvc-plugin/jsonld/downloads)](https://packagist.org/packages/pmvc-plugin/jsonld)

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