seo: add meta tags for description, OG, theme-color, canonical
This commit is contained in:
+9
-1
@@ -4,7 +4,15 @@
|
|||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>Любимый Креатив</title>
|
<meta name="description" content="Любимый Креатив — изделия ручной работы: игрушки, сувениры и другие уникальные товары с душой и вниманием к деталям." />
|
||||||
|
<meta name="theme-color" content="#1976d2" />
|
||||||
|
<title>Любимый Креатив — Изделия ручной работы</title>
|
||||||
|
<meta property="og:type" content="website" />
|
||||||
|
<meta property="og:title" content="Любимый Креатив — Изделия ручной работы" />
|
||||||
|
<meta property="og:description" content="Игрушки, сувениры и другие уникальные изделия ручной работы." />
|
||||||
|
<meta property="og:image" content="/favicon.svg" />
|
||||||
|
<meta property="og:locale" content="ru_RU" />
|
||||||
|
<link rel="canonical" href="/" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="root"></div>
|
<div id="root"></div>
|
||||||
|
|||||||
Reference in New Issue
Block a user