|
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | 4 | <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>"> |
7 | 36 | <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"> |
8 | 37 | <script src="https://cdnjs.cloudflare.com/ajax/libs/fabric.js/5.3.1/fabric.min.js"></script> |
9 | 38 | <script src="https://cdnjs.cloudflare.com/ajax/libs/FileSaver.js/2.0.5/FileSaver.min.js"></script> |
|
0 commit comments