|
6 | 6 | <base href="/" /> |
7 | 7 | <meta |
8 | 8 | name="keywords" |
9 | | - content="online tools, json formatter, sql formatter, base64 encoder, yaml converter, time zones, css formatter, javascript formatter" |
| 9 | + content="online tools, json formatter, sql formatter, scss formatter, sass formatter, base64 encoder, yaml converter, time zones, css formatter, javascript formatter, code beautifier, developer tools" |
10 | 10 | /> |
11 | 11 | <meta name="robots" content="index, follow" /> |
12 | 12 | <meta name="author" content="Tim Dodd" /> |
|
16 | 16 | content="UtilPlex offers fast, no-fuss online tools for formatting JSON, SQL, CSS, JavaScript, converting JSON to YAML, and more." |
17 | 17 | /> |
18 | 18 | <meta name="viewport" content="width=device-width, initial-scale=1" /> |
| 19 | + |
| 20 | + <!-- Open Graph Meta Tags --> |
| 21 | + <meta property="og:title" content="UtilPlex | Free Online JSON Formatter, SQL Beautifier, YAML Converter" /> |
| 22 | + <meta property="og:description" content="UtilPlex offers fast, no-fuss online tools for formatting JSON, SQL, CSS, JavaScript, converting JSON to YAML, and more." /> |
| 23 | + <meta property="og:type" content="website" /> |
| 24 | + <meta property="og:url" content="https://utilplex.com" /> |
| 25 | + <meta property="og:site_name" content="UtilPlex" /> |
| 26 | + |
| 27 | + <!-- Twitter Card Meta Tags --> |
| 28 | + <meta name="twitter:card" content="summary_large_image" /> |
| 29 | + <meta name="twitter:title" content="UtilPlex | Free Online JSON Formatter, SQL Beautifier, YAML Converter" /> |
| 30 | + <meta name="twitter:description" content="UtilPlex offers fast, no-fuss online tools for formatting JSON, SQL, CSS, JavaScript, converting JSON to YAML, and more." /> |
19 | 31 | <link rel="icon" type="image/x-icon" href="favicon.ico" /> |
20 | 32 | <link |
21 | 33 | rel="stylesheet" |
|
0 commit comments