Skip to content

Instantly share code, notes, and snippets.

@josuamarcelc
Last active April 5, 2021 05:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save josuamarcelc/a51a7dd1e5021e93afbebb5e58c15774 to your computer and use it in GitHub Desktop.
Save josuamarcelc/a51a7dd1e5021e93afbebb5e58c15774 to your computer and use it in GitHub Desktop.
<html prefix="og: http://ogp.me/ns#">
<head>
<title>The Title</title> <!-- ˜60 chars -->
<meta charset="UTF-8">
<meta name="keywords" content="HTML, CSS, JavaScript">
<meta name="author" content="josua marcel c">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="The Description"> <!-- ˜150 chars -->
<meta property="og:title" content="The Title">
<meta property="og:description" content="The Description"> <!-- ˜300 chars -->
<meta property="og:site_name" content="Software Engineer's Blog">
<meta property="og:locale" content="id_ID"> <!-- language_location -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://josuamarcelc.com">
<meta property="og:image" content="https://josuamarcelc.com/wp-content/uploads/2019/11/cropped-2018me.jpg"> <!-- 200x200px - 1200x1200px -->
</head>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment