Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/thaddeusjiang/jsonld-helpers
- Owner: ThaddeusJiang
- License: mit
- Created: 2020-10-21T07:27:35.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-10T14:08:55.000Z (about 4 years ago)
- Last Synced: 2024-10-05T06:21:13.970Z (about 1 month ago)
- Topics: json-ld, seo, structured-data
- Language: TypeScript
- Homepage:
- Size: 165 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Welcome to jsonld-helpers 👋
> 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)_