forked from manuelernestog/weektodo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathweektodo-schemaorg.jsonld
33 lines (33 loc) · 1.43 KB
/
weektodo-schemaorg.jsonld
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "WeekToDo | Free Minimalist Weekly Planner App",
"description": "WeekToDo is a free minimalist weekly planner app focused on privacy. Schedule your tasks and projects with to do lists and a calendar. Available for Windows, Mac, Linux or online."
"operatingSystem": "Windows, Linux, macOS",
"applicationCategory": "UtilitiesApplication, BusinessApplication",
"applicationSubCategory": "Productivity",
"fileSize": "80MB",
"screenshot": "https://weektodo.me/assets/images/screenshot-from-2021-04-01-00-19-42-1-1206x580.png",
"author": "Manuel Ernesto Garcia",
"keywords": "Minimalist Weekly Planner, Personal planner, Weekly todo list, to do list app",
"license": "MIT",
"thumbnailUrl": "https://weektodo.me/assets/images/WeekToDo-logo-512x512.png",
"version": "1.4.0",
"image": "https://weektodo.me/assets/images/WeekToDo-logo-512x512.png",
"url" : "https://weektodo.me",
"offers": {
"@type": "Offer",
"price": "0",
"author": {
"@type": "Person",
"givenName": "Manuel Ernesto",
"familyName": "Garcia",
},
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.7",
"ratingCount": "18",
"author": "Softpedia"
}
}