ember-fastboot / ember-fastboot/ember-cli-head

Can I use this to inject JSONLD into the header?

Open
#12 2 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.