Doubt SEO Open Graph

Asked

Viewed 13 times

0

How to apply Open Graph in this following code:

<div class="col-md-4">
  <ul class="nav">
    <li class="item-rede-social">
      <a rel="facebook" href="">
        <img src="imagens/facebook.png" class="img-responsive" alt="facebook"></a>
    </li>

    <li class="item-rede-social">
      <a rel="instagram" href="">
        <img src="imagens/instagram.png" class="img-responsive" alt="instagram"></a>
    </li>

    <li class="item-rede-social">
      <a rel="twitter" href="">
        <img src="imagens/twitter.png" class="img-responsive" alt="twitter"></a>
    </li>

  </ul>
</div>

  • Apply the Open Graph? What would that be?

  • http://marketingdeconteudo.com/meta-tags-para-redes-sociais/

  • Dude, Open Graph as far as I know are meta tags. Take a look at this link.

  • Yes, I know what Open Graph is, but I want to know what you mean by applying it. As Wendel put it, Open Graph defines metatags that specify how Facebook will interact with your page. What would be the relationship with the social media links presented in the question?

No answers

Browser other questions tagged

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