Skip to content

Commit 52c4129

Browse files
committed
Add screenshot, downloadUrl to SoftwareApplication; BreadcrumbList on privacy page; og:image dimensions
1 parent 6951780 commit 52c4129

2 files changed

Lines changed: 33 additions & 0 deletions

File tree

index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
<meta property="og:title" content="KashCal - All Your Calendars on Android">
1818
<meta property="og:description" content="One calendar app for your whole family on Android. Sync iCloud, holidays, birthdays, and more. Private, offline-first, open source.">
1919
<meta property="og:image" content="https://kashcal.github.io/icon-192.png">
20+
<meta property="og:image:width" content="192">
21+
<meta property="og:image:height" content="192">
2022
<meta property="og:site_name" content="KashCal">
2123

2224
<!-- Twitter Card -->
@@ -39,6 +41,13 @@
3941
"price": "0",
4042
"priceCurrency": "USD"
4143
},
44+
"downloadUrl": "https://f-droid.org/en/packages/org.onekash.kashcal/",
45+
"screenshot": [
46+
"https://raw.githubusercontent.com/KashCal/KashCal/main/fastlane/metadata/android/en-US/images/phoneScreenshots/HomePage-with-AboutMe.png",
47+
"https://raw.githubusercontent.com/KashCal/KashCal/main/fastlane/metadata/android/en-US/images/phoneScreenshots/Navigation-to-different-month-year.png",
48+
"https://raw.githubusercontent.com/KashCal/KashCal/main/fastlane/metadata/android/en-US/images/phoneScreenshots/Apple-Calendar-Connect.png",
49+
"https://raw.githubusercontent.com/KashCal/KashCal/main/fastlane/metadata/android/en-US/images/phoneScreenshots/NewEvent.png"
50+
],
4251
"author": {
4352
"@type": "Organization",
4453
"name": "OneKash Labs",

privacy/index.html

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,37 @@
1515
<meta property="og:title" content="Privacy Policy - KashCal">
1616
<meta property="og:description" content="KashCal Privacy Policy. We do not collect any data.">
1717
<meta property="og:image" content="https://kashcal.github.io/icon-192.png">
18+
<meta property="og:image:width" content="192">
19+
<meta property="og:image:height" content="192">
1820

1921
<!-- Twitter Card -->
2022
<meta name="twitter:card" content="summary">
2123
<meta name="twitter:title" content="Privacy Policy - KashCal">
2224
<meta name="twitter:description" content="KashCal Privacy Policy. We do not collect any data.">
2325
<meta name="twitter:image" content="https://kashcal.github.io/icon-192.png">
2426

27+
<!-- Structured Data -->
28+
<script type="application/ld+json">
29+
{
30+
"@context": "https://schema.org",
31+
"@type": "BreadcrumbList",
32+
"itemListElement": [
33+
{
34+
"@type": "ListItem",
35+
"position": 1,
36+
"name": "KashCal",
37+
"item": "https://kashcal.github.io/"
38+
},
39+
{
40+
"@type": "ListItem",
41+
"position": 2,
42+
"name": "Privacy Policy",
43+
"item": "https://kashcal.github.io/privacy"
44+
}
45+
]
46+
}
47+
</script>
48+
2549
<link rel="icon" type="image/png" href="/favicon.png">
2650
<link rel="icon" type="image/png" sizes="192x192" href="/icon-192.png">
2751
<link rel="apple-touch-icon" href="/icon-192.png">

0 commit comments

Comments
 (0)