|
4 | 4 | <meta charset="UTF-8" /> |
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
6 | 6 | <!-- Basic Index --> |
7 | | - <title>Secure Encrypted Notes</title> |
8 | | - <meta name="description" content="A secure notes app that puts privacy first. Your thoughts are encrypted on your device before they reach our servers." /> |
| 7 | + <title>Secure Encrypted Notes - Typelets | iOS, Android & Web | Zero-Knowledge AES-256</title> |
| 8 | + <meta name="description" content="Secure encrypted notes with zero-knowledge privacy and integrated code execution for developers. Available on iOS, Android, and Web." /> |
9 | 9 | <meta name="keywords" content="encrypted notes, secure notes app, privacy, end-to-end encryption, note taking, markdown editor, offline notes, AES-256 encryption, zero-knowledge, private notes" /> |
10 | 10 | <meta name="author" content="Typelets" /> |
11 | 11 | <meta name="application-name" content="Typelets" /> |
|
21 | 21 | <meta name="apple-mobile-web-app-title" content="Typelets" /> |
22 | 22 | <!-- Open Graph --> |
23 | 23 | <meta property="og:type" content="website" /> |
24 | | - <meta property="og:title" content="Typelets - Encrypted Notes, Simplified" /> |
25 | | - <meta property="og:description" content="A secure notes app that puts privacy first. Your thoughts are encrypted on your device before they reach our servers." /> |
| 24 | + <meta property="og:title" content="Secure Encrypted Notes - Typelets | Zero-Knowledge AES-256" /> |
| 25 | + <meta property="og:description" content="Secure encrypted notes with zero-knowledge privacy and integrated code execution for developers. Available on iOS, Android, and Web." /> |
26 | 26 | <meta property="og:url" content="https://app.typelets.com" /> |
27 | 27 | <meta property="og:image" content="https://app.typelets.com/og-image.jpg" /> |
28 | 28 | <meta property="og:site_name" content="Typelets" /> |
29 | 29 | <meta property="og:locale" content="en_US" /> |
30 | 30 | <!-- Twitter Card --> |
31 | 31 | <meta name="twitter:card" content="summary_large_image" /> |
32 | | - <meta name="twitter:title" content="Typelets - Encrypted Notes, Simplified" /> |
33 | | - <meta name="twitter:description" content="A secure notes app that puts privacy first. Your thoughts are encrypted on your device before they reach our servers." /> |
| 32 | + <meta name="twitter:title" content="Secure Encrypted Notes - Typelets | Zero-Knowledge AES-256" /> |
| 33 | + <meta name="twitter:description" content="Secure encrypted notes with zero-knowledge privacy and integrated code execution for developers. Available on iOS, Android, and Web." /> |
34 | 34 | <meta name="twitter:image" content="https://app.typelets.com/og-image.jpg" /> |
35 | 35 | <meta name="twitter:site" content="@typelets" /> |
36 | 36 | <meta name="twitter:creator" content="@typelets" /> |
|
95 | 95 | } |
96 | 96 | })(); |
97 | 97 | </script> |
| 98 | + <!-- Structured Data for SEO --> |
| 99 | + <script type="application/ld+json"> |
| 100 | + { |
| 101 | + "@context": "https://schema.org", |
| 102 | + "@type": "WebSite", |
| 103 | + "name": "Typelets", |
| 104 | + "url": "https://app.typelets.com", |
| 105 | + "potentialAction": { |
| 106 | + "@type": "SearchAction", |
| 107 | + "target": "https://app.typelets.com/?q={search_term_string}", |
| 108 | + "query-input": "required name=search_term_string" |
| 109 | + } |
| 110 | + } |
| 111 | + </script> |
| 112 | + <script type="application/ld+json"> |
| 113 | + { |
| 114 | + "@context": "https://schema.org", |
| 115 | + "@type": "SoftwareApplication", |
| 116 | + "name": "Typelets", |
| 117 | + "description": "Secure encrypted notes app with zero-knowledge AES-256 encryption and live code execution for 15+ programming languages", |
| 118 | + "operatingSystem": ["Web", "iOS", "Android"], |
| 119 | + "applicationCategory": ["ProductivityApplication", "DeveloperApplication"], |
| 120 | + "offers": { |
| 121 | + "@type": "Offer", |
| 122 | + "price": "0", |
| 123 | + "priceCurrency": "USD" |
| 124 | + }, |
| 125 | + "downloadUrl": [ |
| 126 | + "https://apps.apple.com/app/typelets/id6740360262", |
| 127 | + "https://play.google.com/store/apps/details?id=com.batalabs.typelets", |
| 128 | + "https://app.typelets.com" |
| 129 | + ], |
| 130 | + "aggregateRating": { |
| 131 | + "@type": "AggregateRating", |
| 132 | + "ratingValue": "4.8", |
| 133 | + "ratingCount": "150" |
| 134 | + } |
| 135 | + } |
| 136 | + </script> |
| 137 | + <script type="application/ld+json"> |
| 138 | + { |
| 139 | + "@context": "https://schema.org", |
| 140 | + "@type": "Organization", |
| 141 | + "name": "Bata Labs, LLC", |
| 142 | + "url": "https://typelets.com", |
| 143 | + "logo": "https://typelets.com/assets/images/logo/logo.png", |
| 144 | + "contactPoint": { |
| 145 | + "@type": "ContactPoint", |
| 146 | + "email": "typelets@typelets.com", |
| 147 | + "contactType": "Customer Support" |
| 148 | + }, |
| 149 | + "sameAs": [ |
| 150 | + "https://github.com/typelets", |
| 151 | + "https://x.com/typelets" |
| 152 | + ] |
| 153 | + } |
| 154 | + </script> |
98 | 155 | </head> |
99 | 156 | <body> |
100 | 157 | <div id="root"></div> |
|
0 commit comments