Skip to content

Commit 0f63b94

Browse files
committed
chore: enhance meta tags for better search indexation and social sharing
1 parent 2674263 commit 0f63b94

1 file changed

Lines changed: 20 additions & 2 deletions

File tree

src/index.html

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,27 @@
44
<head>
55
<meta charset="UTF-8" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>JSONLab</title>
7+
<title>JSONLab - Advanced JSON Editor, Formatter, Validator & Viewer</title>
88
<link rel="icon" type="image/svg+xml" href="css/favicon.svg" />
9-
<meta name="description" content="View, edit, format, validate, repair, query, and compare JSON data" />
9+
<meta name="description"
10+
content="JSONLab is an advanced JSON Editor to view, edit, format, validate, repair, query, and compare JSON data directly in your browser." />
11+
<meta name="keywords"
12+
content="JSON Lab, JSON editor, JSON formatter, JSON viewer, JSON validator, JSON repair, JSON compare, JSON schema, JSONPath, JMESPath, JSON diff, online JSON tool" />
13+
<meta name="robots" content="index, follow" />
14+
15+
<!-- Open Graph / Social Media Meta Tags -->
16+
<meta property="og:type" content="website" />
17+
<meta property="og:site_name" content="JSONLab" />
18+
<meta property="og:title" content="JSONLab - Advanced JSON Editor, Formatter, Validator & Viewer" />
19+
<meta property="og:description"
20+
content="Free online tool to view, edit, format, validate, repair, query, and compare JSON data directly in your browser." />
21+
22+
<!-- Twitter Meta Tags -->
23+
<meta name="twitter:card" content="summary" />
24+
<meta name="twitter:title" content="JSONLab - Advanced JSON Editor & Formatter" />
25+
<meta name="twitter:description"
26+
content="Free online tool to view, edit, format, validate, repair, query, and compare JSON data." />
27+
1028
<meta name="google-site-verification" content="QCLX4LJItaaJXBODyKLIga8Gzb0AFbhT5T8_FB1kiTI" />
1129
<script>
1230
// prevent FOUC: apply theme before first paint

0 commit comments

Comments
 (0)