fix: correct brand info for novo (ЭЛЕКТРОМОТОРС, novo.market, INN 9909687443)
- Fixed all novomarket.ru URLs to novo.market in privacy-policy - Fixed company name from 'novo MARKET' to 'ЭЛЕКТРОМОТОРС' in privacy-policy - Fixed structured data URLs in index.novo.html - Fixed og:url and twitter:url meta tags - Added brand folders structure for future reference - All legal pages now show correct brand information
This commit is contained in:
@@ -13,19 +13,19 @@
|
||||
|
||||
<!-- Open Graph / Facebook -->
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="https://novomarket.ru/">
|
||||
<meta property="og:url" content="https://novo.market/">
|
||||
<meta property="og:title" content="novo Market - Маркетплейс цифровых товаров">
|
||||
<meta property="og:description" content="Современный маркетплейс для покупки цифровых товаров. Широкий выбор товаров, удобный поиск, быстрая доставка.">
|
||||
<meta property="og:image" content="https://novomarket.ru/og-image.jpg">
|
||||
<meta property="og:image" content="https://novo.market/og-image.jpg">
|
||||
<meta property="og:locale" content="ru_RU">
|
||||
<meta property="og:site_name" content="novo Market">
|
||||
|
||||
<!-- Twitter -->
|
||||
<meta property="twitter:card" content="summary_large_image">
|
||||
<meta property="twitter:url" content="https://novomarket.ru/">
|
||||
<meta property="twitter:url" content="https://novo.market/">
|
||||
<meta property="twitter:title" content="novo Market - Маркетплейс цифровых товаров">
|
||||
<meta property="twitter:description" content="Современный маркетплейс для покупки цифровых товаров. Широкий выбор товаров, удобный поиск, быстрая доставка.">
|
||||
<meta property="twitter:image" content="https://novomarket.ru/og-image.jpg">
|
||||
<meta property="twitter:image" content="https://novo.market/og-image.jpg">
|
||||
|
||||
<!-- Apple Touch Icon -->
|
||||
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
|
||||
@@ -44,11 +44,11 @@
|
||||
"@context": "https://schema.org",
|
||||
"@type": "WebSite",
|
||||
"name": "novo Market",
|
||||
"url": "https://novomarket.ru/",
|
||||
"url": "https://novo.market/",
|
||||
"description": "Современный маркетплейс для покупки цифровых товаров",
|
||||
"potentialAction": {
|
||||
"@type": "SearchAction",
|
||||
"target": "https://novomarket.ru/search?q={search_term_string}",
|
||||
"target": "https://novo.market/search?q={search_term_string}",
|
||||
"query-input": "required name=search_term_string"
|
||||
}
|
||||
}
|
||||
@@ -58,13 +58,13 @@
|
||||
"@context": "https://schema.org",
|
||||
"@type": "Organization",
|
||||
"name": "novo Market",
|
||||
"url": "https://novomarket.ru/",
|
||||
"logo": "https://novomarket.ru/assets/images/novo-logo.svg",
|
||||
"url": "https://novo.market/",
|
||||
"logo": "https://novo.market/assets/images/novo-logo.svg",
|
||||
"contactPoint": {
|
||||
"@type": "ContactPoint",
|
||||
"telephone": "+7-XXX-XXX-XX-XX",
|
||||
"telephone": "+374-98-731231",
|
||||
"contactType": "Customer Service",
|
||||
"areaServed": "RU",
|
||||
"areaServed": "AM",
|
||||
"availableLanguage": "Russian"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user