OG meta updated
This commit is contained in:
parent
bf13772366
commit
cb126a1ca1
2 changed files with 22 additions and 2 deletions
20
404.php
20
404.php
|
|
@ -72,6 +72,26 @@ http_response_code(404);
|
|||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||
<title>MVLog - 404</title>
|
||||
|
||||
<!-- Basic Open Graph -->
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:title" content="MVLog: journal of an unreliable narrator.">
|
||||
<meta property="og:description" content="Motorcycle road stories, videos and occasional bad decisions.">
|
||||
<meta property="og:url" content="https://bubulescu.org/">
|
||||
<meta property="og:site_name" content="Bubulescu.Org">
|
||||
|
||||
<!-- Image -->
|
||||
<meta property="og:image" content="https://bubulescu.org/assets/img/bubulescuorg.jpg">
|
||||
<meta property="og:image:secure_url" content="https://bubulescu.org/assets/img/bubulescuorg.jpg">
|
||||
<meta property="og:image:type" content="image/jpeg">
|
||||
<meta property="og:image:width" content="1200">
|
||||
<meta property="og:image:height" content="630">
|
||||
<meta property="og:image:alt" content="MVLog: journal of an unreliable narrator.">
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:image" content="https://bubulescu.org/assets/img/bubulescuorg.jpg">
|
||||
|
||||
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
<link rel="icon" type="image/png" href="assets/img/moto_travel.png">
|
||||
<link rel="stylesheet" href="style.css?v=20260531u">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue