Meta Tags - Help!

Hi everyone,

I was wondering if there was a way to add an OG image meta tag to each individual page? That way when that specific page is shared the right image thumbnail appears.

Here is what Facebook says:

here’s how to mark up an article, news story or blog post with og:type=“article”:

<meta property="og:url"                content="http://www.nytimes.com/2015/02/19/arts/international/when-great-minds-dont-think-alike.html" />
<meta property="fb:app_id"             content="9869919170" />
<meta property="og:type"               content="article" />
<meta property="og:title"              content="When Great Minds Don’t Think Alike" />
<meta property="og:description"        content="How much does culture influence creative thinking?" />
<meta property="article:author"        content="Stephen Heyman" />
<meta property="article:publisher"     content="New York Times" />
<meta property="article:published"     content="2015-02-18" />
<meta property="article:section"       content="International Arts" />
<meta property="og:image"              content="http://static01.nyt.com/images/2015/02/19/arts/international/19iht-btnumbers19A/19iht-btnumbers19A-facebookJumbo-v2.jpg" />

More information here Webmasters - Sharing - Documentation - Facebook for Developers

In general, they say just add meta tags to any page’s <head>. I would try to add it like embed code and check how it works.

Good luck.

2 Likes