Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH: Add RDFa, JSON-LD to HTML templates #57

Open
1 task
westurner opened this issue Mar 23, 2017 · 3 comments
Open
1 task

ENH: Add RDFa, JSON-LD to HTML templates #57

westurner opened this issue Mar 23, 2017 · 3 comments

Comments

@westurner
Copy link

westurner commented Mar 23, 2017

  • ENH: Add RDFa, JSON-LD to HTML templates

How to schema.org :

<script type="application/ld+json" id="jsonld">
{"@context": {"schema": "http://schema.org/"},
 "@id": "http://example.org/ns/1#thing1",
 "@type": ["schema:Thing",],
 "schema:name": "...",
 "schema:url": "http://example.org/ns/1#thing1", 
}
</script>

How to schema.org, opengraph, twitter cards:

@westurner
Copy link
Author

westurner commented Mar 23, 2017

@kimdhamilton
Copy link
Member

Excellent suggestion. We should do this for cert-web-component as well

@westurner
Copy link
Author

Excellent suggestion. We should do this for cert-web-component as well

blockchain-certificates/cert-web-component#4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants