diff options
author | Joe <bousset.rudy@gmail.com> | 2022-04-30 14:03:52 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-04-30 14:03:52 +0200 |
commit | 17d705045fae2a770d1337b98afb31e12310582b (patch) | |
tree | a1665e2dae33f4f2c43379fc347b8c4fff4e2c2d /inc | |
parent | update (diff) | |
download | joe-www-17d705045fae2a770d1337b98afb31e12310582b.tar.gz joe-www-17d705045fae2a770d1337b98afb31e12310582b.tar.bz2 joe-www-17d705045fae2a770d1337b98afb31e12310582b.tar.xz joe-www-17d705045fae2a770d1337b98afb31e12310582b.tar.zst joe-www-17d705045fae2a770d1337b98afb31e12310582b.zip |
Added meta infos and reworked titles
Diffstat (limited to '')
-rw-r--r-- | inc/classic-contents.html | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/inc/classic-contents.html b/inc/classic-contents.html index 52ab8c6..c3b70cd 100644 --- a/inc/classic-contents.html +++ b/inc/classic-contents.html @@ -21,9 +21,13 @@ <!-- HEADER --> <html> <head> - <title>Joe's own website -</title> - <link rel="stylesheet" type="text/css" href="css/site.css"> + <title>Joe's</title> <meta charset="UTF-8"> + <meta name="robots" content="index, follow"> + <meta name="description" content="Blog and Internet personnal space"> + <meta name="keywords" content="developper, dev, sysadmin, sys-admin, blog, articles, tech, tips, UNIX, BSD, FreeBSD, shell, low-level, c, c++, assembly"> + <meta name="author" content="Joe <bousset.rudy@gmail.com>"> + <link rel="stylesheet" type="text/css" href="css/site.css"> </head> <body> <div class="fullpage"> @@ -34,10 +38,14 @@ <!-- BLOAT HEAD --> <html> <head> - <title>Joe's own website -</title> + <title>Joe's</title> + <meta charset="UTF-8"> + <meta name="robots" content="index, follow"> + <meta name="description" content="Blog and Internet personnal space"> + <meta name="keywords" content="developper, dev, sysadmin, sys-admin, blog, articles, tech, tips, UNIX, BSD, FreeBSD, shell, low-level, c, c++, assembly"> + <meta name="author" content="Joe <bousset.rudy@gmail.com>"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> <link rel="stylesheet" type="text/css" href="css/site.css"> - <meta charset="UTF-8"> </head> <body> <div class="fullpage"> |