lavero
This commit is contained in:
83
src/index.lavero.html
Normal file
83
src/index.lavero.html
Normal file
@@ -0,0 +1,83 @@
|
||||
<!doctype html>
|
||||
<html lang="ru">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Lavero Store - Маркетплейс цифровых товаров</title>
|
||||
<base href="/">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="Современный маркетплейс для покупки цифровых товаров. Широкий выбор товаров, удобный поиск, быстрая доставка.">
|
||||
<meta name="keywords" content="маркетплейс, цифровые товары, онлайн магазин, купить, Lavero Store">
|
||||
<meta name="author" content="Lavero Store">
|
||||
<meta name="theme-color" content="#10b981">
|
||||
<link rel="icon" type="image/svg+xml" href="/assets/images/lavero-favicon.svg">
|
||||
|
||||
<!-- Open Graph / Facebook -->
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="https://lavero.market/">
|
||||
<meta property="og:title" content="Lavero Store - Маркетплейс цифровых товаров">
|
||||
<meta property="og:description" content="Современный маркетплейс для покупки цифровых товаров. Широкий выбор товаров, удобный поиск, быстрая доставка.">
|
||||
<meta property="og:image" content="https://lavero.market/og-image.jpg">
|
||||
<meta property="og:locale" content="ru_RU">
|
||||
<meta property="og:site_name" content="Lavero Store">
|
||||
|
||||
<!-- Twitter -->
|
||||
<meta property="twitter:card" content="summary_large_image">
|
||||
<meta property="twitter:url" content="https://lavero.market/">
|
||||
<meta property="twitter:title" content="Lavero Store - Маркетплейс цифровых товаров">
|
||||
<meta property="twitter:description" content="Современный маркетплейс для покупки цифровых товаров. Широкий выбор товаров, удобный поиск, быстрая доставка.">
|
||||
<meta property="twitter:image" content="https://lavero.market/og-image.jpg">
|
||||
|
||||
<!-- Apple Touch Icon -->
|
||||
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
|
||||
|
||||
<!-- iOS Meta Tags -->
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="default">
|
||||
<meta name="apple-mobile-web-app-title" content="Lavero Store">
|
||||
|
||||
<!-- Preconnect to API -->
|
||||
<link rel="preconnect" href="https://api.lavero.market">
|
||||
|
||||
<!-- Google Fonts -->
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap">
|
||||
|
||||
<!-- Structured Data -->
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "WebSite",
|
||||
"name": "Lavero Store",
|
||||
"url": "https://lavero.market/",
|
||||
"description": "Современный маркетплейс для покупки цифровых товаров",
|
||||
"potentialAction": {
|
||||
"@type": "SearchAction",
|
||||
"target": "https://lavero.market/search?q={search_term_string}",
|
||||
"query-input": "required name=search_term_string"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "Organization",
|
||||
"name": "Lavero Store",
|
||||
"url": "https://lavero.market/",
|
||||
"logo": "https://lavero.market/assets/images/lavero-logo.svg",
|
||||
"contactPoint": {
|
||||
"@type": "ContactPoint",
|
||||
"telephone": "+7-916-109-10-32",
|
||||
"contactType": "Customer Service",
|
||||
"areaServed": "AM",
|
||||
"availableLanguage": "Russian"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<link rel="manifest" href="manifest.lavero.webmanifest">
|
||||
</head>
|
||||
<body>
|
||||
<app-root></app-root>
|
||||
<noscript>Please enable JavaScript to continue using this application.</noscript>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user