Skip to content

Commit 7218e5e

Browse files
committed
Update Meta Tags and Update Dropdown
1 parent 0326f18 commit 7218e5e

File tree

2 files changed

+24
-4
lines changed

2 files changed

+24
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Perfect for developers, admins, and support teams troubleshooting MeshCentral se
99
## 🌐 Live Demo
1010

1111
Access the online tool here:
12-
👉 **[https://melo-professional.github.io/MeshCentral-config-sanitizer/](https://melo-professional.github.io/MeshCentral-config-sanitizer/)**
12+
👉 **[https://sanitizer.meshcentraltools.com/](https://sanitizer.meshcentraltools.com/)**
1313

1414
## ⚙️ Features
1515

index.html

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,25 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>MeshCentral Config Sanitizer</title>
7+
<meta name="description" content="Clean and sanitize your MeshCentral configuration files safely with the Config Sanitizer. Automatically remove sensitive data before sharing configs or submitti" />
8+
9+
<!-- Google / Search Engine Tags -->
10+
<meta itemprop="name" content="MeshCentral Config Sanitizer" />
11+
<meta itemprop="description" content="Clean and sanitize your MeshCentral configuration files safely with the Config Sanitizer. Automatically remove sensitive data before sharing configs or submitti" />
12+
<meta itemprop="image" content="https://meshcentraltools.com/images/meshCentralBanner.png" />
13+
14+
<!-- Facebook Meta Tags -->
15+
<meta property="og:url" content="https://sanitizer.meshcentraltools.com/" />
16+
<meta property="og:type" content="website" />
17+
<meta property="og:title" content="MeshCentral Config Sanitizer" />
18+
<meta property="og:description" content="Clean and sanitize your MeshCentral configuration files safely with the Config Sanitizer. Automatically remove sensitive data before sharing configs or submitti" />
19+
<meta property="og:image" content="https://meshcentraltools.com/images/meshCentralBanner.png" />
20+
21+
<!-- Twitter Meta Tags -->
22+
<meta name="twitter:card" content="summary_large_image" />
23+
<meta name="twitter:title" content="MeshCentral Config Sanitizer" />
24+
<meta name="twitter:description" content="Clean and sanitize your MeshCentral configuration files safely with the Config Sanitizer. Automatically remove sensitive data before sharing configs or submitti" />
25+
<meta name="twitter:image" content="https://meshcentraltools.com/images/meshCentralBanner.png" />
726
<style>
827
* {
928
box-sizing: border-box;
@@ -76,6 +95,7 @@
7695
display: flex;
7796
align-items: center;
7897
gap: 8px;
98+
cursor: pointer;
7999
}
80100
.profile-name {
81101
color: #ddd;
@@ -253,12 +273,12 @@
253273
<button id="copyBtn" title="Copy the current content to clipboard" onclick="copyToClipboard();">Copy</button>
254274
</div>
255275
<div class="header-right">
256-
<div class="profile-dropdown">
276+
<div onclick="toggleDropdown()" class="profile-dropdown">
257277
<img src="https://avatars.githubusercontent.com/u/106290334" alt="Logo" class="logo">
258-
<span class="profile-name" onclick="toggleDropdown()">Melo</span>
278+
<span class="profile-name">Melo</span>
259279
<div class="dropdown-menu" id="dropdown-menu">
260280
<a href="https://github.com/Melo-Professional/" target="_blank">My GitHub</a>
261-
<a href="https://melo-professional.github.io/MeshCentral-config-generator/" target="_blank">Config Generator</a>
281+
<a href="https://config.meshcentraltools.com/" target="_blank">Config Generator</a>
262282
</div>
263283
</div>
264284
</div>

0 commit comments

Comments
 (0)