Added head tags for better SEO and embed card support (#170)

This commit is contained in:
FedUpWith-Tech 2021-03-03 03:46:29 -05:00 committed by GitHub
parent 4431debc41
commit defd26a195
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +1,21 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1, maximum-scale=1"> <meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description" content="BlueMap is a tool that generates 3D maps of your Minecraft worlds and displays them in your browser">
<meta name="keywords" content="bluemap, map, minecraft, minecraft map">
<meta name="theme-color" content="#0062ff">
<meta name="og:site_name" content="BlueMap">
<meta name="og:title" content="BlueMap">
<meta name="og:description" content="BlueMap is a tool that generates 3D maps of your Minecraft worlds and displays them in your browser">
<meta name="og:type" content="website">
<meta name="og:image" content="https://avatars1.githubusercontent.com/u/42522657?s=200&v=4">
<meta name="robots" content="index,nofollow">
<title>BlueMap</title> <title>BlueMap</title>
</head> </head>
<body> <body>
<noscript> The site requires JavaScript Functionality to load the map. <a href="http://www.enable-javascript.com/" target="_blank">Learn what JavaScript is and why you should enable it here.</a></noscript>
<div id="map-container"></div> <div id="map-container"></div>
</body> </body>
</html> </html>