Skip to content

Commit 96c6431

Browse files
committed
feat: add meta tags for SEO optimization in index.html
1 parent f70cb89 commit 96c6431

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/index.html

+11
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@
44
<meta charset="utf-8" />
55
<title>Utilplex</title>
66
<base href="/" />
7+
<meta
8+
name="keywords"
9+
content="online tools, json formatter, sql formatter, base64 encoder, yaml converter, time zones, css formatter, javascript formatter"
10+
/>
11+
<meta name="robots" content="index, follow" />
12+
<meta name="author" content="Tim Dodd" />
13+
<meta name="date" content="2025-04-22" scheme="YYYY-MM-DD" />
14+
<meta
15+
name="description"
16+
content="UtilPlex offers fast, no-fuss online tools for formatting JSON, SQL, CSS, JavaScript, converting JSON to YAML, and more."
17+
/>
718
<meta name="viewport" content="width=device-width, initial-scale=1" />
819
<link rel="icon" type="image/x-icon" href="favicon.ico" />
920
<link

0 commit comments

Comments
 (0)