Updated og: metadata
This commit is contained in:
parent
c95670189d
commit
5896fc4681
3 changed files with 16 additions and 5 deletions
BIN
assets/img/bubulescuorg.jpg
Normal file
BIN
assets/img/bubulescuorg.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 280 KiB |
BIN
assets/img/bubulescuorg.png
Normal file
BIN
assets/img/bubulescuorg.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.1 MiB |
19
index.php
19
index.php
|
|
@ -278,7 +278,6 @@ $headerTitles = [
|
|||
'Motorcycling Via Luck',
|
||||
'Motorcycle Victim Lifestyle',
|
||||
'Mildly Violating Limits',
|
||||
'Mileage, Vaginas & Lunch',
|
||||
'My Vices Last',
|
||||
];
|
||||
$siteHeaderTitle = $headerTitles[array_rand($headerTitles)];
|
||||
|
|
@ -289,10 +288,22 @@ $siteHeaderTitle = $headerTitles[array_rand($headerTitles)];
|
|||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||
<title>MVL</title>
|
||||
<meta property="og:title" content="MVL">
|
||||
|
||||
<!-- Basic Open Graph -->
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:title" content="MVLog">
|
||||
<meta property="og:description" content=" journal of an unreliable narrator.">
|
||||
<meta property="og:image" content="https://bubulescu.org/assets/img/moto_travel.png">
|
||||
<meta property="og:url" content="https://bubulescu.org">
|
||||
<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.">
|
||||
|
||||
<link rel="alternate" type="application/rss+xml" title="MVLog RSS" href="feed.php">
|
||||
<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