Skip to content

Commit

Permalink
Merge pull request oswaldoacauan#142 from mabrasil/master
Browse files Browse the repository at this point in the history
Add more meta tags
  • Loading branch information
oswaldoacauan committed Oct 15, 2015
2 parents 206d820 + 43d0ee2 commit a149359
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 6 deletions.
7 changes: 6 additions & 1 deletion default.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,14 @@
<meta name="twitter:title" content="{{meta_title}}">
<meta name="twitter:description" content="{{meta_description}}">

<meta property="og:url" content="{{@blog.url}}">
<meta property="og:type" content="article">
<meta property="og:title" content="{{meta_title}}">
<meta property="og:title" content="{{meta_title}}">
<meta property="og:description" content="{{meta_description}}">
<meta property="og:site_name" content="{{@blog.title}}">

<meta itemprop="name" content="{{meta_title}}">
<meta itemprop="description" content="{{meta_description}}">

{{> custom/meta this}}

Expand Down
16 changes: 14 additions & 2 deletions partials/custom/meta.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,20 @@
{{! The Twitter username of the author of this content }}
<meta name="twitter:creator" content="@yourtwitter">

{{! Change for Google Webmaster verification }}
<meta name="google-site-verification" content="">
{{! The Facebook profile URL of the author of this content }}
<meta property="article:author" content="https://www.facebook.com/yourprofile">

{{! The Facebook profile URL of the publisher of this content }}
<meta property="article:publisher" content="https://www.facebook.com/yourblogprofile">

{{! Change for Facebook Insight verification }}
<meta property="fb:admins" content="">

{{! Change for Google Webmaster verification }}
<meta name="google-site-verification" content="">

{{! The Google Plus profile URL of the author of this content }}
<link rel="author" href="https://plus.google.com/yourprofile">

{{! Android Lolipop Theme Color }}
<meta name="theme-color" content="">
7 changes: 6 additions & 1 deletion src/default.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,14 @@
<meta name="twitter:title" content="{{meta_title}}">
<meta name="twitter:description" content="{{meta_description}}">

<meta property="og:url" content="{{@blog.url}}">
<meta property="og:type" content="article">
<meta property="og:title" content="{{meta_title}}">
<meta property="og:title" content="{{meta_title}}">
<meta property="og:description" content="{{meta_description}}">
<meta property="og:site_name" content="{{@blog.title}}">

<meta itemprop="name" content="{{meta_title}}">
<meta itemprop="description" content="{{meta_description}}">

{{> custom/meta this}}

Expand Down
16 changes: 14 additions & 2 deletions src/partials/custom/meta.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,20 @@
{{! The Twitter username of the author of this content }}
<meta name="twitter:creator" content="@yourtwitter">

{{! Change for Google Webmaster verification }}
<meta name="google-site-verification" content="">
{{! The Facebook profile URL of the author of this content }}
<meta property="article:author" content="https://www.facebook.com/yourprofile">

{{! The Facebook profile URL of the publisher of this content }}
<meta property="article:publisher" content="https://www.facebook.com/yourblogprofile">

{{! Change for Facebook Insight verification }}
<meta property="fb:admins" content="">

{{! Change for Google Webmaster verification }}
<meta name="google-site-verification" content="">

{{! The Google Plus profile URL of the author of this content }}
<link rel="author" href="https://plus.google.com/yourprofile">

{{! Android Lolipop Theme Color }}
<meta name="theme-color" content="">

0 comments on commit a149359

Please sign in to comment.