seo: add meta tags for description, OG, theme-color, canonical

This commit is contained in:
Kirill
2026-05-15 13:26:20 +05:00
parent db5e3c4d52
commit ec1d2c4b1a
+9 -1
View File
@@ -4,7 +4,15 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<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>
<body>
<div id="root"></div>