Author name in meta Property

Asked

Viewed 33 times

0

Opa,

I need to add the name of an author of the article, like this image:

inserir a descrição da imagem aqui

My codes are:

<meta xmlns="" property="og:url" content="http://www.meusite.com.br/noticia/19/l-wander/emprego/testando-noticia">
<link rel="canonical" href="http://www.meusite.com.br/noticia/19/l-wander/emprego/testando-noticia">

<!-- Google ///////////////////////////// -->
<meta itemprop="name" content="Testando noticia, porL. Wander em 09/09/2016 09:54">
<meta itemprop="description" content="asf sfsdf as">
<meta itemprop="image" content="http://meusite.com.br/images/noticias/3979f3543ba1b09e54b55578cbb506fd.jpg">

<!--Facebook /////////////////////////////-->
<meta property="og:type" content="article">
<meta property="og:title" content="Testando noticia, por L. Wander em 09/09/2016 09:54">
<meta property="og:description" content="asf sfsdf as">
<meta property="og:image" content="http://meusite.com.br/images/noticias/3979f3543ba1b09e54b55578cbb506fd.jpg">
<meta property="og:image:type" content="image/jpeg">
<meta property="og:url" content="http://www.meusite.com.br">
<meta property="og:site_name" content="meusite Brasil">
<meta property="og:see_also" content="http://www.meusite.com.br/noticia/19/l-wander/emprego/testando-noticia">
<meta property="og:locale" content="pt_BR">
<meta property="article:author" content="L. Wander">
<meta property="article:publisher" content="L. Wander">

<!--Twitter /////////////////////////////-->
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="meusite Brasil">
<meta name="twitter:title" content="Testando noticia, porL. Wander em 09/09/2016 09:54">
<meta name="twitter:description" content="Testando noticia, por L. Wander em 09/09/2016 09:54">
<meta name="twitter:creator" content="Testando noticia">
<meta name="twitter:image:src" content="http://meusite.com.br/images/noticias/3979f3543ba1b09e54b55578cbb506fd.jpg">
<meta name="twitter:domain" content="meusite.com.br">

It’s normal, but I need the person’s name to appear next to the site link.

1 answer

0


I decided a while ago, I remembered to post the solution now:

<meta property="article:author" content="URL do Facebook do Autor">

Browser other questions tagged

You are not signed in. Login or sign up in order to post.