Added meta tags for SEO
This commit is contained in:
parent
120ced1de7
commit
779f02c2aa
1 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,10 @@
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<meta name="description" content="Encode and Decode Base64 data, including binary data in hexadecimal form.">
|
||||||
|
<meta name="author" content="Julian Müller (W13R)">
|
||||||
|
<meta name="keywords" content="base64, b64, base64-tool, encode, decode, converter, binary, hexadecimal, browser, javascript, html5, w13r, tool">
|
||||||
|
<meta name="robots" content="index, follow">
|
||||||
<title>Base64-Tool</title>
|
<title>Base64-Tool</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
Reference in a new issue