Is there a way to check the Open Graph protocol meta tags for integration with Facebook?

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.

+3
source share
2 answers

Facebook URL Linter ?

EDIT: Ah, then refer to this question.

+8
source

... open metadata meta tags will only be validated in HTML5 ....

http://validator.w3.org/

0
source

Source: https://habr.com/ru/post/1785786/


All Articles