ember-fastboot / ember-fastboot/ember-cli-head
Can I use this to inject JSONLD into the header?
Open
- Dominant language
- JavaScript
- Stars
- 97
- Forks
- 35
- Avg merge
- 3h 3m
- Merged PRs (30d)
- 6
Description
I'm looking for a way to inject something like the below into the header on a specific route. This addon seems like it might do the trick but I'm not sure how to make it work.
```
{
"@context": "http://schema.org",
"@type": "Dataset",
"name": {{name}},
"description": {{description}},
"url": {{url}},
"keyworlds": {{tags}},
"creator": {
"@type": "Person",
"name": {{owner}}
},
"spatialCoverage": {
"@type": "Place",
"geo": {
"@type": "GeoShape",
"box:": {{coordinates}}
}
},
"license": {
"url": {{structuredLicense.url}}
}
}
```
Contributor guide
Assessment
This issue has not been assessed yet.