Last active
November 10, 2021 16:02
-
-
Save pentago/1dc0a355b41512fc9c2a33f11bf42bde to your computer and use it in GitHub Desktop.
productive-webapp-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": "Productive", | |
"browserRequirements":"Recent versions of Chrome, Firefox or IE/Edge", | |
"operatingSystem": "All", | |
"applicationCategory": "Project Management Tools", | |
"featureList": "Create tasks, track time and manage projects.", | |
"creator": { | |
"@type": "Organization", | |
"name": "Productive" | |
} | |
} | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment