Skip to content

Commit 3b40d80

Browse files
author
Guillermo Villar
committed
SEO changes
1 parent d34e6be commit 3b40d80

File tree

1 file changed

+58
-7
lines changed

1 file changed

+58
-7
lines changed

docs/index.html

Lines changed: 58 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<!-- Primary Meta Tags -->
88
<title>NoteDiscovery - Your Self-Hosted Knowledge Base</title>
99
<meta name="title" content="NoteDiscovery - Your Self-Hosted Knowledge Base">
10-
<meta name="description" content="A lightweight, privacy-focused note-taking application. Self-hosted, free, and open source. Write, organize, and discover your notes with markdown support.">
11-
<meta name="keywords" content="note taking, markdown editor, self-hosted, knowledge base, open source, privacy, notes app, docker, second brain, obsidian alternative">
10+
<meta name="description" content="A lightweight, privacy-focused Markdown note-taking application with LaTeX math, Mermaid diagrams, and code highlighting. Self-hosted, free, and open source.">
11+
<meta name="keywords" content="note taking, markdown editor, self-hosted, knowledge base, open source, privacy, notes app, docker, second brain, obsidian alternative, notion, evernote, onenote, latex, mermaid, diagrams, math equations">
1212
<meta name="author" content="Gamosoft">
1313
<meta name="robots" content="index, follow">
1414
<link rel="canonical" href="https://www.notediscovery.com">
@@ -17,7 +17,7 @@
1717
<meta property="og:type" content="website">
1818
<meta property="og:url" content="https://www.notediscovery.com">
1919
<meta property="og:title" content="NoteDiscovery - Your Self-Hosted Knowledge Base">
20-
<meta property="og:description" content="A lightweight, privacy-focused note-taking application. Self-hosted, free, and open source.">
20+
<meta property="og:description" content="A lightweight, privacy-focused Markdown note-taking application with LaTeX math, Mermaid diagrams, and code highlighting. Self-hosted, free, and open source.">
2121
<meta property="og:image" content="https://www.notediscovery.com/og-image.png">
2222
<meta property="og:image:width" content="1200">
2323
<meta property="og:image:height" content="630">
@@ -28,7 +28,7 @@
2828
<meta name="twitter:site" content="@gamosoft">
2929
<meta name="twitter:creator" content="@gamosoft">
3030
<meta name="twitter:title" content="NoteDiscovery - Your Self-Hosted Knowledge Base">
31-
<meta name="twitter:description" content="A lightweight, privacy-focused note-taking application. Self-hosted, free, and open source.">
31+
<meta name="twitter:description" content="A lightweight, privacy-focused note-taking application with LaTeX math, Mermaid diagrams, and code highlighting. Self-hosted, free, and open source.">
3232
<meta name="twitter:image" content="https://www.notediscovery.com/og-image.png">
3333
<meta name="twitter:image:alt" content="NoteDiscovery - Self-hosted note-taking application interface">
3434

@@ -509,7 +509,7 @@ <h1>NoteDiscovery</h1>
509509
<div class="hero">
510510
<div class="hero-content">
511511
<h2>Take Control of Your Notes</h2>
512-
<p>A lightweight, privacy-focused note-taking application that puts you in complete control of your knowledge base. Write, organize, and discover your notes with a beautiful, modern interface—all running on your own server.</p>
512+
<p>A lightweight, privacy-focused note-taking application with powerful features: LaTeX math equations, Mermaid diagrams, code highlighting, and more. Write, organize, and discover your notes with a beautiful, modern interface—all running on your own server.</p>
513513
<a href="https://github.com/gamosoft/NoteDiscovery" class="cta-button">Get Started on GitHub →</a>
514514
</div>
515515
</div>
@@ -550,6 +550,24 @@ <h3>Lightning Fast</h3>
550550
<p>Instant search and navigation. Works offline, always responsive.</p>
551551
</div>
552552

553+
<div class="feature">
554+
<div class="feature-icon">🧮</div>
555+
<h3>LaTeX Math</h3>
556+
<p>Beautiful equation rendering with MathJax. Perfect for scientific notes.</p>
557+
</div>
558+
559+
<div class="feature">
560+
<div class="feature-icon">📊</div>
561+
<h3>Diagrams</h3>
562+
<p>Create flowcharts, mind maps, and diagrams with Mermaid syntax.</p>
563+
</div>
564+
565+
<div class="feature">
566+
<div class="feature-icon">💻</div>
567+
<h3>Code Highlighting</h3>
568+
<p>Syntax highlighting for popular coding languages. Developer-friendly notes.</p>
569+
</div>
570+
553571
<div class="feature">
554572
<div class="feature-icon">📂</div>
555573
<h3>Simple Storage</h3>
@@ -559,7 +577,7 @@ <h3>Simple Storage</h3>
559577
<div class="feature">
560578
<div class="feature-icon">🎨</div>
561579
<h3>Beautiful Themes</h3>
562-
<p>Multiple built-in themes with full customization support.</p>
580+
<p>8 built-in themes with dark/light modes and full customization.</p>
563581
</div>
564582

565583
<div class="feature">
@@ -619,6 +637,38 @@ <h2>Why Choose NoteDiscovery?</h2>
619637
You own your data
620638
</div>
621639
</div>
640+
641+
<div class="benefit-item">
642+
<span class="emoji">🔗</span>
643+
<div class="text">
644+
<strong>Wiki Links</strong>
645+
Connect notes with internal links
646+
</div>
647+
</div>
648+
649+
<div class="benefit-item">
650+
<span class="emoji">📄</span>
651+
<div class="text">
652+
<strong>HTML Export</strong>
653+
Share standalone HTML files
654+
</div>
655+
</div>
656+
657+
<div class="benefit-item">
658+
<span class="emoji">⌨️</span>
659+
<div class="text">
660+
<strong>Keyboard Shortcuts</strong>
661+
Navigate and create with speed
662+
</div>
663+
</div>
664+
665+
<div class="benefit-item">
666+
<span class="emoji">🔐</span>
667+
<div class="text">
668+
<strong>Optional Auth</strong>
669+
Password protection when needed
670+
</div>
671+
</div>
622672
</div>
623673
</div>
624674

@@ -671,10 +721,11 @@ <h2>Ready to Get Started?</h2>
671721
"@context": "https://schema.org",
672722
"@type": "SoftwareApplication",
673723
"name": "NoteDiscovery",
674-
"description": "A lightweight, privacy-focused note-taking application. Self-hosted, free, and open source.",
724+
"description": "A lightweight, Obsidian and Evernote alternative, privacy-focused Markdown note-taking application with LaTeX math, Mermaid diagrams, and code highlighting. Self-hosted, free, and open source.",
675725
"url": "https://www.notediscovery.com",
676726
"applicationCategory": "ProductivityApplication",
677727
"operatingSystem": "Linux, Windows, macOS",
728+
"featureList": "Markdown editor, LaTeX math equations, Mermaid diagrams, Code syntax highlighting, Dark mode, Plugin system, Internal wiki links, HTML export, Full-text search, Self-hosted, Obsidian, Evernote, Notion, Onenote, Second brain",
678729
"offers": {
679730
"@type": "Offer",
680731
"price": "0",

0 commit comments

Comments
 (0)