Skip to content

Instantly share code, notes, and snippets.

@Janoyan
Created December 13, 2018 10:16
Show Gist options
  • Save Janoyan/240b0cfa05fd65cf32af3ce693400971 to your computer and use it in GitHub Desktop.
Save Janoyan/240b0cfa05fd65cf32af3ce693400971 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>Test my meta tags</title>
<meta property="og:image" content="https://author.am/lee.jpeg"/>
<meta property="og:title" content="Bruce Lee"/>
<meta property="og:description" content="Lee Jun-fan known professionally as Bruce Lee , was a Hong Kong and American actor, film director, martial artist"/>
<meta property="og:url" content="https://author.am/test.html"/>
<meta property="og:site_name" content="Bruce Lee Blog"/>
<meta property="fb:app_id" content="507403343043747"/>
<meta property="og:type" content="profile"/>
<meta property="profile:first_name" content="Bruce">
<meta property="profile:last_name" content="Lee">
<meta property="profile:gender" content="male">
<meta property="profile:username" content="brucelee">
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment