|
2 | 2 | <html> |
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8" /> |
5 | | - <meta |
6 | | - name="description" |
7 | | - content="<%= productDescription %>" |
8 | | - /> |
9 | 5 | <meta |
10 | 6 | name="format-detection" |
11 | 7 | content="telephone=no" |
|
19 | 15 | content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width<% if (ctx.mode.cordova || ctx.mode.capacitor) { %>, viewport-fit=cover<% } %>" |
20 | 16 | /> |
21 | 17 |
|
| 18 | + <!-- Primary Meta Tags --> |
| 19 | + <meta |
| 20 | + name="description" |
| 21 | + content="DeepNotes is an open source, end-to-end encrypted visual note-taking app with bidirectional page navigation and live collaboration." |
| 22 | + /> |
| 23 | + <meta |
| 24 | + name="keywords" |
| 25 | + content="deepnotes, deep notes, note-taking, visual, spatial, end-to-end encrypted, collaborative, open source" |
| 26 | + /> |
| 27 | + <meta |
| 28 | + name="robots" |
| 29 | + content="index, follow" |
| 30 | + /> |
| 31 | + <meta |
| 32 | + http-equiv="Content-Type" |
| 33 | + content="text/html; charset=UTF-8" |
| 34 | + data-qmeta="equiv" |
| 35 | + /> |
| 36 | + <meta |
| 37 | + name="language" |
| 38 | + content="English" |
| 39 | + data-qmeta="language" |
| 40 | + /> |
| 41 | + |
| 42 | + <!-- Open Graph / Facebook --> |
| 43 | + <meta |
| 44 | + property="og:type" |
| 45 | + content="website" |
| 46 | + /> |
| 47 | + <meta |
| 48 | + property="og:url" |
| 49 | + content="https://deepnotes.app/" |
| 50 | + /> |
| 51 | + <meta |
| 52 | + property="og:title" |
| 53 | + content="DeepNotes - Dive into your note universe" |
| 54 | + /> |
| 55 | + <meta |
| 56 | + property="og:description" |
| 57 | + content="DeepNotes is an open source, end-to-end encrypted visual note-taking app with bidirectional page navigation and live collaboration." |
| 58 | + /> |
| 59 | + <meta |
| 60 | + property="og:image" |
| 61 | + content="/meta-image.png" |
| 62 | + /> |
| 63 | + |
| 64 | + <!-- Twitter --> |
| 65 | + <meta |
| 66 | + property="twitter:card" |
| 67 | + content="summary_large_image" |
| 68 | + /> |
| 69 | + <meta |
| 70 | + property="twitter:url" |
| 71 | + content="https://deepnotes.app/" |
| 72 | + /> |
| 73 | + <meta |
| 74 | + property="twitter:title" |
| 75 | + content="DeepNotes - Dive into your note universe" |
| 76 | + /> |
| 77 | + <meta |
| 78 | + property="twitter:description" |
| 79 | + content="DeepNotes is an open source, end-to-end encrypted visual note-taking app with bidirectional page navigation and live collaboration." |
| 80 | + /> |
| 81 | + <meta |
| 82 | + property="twitter:image" |
| 83 | + content="/meta-image.png" |
| 84 | + /> |
| 85 | + |
22 | 86 | <link |
23 | 87 | rel="icon" |
24 | 88 | type="image/png" |
|
0 commit comments