Skip to content

Instantly share code, notes, and snippets.

@danbri
Created September 5, 2016 17:52
Show Gist options
  • Save danbri/868cb89aeb797a0ff43955b9187f8b6b to your computer and use it in GitHub Desktop.
Save danbri/868cb89aeb797a0ff43955b9187f8b6b to your computer and use it in GitHub Desktop.
<script type="application/ld+json">
{
"@context": "http://schema.org/",
"@id": "http://example.com/my-term-data-base-entry-1",
"@type" : "Thing",
"inLanguage": "ja",
"name": "ページ",
"sameAs": "http://example.com/my-term-data-base-entry-2"
}
</script>
<script type="application/ld+json">
{
"@id": "http://example.com/my-term-data-base-entry-2",
"@type" : "Thing",
"name": "page",
"inLanguage": "en"
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment