Open Graph protocol
HTML код блока head страниц сайта
Обязательно Обратите внимание на атрибуты тега html
<html lang="ru-RU" prefix="og: http://ogp.me/ns#">
<head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="SKYPE_TOOLBAR" content="SKYPE_TOOLBAR_PARSER_COMPATIBLE">
<title>Название страницы - Название сайта</title>
<meta property="og:title" content="Название страницы"
<meta property="og:description" content="Описание страницы">
<meta property="og:image" content="прямая_ссылка_на_логотип_или_другое_изображение" />
<meta property="og:url" content="ссылка_на_данную_страницу"/>
<meta property="og:site_name" content="Название сайта" />
<meta property="og:locale" content="ru_RU" />
<meta property="og:type" content="website" />
<link rel="home" href="" />
<meta name="title" content="Название страницы">
<meta name="description" content="Описание страницы">
<meta name="keywords" content="Ключевые слова">
</head>
<body>
</body>
</html>