Files
marketplaces/src/index.lavero.html

84 lines
4.8 KiB
HTML
Raw Normal View History

2026-05-19 02:46:13 +04:00
<!doctype html>
2026-05-19 02:01:36 +04:00
<html lang="ru">
<head>
<meta charset="utf-8">
2026-05-19 02:46:13 +04:00
<title>Lavero Store - Маркетплейс цифровых товаров</title>
2026-05-19 02:01:36 +04:00
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
2026-05-19 02:46:13 +04:00
<meta name="description" content="Современный маркетплейс для покупки цифровых товаров. Широкий выбор товаров, удобный поиск, быстрая доставка.">
<meta name="keywords" content="маркетплейс, цифровые товары, онлайн магазин, купить, Lavero Store">
2026-05-19 02:01:36 +04:00
<meta name="author" content="Lavero Store">
<meta name="theme-color" content="#10b981">
2026-05-19 02:46:13 +04:00
<link rel="icon" type="image/png" href="/assets/images/lavero/lavero-logo.png">
2026-05-19 02:01:36 +04:00
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
2026-05-19 02:46:13 +04:00
<meta property="og:url" content="https://lavero.store/">
<meta property="og:title" content="Lavero Store - Маркетплейс цифровых товаров">
<meta property="og:description" content="Современный маркетплейс для покупки цифровых товаров. Широкий выбор товаров, удобный поиск, быстрая доставка.">
<meta property="og:image" content="https://lavero.store/og-image.jpg">
2026-05-19 02:01:36 +04:00
<meta property="og:locale" content="ru_RU">
<meta property="og:site_name" content="Lavero Store">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
2026-05-19 02:46:13 +04:00
<meta property="twitter:url" content="https://lavero.store/">
<meta property="twitter:title" content="Lavero Store - Маркетплейс цифровых товаров">
<meta property="twitter:description" content="Современный маркетплейс для покупки цифровых товаров. Широкий выбор товаров, удобный поиск, быстрая доставка.">
<meta property="twitter:image" content="https://lavero.store/og-image.jpg">
2026-05-19 02:01:36 +04:00
<!-- 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 -->
2026-05-19 02:46:13 +04:00
<link rel="preconnect" href="https://api.lavero.store">
2026-05-19 02:01:36 +04:00
<!-- 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",
2026-05-19 02:46:13 +04:00
"url": "https://lavero.store/",
"description": "Современный маркетплейс для покупки цифровых товаров",
2026-05-19 02:01:36 +04:00
"potentialAction": {
"@type": "SearchAction",
2026-05-19 02:46:13 +04:00
"target": "https://lavero.store/search?q={search_term_string}",
2026-05-19 02:01:36 +04:00
"query-input": "required name=search_term_string"
}
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Lavero Store",
2026-05-19 02:46:13 +04:00
"url": "https://lavero.store/",
"logo": "https://lavero.store/assets/images/lavero-logo.svg",
2026-05-19 02:01:36 +04:00
"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>