Skip to content

Commit d91921a

Browse files
committed
- add favicon generator screenshot and add it to sitemap, sidebar and tools.json
1 parent c843909 commit d91921a

File tree

5 files changed

+48
-2
lines changed

5 files changed

+48
-2
lines changed

data/tools.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1285,5 +1285,16 @@
12851285
"aiPowered": false,
12861286
"featured": true,
12871287
"date": "2025-04-08"
1288+
},
1289+
{
1290+
"id": "favicon_generator",
1291+
"title": "Favicon Generator | Favicon Studio Pro",
1292+
"description": "Generate, create and customize favicons with a live preview and export them as PNG, ICO or SVG.",
1293+
"url": "tools/favicon_generator.html",
1294+
"screenshot": "screenshots/screenshot_169.png",
1295+
"type": "tool",
1296+
"aiPowered": false,
1297+
"featured": true,
1298+
"date": "2025-04-11"
12881299
}
12891300
]

screenshots/screenshot_169.png

24.1 KB
Loading

sidebar.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ <h2>Tools by ChatGPT</h2>
254254
<li><a href="/games/emoji_horde_survival.html">Emoji Horde Survival</a></li>
255255
<li><a href="/tools/color_blindness_simulator.html">Color Blindness Simulator</a></li>
256256
<li><a href="/tools/fractal_viewer_3d.html">3D Fractal Explorer</a></li>
257+
<li><a href="/tools/favicon_generator.html">Favicon Generator | Favicon Studio Pro</a></li>
257258
<!-- end -->
258259
</ul>
259260
</div>

sitemap.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,11 @@
380380
<lastmod>2024-01-12T23:00:00+00:00</lastmod>
381381
<priority>0.80</priority>
382382
</url>
383+
<url>
384+
<loc>https://www.gptgames.dev/tools/favicon_generator.html</loc>
385+
<lastmod>2025-04-10T22:00:00+00:00</lastmod>
386+
<priority>0.80</priority>
387+
</url>
383388
<url>
384389
<loc>https://www.gptgames.dev/tools/file_renamer.html</loc>
385390
<lastmod>2024-08-04T22:00:00+00:00</lastmod>

tools/favicon_generator.html

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,37 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8">
5-
<meta name="viewport" content="width=device-width,initial-scale=1">
6-
<title>Favicon Generator | Favicon Studio Pro</title>
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Favicon Studio Pro - Professional Favicon Generator Tool</title>
7+
<meta name="description" content="Create professional-grade favicons for any website or app with Favicon Studio Pro. Design, customize, and download favicons in multiple sizes and formats.">
8+
9+
<meta property="og:type" content="website">
10+
<meta property="og:url" content="https://www.gptgames.dev/tools/favicon_generator.html">
11+
<meta property="og:title" content="Favicon Studio Pro - Create Professional Favicons">
12+
<meta property="og:description" content="Design and generate custom favicons with advanced editing tools. Export in multiple sizes and formats for perfect website branding.">
13+
<meta property="og:image" content="https://www.gptgames.dev/screenshots/screenshot_169.png">
14+
15+
<meta name="twitter:card" content="summary_large_image">
16+
<meta name="twitter:url" content="https://www.gptgames.dev/tools/favicon_generator.html">
17+
<meta name="twitter:title" content="Favicon Studio Pro - Professional Favicon Generator">
18+
<meta name="twitter:description" content="Create custom favicons with this free online tool. Design, edit, and export website icons in multiple formats and sizes.">
19+
<meta name="twitter:image" content="https://www.gptgames.dev/screenshots/screenshot_169.png">
20+
21+
<meta name="keywords" content="favicon generator, favicon maker, website icon, app icon, favicon creator, free favicon tool, custom favicon, icon designer, web design tools">
22+
<meta name="author" content="Claude 3.7 Sonnet, Tobias Müller">
23+
<meta name="robots" content="index, follow">
24+
<meta name="language" content="English">
25+
26+
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🖼️</text></svg>">
27+
28+
<link rel="canonical" href="https://www.gptgames.dev/tools/favicon_generator.html">
29+
30+
<meta name="application-name" content="Favicon Studio Pro">
31+
<meta name="apple-mobile-web-app-title" content="Favicon Studio Pro">
32+
<meta name="apple-mobile-web-app-capable" content="yes">
33+
<meta name="apple-mobile-web-app-status-bar-style" content="default">
34+
<meta name="theme-color" content="#4361ee">
35+
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🖼️</text></svg>">
736
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
837
<script src="https://cdnjs.cloudflare.com/ajax/libs/fabric.js/5.3.1/fabric.min.js"></script>
938
<script src="https://cdnjs.cloudflare.com/ajax/libs/FileSaver.js/2.0.5/FileSaver.min.js"></script>

0 commit comments

Comments
 (0)