Skip to content

Commit a2808de

Browse files
committed
more cleanup
1 parent dffb3ef commit a2808de

File tree

3 files changed

+1
-59
lines changed

3 files changed

+1
-59
lines changed

index.html

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
property="og:description"
2626
content="Take notes securely with TrustyNotes. End-to-end encrypted, Markdown editor, automatic cloud sync, and cross-platform accessibility."
2727
/>
28-
<meta property="og:url" content="https://trustynotes.app" />
2928
<meta
3029
property="og:image"
3130
content="https://raw.githubusercontent.com/toolworks-dev/trusty-notes/main/trusty-notes.png"
@@ -44,48 +43,9 @@
4443
content="https://raw.githubusercontent.com/toolworks-dev/trusty-notes/main/trusty-notes.png"
4544
/>
4645

47-
<!-- Canonical URL -->
48-
<link rel="canonical" href="https://trustynotes.app" />
49-
5046
<!-- Privacy Policy Link -->
5147
<link rel="privacy-policy" href="https://raw.githubusercontent.com/toolworks-dev/trusty-notes/refs/heads/main/PRIVACY.md" />
5248

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-
8949
<!-- Main App Script -->
9050
<script defer type="module" src="/src/main.tsx"></script>
9151

public/robots.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,4 @@ Allow: /favicon-32x32.png
1414

1515
# Disallow API endpoints and sensitive routes
1616
Disallow: /api/
17-
Disallow: /sync/
18-
19-
# Sitemap
20-
Sitemap: https://trustynotes.app/sitemap.xml
17+
Disallow: /sync/

public/sitemap.xml

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)