2026-01-18 18:57:06 +04:00
<!doctype html>
< html lang = "ru" >
< head >
< meta charset = "utf-8" >
< title > novo Market - Маркетплейс цифровых товаров< / title >
< base href = "/" >
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
< meta name = "description" content = "Современный маркетплейс для покупки цифровых товаров. Широкий выбор товаров, удобный поиск, быстрая доставка." >
< meta name = "keywords" content = "маркетплейс, цифровые товары, онлайн магазин, купить, novo market" >
< meta name = "author" content = "novo Market" >
< meta name = "theme-color" content = "#10b981" >
< link rel = "icon" type = "image/svg+xml" href = "/assets/images/novo-favicon.svg" >
<!-- Open Graph / Facebook -->
< meta property = "og:type" content = "website" >
2026-01-22 23:22:05 +04:00
< meta property = "og:url" content = "https://novo.market/" >
2026-01-18 18:57:06 +04:00
< meta property = "og:title" content = "novo Market - Маркетплейс цифровых товаров" >
< meta property = "og:description" content = "Современный маркетплейс для покупки цифровых товаров. Широкий выбор товаров, удобный поиск, быстрая доставка." >
2026-01-22 23:22:05 +04:00
< meta property = "og:image" content = "https://novo.market/og-image.jpg" >
2026-01-18 18:57:06 +04:00
< meta property = "og:locale" content = "ru_RU" >
< meta property = "og:site_name" content = "novo Market" >
<!-- Twitter -->
< meta property = "twitter:card" content = "summary_large_image" >
2026-01-22 23:22:05 +04:00
< meta property = "twitter:url" content = "https://novo.market/" >
2026-01-18 18:57:06 +04:00
< meta property = "twitter:title" content = "novo Market - Маркетплейс цифровых товаров" >
< meta property = "twitter:description" content = "Современный маркетплейс для покупки цифровых товаров. Широкий выбор товаров, удобный поиск, быстрая доставка." >
2026-01-22 23:22:05 +04:00
< meta property = "twitter:image" content = "https://novo.market/og-image.jpg" >
2026-01-18 18:57:06 +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 = "Novo Market" >
<!-- Preconnect to API -->
< link rel = "preconnect" href = "https://api.novo.market" >
<!-- Structured Data -->
< script type = "application/ld+json" >
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "novo Market",
2026-01-22 23:22:05 +04:00
"url": "https://novo.market/",
2026-01-18 18:57:06 +04:00
"description": "Современный маркетплейс для покупки цифровых товаров",
"potentialAction": {
"@type": "SearchAction",
2026-01-22 23:22:05 +04:00
"target": "https://novo.market/search?q={search_term_string}",
2026-01-18 18:57:06 +04:00
"query-input": "required name=search_term_string"
}
}
< / script >
< script type = "application/ld+json" >
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "novo Market",
2026-01-22 23:22:05 +04:00
"url": "https://novo.market/",
"logo": "https://novo.market/assets/images/novo-logo.svg",
2026-01-18 18:57:06 +04:00
"contactPoint": {
"@type": "ContactPoint",
2026-01-22 23:22:05 +04:00
"telephone": "+374-98-731231",
2026-01-18 18:57:06 +04:00
"contactType": "Customer Service",
2026-01-22 23:22:05 +04:00
"areaServed": "AM",
2026-01-18 18:57:06 +04:00
"availableLanguage": "Russian"
}
}
< / script >
< link rel = "manifest" href = "manifest.novo.webmanifest" >
< / head >
< body >
< app-root > < / app-root >
< noscript > Please enable JavaScript to continue using this application.< / noscript >
< / body >
< / html >