Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save cbrennanpoole/3ce8fc4818bd15eb82cfe25ee98c8311 to your computer and use it in GitHub Desktop.
Save cbrennanpoole/3ce8fc4818bd15eb82cfe25ee98c8311 to your computer and use it in GitHub Desktop.
Basic template for OpenGraph/Facebook metatags
<!DOCTYPE html>
<html>
<head>
<title>CRASH COURSE ON PYTHON by GOOGLE</title>
<meta charset="UTF-8">
<!-- Twitter Card data -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="https://twitter.com/oudcollective">
<meta name="twitter:title" content="Crash Course on Python by Google">
<meta name="twitter:description" content="Crash course on Python offered by Google on Coursera and curated by The Wind LLC">
<meta name="twitter:creator" content="@oudcollective">
<!-- Twitter summary card with large image must be at least 280x150px -->
<meta name="twitter:image:src" content="https:">
<!-- Open Graph data -->
<meta property="og:title" content=">CRASH COURSE ON PYTHON by GOOGLE" />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://" />
<meta property="og:image" content="https://" />
<meta property="og:site_name" content="Think.withWINDLLC" />
<meta name="description" content="Crash course on Python offered by Google on Coursera and curated by The Wind LLC">
<meta name="keywords" content="Python, Google IT Certification, skilling, MOOC">
<meta name="author" content="C Brennan Poole">
</head>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment