Skip to content

Commit a356248

Browse files
committed
- add SEO meta tags, add screenshot and add tool to tools.json
1 parent ab8b429 commit a356248

File tree

4 files changed

+33
-0
lines changed

4 files changed

+33
-0
lines changed

data/tools.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1318,5 +1318,16 @@
13181318
"aiPowered": false,
13191319
"featured": false,
13201320
"date": "2025-04-21"
1321+
},
1322+
{
1323+
"id": "character_map_explorer",
1324+
"title": "Character Map Explorer",
1325+
"description": "Explore, search and copy Unicode characters with this interactive character map tool. Features include code point lookup, HTML entities, keyboard navigation, favorites, and easy copying for developers and designers.",
1326+
"url": "tools/character_map_explorer.html",
1327+
"screenshot": "screenshots/screenshot_173.png",
1328+
"type": "tool",
1329+
"aiPowered": false,
1330+
"featured": false,
1331+
"date": "2025-04-22"
13211332
}
13221333
]

screenshots/screenshot_173.png

22 KB
Loading

sidebar.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ <h2>Tools by ChatGPT</h2>
258258
<li><a href="/tools/uuid_generator.html">UUID Generator | Create and Export UUIDs</a></li>
259259
<li><a href="/games/asteroids_3d.html">3D Asteroids</a></li>
260260
<li><a href="/tools/zalgo_text_generator.html">Zalgo Text Generator</a></li>
261+
<li><a href="/tools/character_map_explorer.html">Character Map Explorer</a></li>
261262
<!-- end -->
262263
</ul>
263264
</div>

tools/character_map_explorer.html

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,27 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width,initial-scale=1.0">
66
<title>Character Map Explorer</title>
7+
<meta name="title" content="Character Map Explorer | Unicode Character Tool">
8+
<meta name="description" content="Explore, search and copy Unicode characters with this interactive character map tool. Features include code point lookup, HTML entities, keyboard navigation, favorites, and easy copying for developers and designers.">
9+
<meta name="keywords" content="unicode, character map, special characters, HTML entities, unicode lookup, character codes, symbols, web development tools, code point">
10+
<meta name="author" content="Claude 3.7 Sonnet prompted by Tobias Müller">
11+
<meta name="robots" content="index, follow">
12+
<link rel="canonical" href="https://www.gptgames.dev/tools/character_map_explorer.html">
13+
<meta property="og:type" content="website">
14+
<meta property="og:url" content="https://www.gptgames.dev/tools/character_map_explorer.html">
15+
<meta property="og:title" content="Character Map Explorer | Interactive Unicode Tool">
16+
<meta property="og:description" content="Browse, search and copy Unicode characters easily. Find HTML entities, JavaScript escapes, and more with this interactive character map tool.">
17+
<meta property="og:image" content="https://www.gptgames.dev/screenshots/screenshot_173.png">
18+
<meta property="og:site_name" content="GPT Games">
19+
<meta property="twitter:card" content="summary_large_image">
20+
<meta property="twitter:url" content="https://www.gptgames.dev/tools/character_map_explorer.html">
21+
<meta property="twitter:title" content="Character Map Explorer | Unicode Browser Tool">
22+
<meta property="twitter:description" content="Explore Unicode characters effortlessly. Search by name, code point, or symbol. Perfect for developers, designers, and content creators.">
23+
<meta property="twitter:image" content="https://www.gptgames.dev/screenshots/screenshot_173.png">
24+
<meta property="twitter:creator" content="@gptgames_dev">
25+
<meta name="application-name" content="Character Map Explorer">
26+
<meta name="theme-color" content="#5b6cf9">
27+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
728
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/cdn.min.js" defer></script>
829
<script src="https://cdn.tailwindcss.com"></script>
930
<link rel="stylesheet"

0 commit comments

Comments
 (0)