registerguard / bulldog

The official 2013 registerguard.com theme.
http://registerguard.com
1 stars 1 forks source link

Add OG:META tags #186

Open mhulse opened 10 years ago

mhulse commented 10 years ago

Might as well add og: meta tags to template (will help FB and Twitter).

Minimum tags needed:

<meta property="og:title" content="">
<meta property="og:description" content="">
<meta property="og:url" content="">
<meta property="og:image" content="">
<meta property="og:site_name" content="The Register-Guard">
<meta property="og:type" content="article">
<meta property="og:type" content="website">

Here's real example:

<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="chrome=1">
<title>Breaking local news, news updates, sports, business and weather | The Register-Guard | Eugene, Oregon</title>
<meta property="og:title" content="Breaking local news, news updates, sports, business and weather | The Register-Guard | Eugene, Oregon">
<meta name="description" content="The Register-Guard, the main daily newspaper for Eugene, Springfield, and Lane County, Oregon.">
<meta property="og:description" content="The Register-Guard, the main daily newspaper for Eugene, Springfield, and Lane County, Oregon.">
<meta name="keywords" content="news,newspaper,daily,eugene,oregon,springfield,lane county,sports,classified,university of oregon,duck football,classified advertising,housing,homes,automobiles,cars,real estate,weather">
<meta property="og:type" content="website">
<meta property="og:image" content="http://registerguard.com/apple-touch-icon-precomposed.png">
<link rel="image_src" href="http://registerguard.com/apple-touch-icon-precomposed.png">
<meta property="og:site_name" content="registerguard.com">
<meta property="og:url" content="http://registerguard.com/">
<link rel="canonical" href="http://registerguard.com/">
<meta http-equiv="date" content="Monday, 12 2014 23:59:02 GMT">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="registerguard.com">
<meta name="handheldfriendly" content="true">
<meta name="msapplication-tileimage" content="http://registerguard.com/apple-touch-icon-precomposed.png">
<meta name="msapplication-navbutton-color" content="#13aac9">
<meta name="msapplication-tilecolor" content="#ffffff">
<meta name="msapplication-tooltip" content="registerguard.com">
<meta name="msapplication-starturl" content="http://registerguard.com/?pinned=true">
<meta name="msapplication-tap-highlight" content="no">

Related: