Is there a way to check the meta tags of the Open Open Facebook protocol in the chapter section of my site? The code is below.
<meta property="og:title" content="my content" />
<meta property="og:type" content="company" />
<meta property="og:url" content="http://mycompany.com/" />
<meta property="og:image" content="http://mycompany.com/image.png" />
<meta property="og:site_name" content="my site name" />
<meta property="fb:admins" content="my_id" />
<meta property="og:description" content="my description" />
-edit- I mean html validation. Sorry for the mess! My site is currently invalid due to these tags.
source
share