Last active
November 25, 2021 15:25
-
-
Save pentago/a89d316aedc6f84bc653d296a1ed8f21 to your computer and use it in GitHub Desktop.
Humango WebApplication markup
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":"WebApplication", | |
"name": "Humango", | |
"browserRequirements":"Recent versions of Chrome, Firefox or IE/Edge", | |
"operatingSystem": "All", | |
"applicationCategory": "Sport & Fitness", | |
"featureList": "Plan and track sports training sessions", | |
"creator": { | |
"@type": "Organization", | |
"name": "Humango" | |
} | |
} | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment