Add open graph tags
This commit is contained in:
12
index.html
12
index.html
@@ -12,6 +12,18 @@
|
|||||||
<meta rel="canonical" href="https://mdrockwell.net">
|
<meta rel="canonical" href="https://mdrockwell.net">
|
||||||
<meta name="author" content="Mike Rockwell">
|
<meta name="author" content="Mike Rockwell">
|
||||||
<link rel="stylesheet" href="style.css">
|
<link rel="stylesheet" href="style.css">
|
||||||
|
<!-- Open Graph Tags -->
|
||||||
|
<meta property="og:type" content="website" />
|
||||||
|
<meta property="og:title" content="Mike Rockwell" />
|
||||||
|
<meta property="og:description" content="Open web enthusiast, free speech advocate, writer, and Happiness Engineer." />
|
||||||
|
<meta property="og:url" content="https://mdrockwell.net/" />
|
||||||
|
<meta property="og:site_name" content="Mike Rockwell" />
|
||||||
|
<meta property="og:image" content="images/avatar.jpeg" />
|
||||||
|
<meta property="og:image:width" content="300" />
|
||||||
|
<meta property="og:image:height" content="300" />
|
||||||
|
<meta property="og:image:alt" content="Profile picture of Mike Rockwell" />
|
||||||
|
<meta property="og:locale" content="en_US" />
|
||||||
|
<!-- End Open Graph Tags -->
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body itemtype="https://schema.org/ProfilePage" itemscope>
|
<body itemtype="https://schema.org/ProfilePage" itemscope>
|
||||||
|
Reference in New Issue
Block a user