Last active
August 9, 2017 03:36
-
-
Save hustKiwi/5f9b2b78f60dcc6c8c984ba2e2a481c8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="application/ld+json"> | |
{ | |
"@context": "http://schema.org", | |
"@type": "Movie", | |
"name": "The Shawshank Redemption", | |
"director": { | |
"@type": "Person", | |
"name": "Frank Darabont", | |
"sameAs": "http://www.imdb.com/name/nm0001104/" | |
} | |
} | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment