|
25 | 25 | property="og:description" |
26 | 26 | content="Take notes securely with TrustyNotes. End-to-end encrypted, Markdown editor, automatic cloud sync, and cross-platform accessibility." |
27 | 27 | /> |
28 | | - <meta property="og:url" content="https://trustynotes.app" /> |
29 | 28 | <meta |
30 | 29 | property="og:image" |
31 | 30 | content="https://raw.githubusercontent.com/toolworks-dev/trusty-notes/main/trusty-notes.png" |
|
44 | 43 | content="https://raw.githubusercontent.com/toolworks-dev/trusty-notes/main/trusty-notes.png" |
45 | 44 | /> |
46 | 45 |
|
47 | | - <!-- Canonical URL --> |
48 | | - <link rel="canonical" href="https://trustynotes.app" /> |
49 | | - |
50 | 46 | <!-- Privacy Policy Link --> |
51 | 47 | <link rel="privacy-policy" href="https://raw.githubusercontent.com/toolworks-dev/trusty-notes/refs/heads/main/PRIVACY.md" /> |
52 | 48 |
|
53 | | - <!-- Structured Data (Schema Markup) --> |
54 | | - <script type="application/ld+json"> |
55 | | - { |
56 | | - "@context": "https://schema.org", |
57 | | - "@type": "SoftwareApplication", |
58 | | - "name": "TrustyNotes", |
59 | | - "operatingSystem": "Cross-Platform", |
60 | | - "applicationCategory": "Utility", |
61 | | - "description": "TrustyNotes is a secure, open-source note-taking app featuring end-to-end encryption, Markdown editing, cloud synchronization, and cross-platform compatibility.", |
62 | | - "url": "https://trustynotes.app", |
63 | | - "screenshot": "https://raw.githubusercontent.com/toolworks-dev/trusty-notes/main/trusty-notes.png", |
64 | | - "offers": { |
65 | | - "@type": "Offer", |
66 | | - "price": "0.00", |
67 | | - "priceCurrency": "USD" |
68 | | - }, |
69 | | - "termsOfService": { |
70 | | - "@type": "DigitalDocument", |
71 | | - "name": "Privacy Policy", |
72 | | - "url": "https://raw.githubusercontent.com/toolworks-dev/trusty-notes/refs/heads/main/PRIVACY.md" |
73 | | - } |
74 | | - } |
75 | | - </script> |
76 | | - |
77 | | - <!-- Analytics --> |
78 | | - <script> |
79 | | - // Only load analytics in web mode, not in electron |
80 | | - if (!window.electron) { |
81 | | - const script = document.createElement('script'); |
82 | | - script.defer = true; |
83 | | - script.dataset.domain = "trustynotes.app"; |
84 | | - script.src = "https://plausible.toolworks.dev/js/script.js"; |
85 | | - document.head.appendChild(script); |
86 | | - } |
87 | | - </script> |
88 | | - |
89 | 49 | <!-- Main App Script --> |
90 | 50 | <script defer type="module" src="/src/main.tsx"></script> |
91 | 51 |
|
|
0 commit comments