added open graph meta tags
This commit is contained in:
parent
1314ac1a29
commit
d2fe7ce212
2 changed files with 24 additions and 1 deletions
BIN
src/img/samuel-philipp.jpg
Normal file
BIN
src/img/samuel-philipp.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 294 KiB |
|
@ -2,11 +2,34 @@
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" xmlns="" xmlns="" xml:lang="en" lang="en">
|
<html xmlns="http://www.w3.org/1999/xhtml" xmlns="" xmlns="" xml:lang="en" lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>Samuel Philipp</title>
|
<title>Samuel Philipp</title>
|
||||||
|
<base href="/">
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
|
||||||
<link rel="shortcut icon" href="img/samuel.png">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||||
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
||||||
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||||
|
<meta name="fragment" content="!">
|
||||||
|
<meta name="target" content="all">
|
||||||
|
<meta name="audience" content="all">
|
||||||
|
<meta name="coverage" content="Worldwide">
|
||||||
|
<meta name="distribution" content="Global">
|
||||||
|
<meta name="rating" content="general">
|
||||||
|
<meta name="url" content="https://www.samuel-philipp.de/">
|
||||||
|
<meta name="subject" content="Samuel Philipp">
|
||||||
|
<meta name="description" content="Samuel Philipp - Software Engineer & Magician">
|
||||||
<meta name="author" content="Samuel Philipp">
|
<meta name="author" content="Samuel Philipp">
|
||||||
|
<meta property="og:type" content="website">
|
||||||
|
<meta property="og:locale" content="de">
|
||||||
|
<meta property="og:url" content="https://www.samuel-philipp.de/">
|
||||||
|
<meta property="og:title" content="Samuel Philipp">
|
||||||
|
<meta property="og:description" content="Samuel Philipp - Software Engineer & Magician">
|
||||||
|
<meta property="og:site_name" content="Samuel Philipp">
|
||||||
|
<meta property="og:image" content="https://www.samuel-philipp.de/img/samuel-philipp.jpg">
|
||||||
|
<!--<meta property="og:updated_time" content="">-->
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
|
<meta name="twitter:title" content="Samuel Philipp">
|
||||||
|
<meta name="twitter:description" content="Samuel Philipp - Software Engineer & Magician">
|
||||||
|
<meta name="twitter:image" content="https://www.samuel-philipp.de/img/samuel-philipp.jpg">
|
||||||
|
<link rel="shortcut icon" href="img/samuel.png">
|
||||||
<link rel="stylesheet" href="css/main.min.css">
|
<link rel="stylesheet" href="css/main.min.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
Loading…
Reference in a new issue