Skip to content

Instantly share code, notes, and snippets.

@patrickcoombe
Created April 20, 2019 21:06
Show Gist options
  • Select an option

  • Save patrickcoombe/c2ede8eed349941501648c81c41e206a to your computer and use it in GitHub Desktop.

Select an option

Save patrickcoombe/c2ede8eed349941501648c81c41e206a to your computer and use it in GitHub Desktop.
JSON-LD for Course
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Course",
"name": "Learn the Basics of SEO and JSON-LD 101",
"description": "Introductory SEO course for Everyone.",
"provider": {
"@type": "Organization",
"name": "Elite Strategies, LLC",
"sameAs": "http://www.example.com"
}
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment