Skip to content

Instantly share code, notes, and snippets.

@inetbiz
Created March 28, 2019 18:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save inetbiz/9079f1d730cc30dce73583e9b4f82d33 to your computer and use it in GitHub Desktop.
Save inetbiz/9079f1d730cc30dce73583e9b4f82d33 to your computer and use it in GitHub Desktop.
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "CollectionPage",
"name": "Page Title",
"url": "URL of Page",
"description": "Meta Description",
"mainEntity": {
"@type": "ItemList",
"itemListElement": [
{
"@type": "PerformanceRole",
"characterName": "Character Name",
"mainEntityofPage": "URL of Character Page"
},
{
"@type": "PerformanceRole",
"name": "Character Name",
"mainEntityofPage": "URL of Character Page"
},
{
"@type": "PerformanceRole",
"name": "Character Name",
"mainEntityofPage": "URL of Character Page"
}
]
}
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment