Home
Head's Up: I'm in the middle of upgrading my site. Most things are in place, but there are something missing and/or broken including image alt text. Please bear with me while I'm getting things fixed.

HTML "head" Open Graph (OG) Image And Text Snippet

html
<title></title>
<meta property="og:description" content="" />
<meta property="og:title" content="" />
<meta property="og:image" content="" />

<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site:id" content="@TheIdOfAlan" />
<meta name="twitter:creator" content="@TheIdOfAlan" />
<link rel="icon" type="image/png" sizes="228x228" href="/favicons/228x228.png" />
<link rel="apple-touch-icon-precomposed" sizes="180x180" href="/favicons/180x180.png" />

The first four lines are what need to be edited. The rest work as is.