Skip to content

Instantly share code, notes, and snippets.

@sachsy
Forked from reedling78/Boilerplate: SEO
Created August 23, 2016 13:33
Show Gist options
  • Save sachsy/019c7d72a70f6aaefc9f50170cecb21d to your computer and use it in GitHub Desktop.
Save sachsy/019c7d72a70f6aaefc9f50170cecb21d to your computer and use it in GitHub Desktop.
Boilerplate: SEO
<html>
<head>
<title>Site Title</title>
<meta name="description" content="Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.">
<meta name="keywords" content="Keywords Tag - It can help but not hurt. Place 5-10 accurate, unique keywords in this tag for your page. Be sure that they match the actual page content.">
<meta property="og:title" content="The Rock" />
<meta property="og:type" content="video.movie" />
<meta property="og:url" content="http://www.imdb.com/title/tt0117500/" />
<meta property="og:image" content="http://ia.media-imdb.com/images/rock.jpg" />
<link rel="canonical" href="http://www.seomoz.org/blog" />
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment