Created
April 20, 2019 21:06
-
-
Save patrickcoombe/c2ede8eed349941501648c81c41e206a to your computer and use it in GitHub Desktop.
JSON-LD for Course
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": "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