|
4 | 4 | <head> |
5 | 5 | <meta charset="UTF-8" /> |
6 | 6 | <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> |
8 | 8 | <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 | + |
10 | 28 | <meta name="google-site-verification" content="QCLX4LJItaaJXBODyKLIga8Gzb0AFbhT5T8_FB1kiTI" /> |
11 | 29 | <script> |
12 | 30 | // prevent FOUC: apply theme before first paint |
|
0 commit comments