Friday, February 5, 2016

html Meta Tags for SEO and Social Media

<!DOCTYPE html>
<html lang="en-US"> 

<title>My Badass Page</title>
<meta name="keywords" content="wicked, amazing, awesome, shit">
<meta name="description" content="It doesn't get much better than this.">
<meta charset="UTF-8">

<meta property="og:title" content="My Badass Page">
<meta property="og:type" content="website">
<meta property="og:url" content="http://mysite.com/page.html">
<meta property="og:image" content="http://mysite.com/images/pic.jpg>
<meta property="og:description" content="It doesn't get much better than this.">