Add meta tags

This commit is contained in:
Ben Goldsworthy 2022-10-29 23:49:19 +00:00
parent ecb51e0765
commit 349f2b1444
4 changed files with 14 additions and 5 deletions

View file

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
<html itemscope itemtype="https://schema.org/WebSite" lang="{{ str_replace('_', '-', app()->getLocale()) }}">
@include('partials.head')
<body>

View file

@ -1,8 +1,17 @@
<head>
<meta charset="utf-8">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="noindex,nofollow">
<meta http-equiv="Content-Security-Policy" content="default-src 'self'">
<meta name="theme-color" content="#FFFFF0">
<meta name="description" content="The BenTracker 5000">
<meta name="twitter:dnt" content="on">
<title>Tracking | Ben Goldsworthy</title>
<title itemprop="name">Tracking | Ben Goldsworthy</title>
<link rel="license" href="https://creative-commons.org/publicdomain/zero/1.0/">
<link rel="me" href="mailto:track@bengoldsworthy.net">
<link rel="icon" sizes="32x32" href="/images/icon.png">
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.8.0/dist/leaflet.css"
integrity="sha512-hoalWLoI8r4UszCkZ5kL8vayOGVae1oxXe/2A4AO6J9+580uKHDO3JdHb7NzwwzK5xr/Fs0W40kiNHxM9vyTtQ=="

View file

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
<html itemscope itemtype="https://schema.org/WebSite" lang="{{ str_replace('_', '-', app()->getLocale()) }}">
@include('partials.head');
<body>

View file

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
<html itemscope itemtype="https://schema.org/WebSite" lang="{{ str_replace('_', '-', app()->getLocale()) }}">
@include('partials.head')
<body>