issue #44 - SEO: fixed the position of the head tags now they are above the body tags and also added new meta tags too

This commit is contained in:
SovereigntyIsNotFreedom 2025-03-29 10:49:12 +00:00
parent 56c7c319e1
commit b05e3e1be1

View file

@ -1,16 +1,21 @@
<!DOCTYPE html>
<html>
<body>
<head>
<head>
<title>Darknet Lantern</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="twitter:card" content="summary">
<meta name="description" content="Darknet Lantern is a minimalistic Peer to Peer Decentralised Search Engine for the Darknet, that got officially released on the 1st of Febuary 2025." />
<meta property="og:site_name" content="Darknet Lantern">
<meta property="og:title" content="Darknet Lantern" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://lantern.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion" />
<meta property="og:image:url" content="http://lantern.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/img/logo-large.png" />
<meta property="og:locale" content="en_US" />
<link rel="canonical" href="http://lantern.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion" />
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="icon" href="/img/logo-favicon.png">
</head>
<center>
<body>
<div class="width-class">
<?php
require("header.php");