Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thaddeusjiang/jsonld-helpers

out-of-box helper collection for JSON-LD (Structured Data) to improve SEO
https://github.com/thaddeusjiang/jsonld-helpers

json-ld seo structured-data

Last synced: 22 days ago
JSON representation

out-of-box helper collection for JSON-LD (Structured Data) to improve SEO

Awesome Lists containing this project

README

        

Welcome to jsonld-helpers 👋




Version



License: MIT

> out-of-box helper collection for JSON-LD (Structure Data) for improve SEO.

## Prerequisites

- node >=10

## Install

```sh
yarn add jsonld-helpers
```

## Usage
1. generate your JSON-LD
```js
import { generateXXX } from 'jsonld-helpers'

const jsonld = generateXXX(...)
```
2. append to your html head, see your web framework (if you use nuxtjs/vuejs, here is a [example](#TODO)).
```html

...

{
// JSON-LD Object
}

```

## Dev

```sh
yarn start
```

## Run tests

```sh
yarn test
```

## Author

👤 **TJ**

## Show your support

Give a ⭐️ if this project helped you!

***
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_