@bkwld/json-ld-formatters
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "@bkwld/json-ld-formatters", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "A library of helper functions for creating common JSON LD schemas", | ||
@@ -5,0 +5,0 @@ "main": "index.coffee", |
@@ -30,5 +30,5 @@ # json-ld-formatters | ||
...@buildHead | ||
title: @page.title | ||
title: @page.marqueeTitle | ||
script: [ makeJsonLdArticleTag | ||
title: @page.title | ||
title: @page.marqueeTitle | ||
image: @page.image | ||
@@ -53,5 +53,5 @@ publishedAt: new Date @page.dateCreated | ||
- [article](./formatters/article.coffee) | ||
- [organization](./formatters/organization.coffee) | ||
- [product](./formatters/product.coffee) | ||
- [search](./formatters/search.coffee) | ||
- [article](./formatters/article.coffee) - `makeJsonLdArticleTag` | ||
- [organization](./formatters/organization.coffee) - `makeJsonLdOrganizationTag` | ||
- [product](./formatters/product.coffee) `makeJsonLdProductTag` | ||
- [search](./formatters/search.coffee) - `makeJsonLdSearchTag` |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6358