Skip to content

Instantly share code, notes, and snippets.

@RaidoS
Forked from gettocat/seo.meta-fields.html
Last active September 9, 2017 06:03
Show Gist options
  • Save RaidoS/6b639185f08e1bea9c01017cf7f491e5 to your computer and use it in GitHub Desktop.
Save RaidoS/6b639185f08e1bea9c01017cf7f491e5 to your computer and use it in GitHub Desktop.
meta
<head>
<!-- Facebook – 1,200 x 628
Twitter – 1,024 x 576
Instagram – 1,080 x 1,080
LinkedIn – 552 x 368
Pinterest – 600 x 900
Google+ – 800 x 320
-->
<title>Заголовок страницы</title>
<meta name="title" content="Название страницы"/>
<meta name="keywords" content="ключевые фразы">
<!-- Vk -->
<meta property="og:title" content="Название страницы">
<link rel="shortcut icon" href="favicon" type="image/jpg">
<meta name="description" content="Описание страницы"><!--VK get Description from here-->
<!-- Google search -->
<meta property="business:contact_data:locality" content="Город"/>
<meta property="business:contact_data:postal_code" content="Индекс"/>
<meta property="business:contact_data:country_name" content="Страна"/>
<meta property="business:contact_data:email" content="email.администратора"/>
<meta property="business:contact_data:website" content="http://адрес.сайта"/>
<!--Google+-->
<meta itemprop="name" content="Название сайта"/>
<meta itemprop="description" content="Описание сайта"/>
<meta itemprop="image" content="Ссылка на изображение"/>
<!--Twitter-->
<meta name="twitter:card" content="summary"/>
<meta name="twitter:site" content="Название сайта"/>
<meta name="twitter:description" content="Описание сайта"/>
<meta name="twitter:domain" content="домен.сайта"/>
<meta name="twitter:image:src" content="Ссылка на изображение"/>
<!--Facebook-->
<meta property="og:type" content="profile"/>
<meta property="og:description" content="Описание страницы"/>
<meta property="og:url" content="http://адрес.сайта"/>
<meta property="og:image" content="Ссылка на изображение"/>
<meta property="og:site_name" content="Название сайта"/>
<meta property="og:see_also" content="http://адрес.сайта"/>
....
</head>
<body>
....
<h1>Релевантный ключ</h1>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment