CINXE.COM
{{DefaultSeo.seoTitle}}
<!DOCTYPE html> <html dir="ltr" lang="en"> <head> <meta charset="utf-8"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="format-detection" content="telephone=no"> <meta name="x5-fullscreen" content="no"> <meta name="full-screen" content="no"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta name="keywords" content="DefaultSeo.seoKeywords"> <meta name="mobile-web-app-capable" content="yes"> <meta name="theme-color" content="#fff"> <meta name="application-name" content="tecno mobile"> <link rel="apple-touch-icon" sizes="57x57" href="https://d316acfc88wber.cloudfront.net/static/img/favicon-114db49/apple-touch-icon-57x57.png"> <link rel="apple-touch-icon" sizes="60x60" href="https://d316acfc88wber.cloudfront.net/static/img/favicon-114db49/apple-touch-icon-60x60.png"> <link rel="apple-touch-icon" sizes="72x72" href="https://d316acfc88wber.cloudfront.net/static/img/favicon-114db49/apple-touch-icon-72x72.png"> <link rel="apple-touch-icon" sizes="76x76" href="https://d316acfc88wber.cloudfront.net/static/img/favicon-114db49/apple-touch-icon-76x76.png"> <link rel="apple-touch-icon" sizes="114x114" href="https://d316acfc88wber.cloudfront.net/static/img/favicon-114db49/apple-touch-icon-114x114.png"> <link rel="apple-touch-icon" sizes="120x120" href="https://d316acfc88wber.cloudfront.net/static/img/favicon-114db49/apple-touch-icon-120x120.png"> <link rel="apple-touch-icon" sizes="144x144" href="https://d316acfc88wber.cloudfront.net/static/img/favicon-114db49/apple-touch-icon-144x144.png"> <link rel="apple-touch-icon" sizes="152x152" href="https://d316acfc88wber.cloudfront.net/static/img/favicon-114db49/apple-touch-icon-152x152.png"> <link rel="apple-touch-icon" sizes="180x180" href="https://d316acfc88wber.cloudfront.net/static/img/favicon-114db49/apple-touch-icon-180x180.png"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> <meta name="apple-mobile-web-app-title" content="tecno mobile"> <link rel="icon" type="image/png" sizes="32x32" href="https://d316acfc88wber.cloudfront.net/static/img/favicon-114db49/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="192x192" href="https://d316acfc88wber.cloudfront.net/static/img/favicon-114db49/android-chrome-192x192.png"> <link rel="icon" type="image/png" sizes="16x16" href="https://d316acfc88wber.cloudfront.net/static/img/favicon-114db49/favicon-16x16.png"> <link rel="shortcut icon" href="https://d316acfc88wber.cloudfront.net/static/img/favicon-114db49/favicon.ico"> <link rel="alternate" hreflang="x-default" href="url" /> <title>{{DefaultSeo.seoTitle}} </title> <meta name="description" content="DefaultSeo.seoDescriptions"> <link rel="canonical" href="url" /> <meta name="robots" content="index, follow"> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="website" /> <meta property="og:title" content="DefaultSeo.seoTitle" /> <meta property="og:description" content="DefaultSeo.seoDescriptions" /> <meta property="og:url" content="url" /> <meta property="og:site_name" content="TECNO Mobile" /> <meta property="og:image" content="DefaultSeo.snsShareImage" /> <meta property="og:image:width" content="1200" /> <meta property="og:image:height" content="627" /> <meta property="og:image:type" content="image/jpeg" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:site" content="TECNO Mobile"> <meta name="twitter:url" content="url" /> <meta name="twitter:title" content="DefaultSeo.seoTitle" /> <meta name="twitter:description" content="DefaultSeo.seoDescriptions" /> <meta name="twitter:image" content="DefaultSeo.snsShareImage" /> <link rel="profile" href="https://a9.com/-/spec/opensearch/1.1/" /> <link rel="search" type="application/opensearchdescription+xml" href="/?type=7567" title="Website Search" /> <link rel="dns-prefetch" href="https://d316acfc88wber.cloudfront.net"> <script src="https://d3fyizz0b46qgr.cloudfront.net/global/homepage/new_global/js/jquery.min.js"></script> <script src="/utils/vue.js"></script> <script src="/utils/axios.min.js"></script> <script src="/utils/request.js"></script> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-PLK3BRH');</script> <!-- End Google Tag Manager --> <script> let url = window.location.href let title if(getparam().length == 2){ title = 'home' console.log('首页seo') }else { if(url.includes('/?search=')){ let all_phones = url.replace('/?search=','-').split('/')[3] title = all_phones }else { let pathname = window.location.pathname.substr(1) title = pathname.substring(0, pathname.length-1) } console.log(title,'其它二级页面seo') } post('/home/init',{title:title}).then((res)=>{ let DefaultSeo = res.data console.log(DefaultSeo,'getSeo'); document.title = DefaultSeo.seoTitle; document.querySelector('link[rel="alternate"]').setAttribute("href", url); document.querySelector('link[rel="canonical"]').setAttribute("href", url); // 修改描述meta标签 document.querySelector('meta[name="keywords"]').setAttribute("content", DefaultSeo.seoKeywords); document.querySelector('meta[name="description"]').setAttribute("content", DefaultSeo.seoDescriptions); document.querySelector('meta[property="og:title"]').setAttribute("content", DefaultSeo.seoTitle); document.querySelector('meta[property="og:description"]').setAttribute("content", DefaultSeo.seoDescriptions); document.querySelector('meta[property="og:url"]').setAttribute("content", url); document.querySelector('meta[property="og:image"]').setAttribute("content", DefaultSeo.snsShareImage); document.querySelector('meta[name="twitter:url"]').setAttribute("content", url); document.querySelector('meta[name="twitter:title"]').setAttribute("content", DefaultSeo.seoTitle); document.querySelector('meta[name="twitter:description"]').setAttribute("content", DefaultSeo.seoDescriptions); document.querySelector('meta[name="twitter:image"]').setAttribute("content", DefaultSeo.snsShareImage); }) </script> <link href="/static/css/vendors.4babc.min.css" rel="stylesheet"> <link href="/static/css/common.4babc.min.css" rel="stylesheet"> <link href="/static/css/common-media.4babc.min.css" rel="stylesheet"> <link href="/static/css/carlcare.4babc.min.css" rel="stylesheet"> </head> <body> <header class="header-new" id="header"> <div class="header-wrapper"> <a href="/" title="tecno logo"> <img class="tecno-logo" src="https://d3fyizz0b46qgr.cloudfront.net/global/homepage/new_global/headerLogo/logo.svg" alt="tecno logo"> </a> <nav class="nav"> <ul class="nav-menu" :class="{'on-top':mActive}"> <li v-for="(menuItem,menuIndex) in menus" :key="menuIndex" @mouseover="changeActive($event)" @mouseout="removeActive($event)"> <div class="a" v-if="menuItem.skip_url"> <a rel="nofollow" :href="menuItem.skip_url" class="nav-group" :title="menuItem.title">{{menuItem.title}}</a> <span class="icon icon-arrow-down nav-group" @click="mobileActive"></span> </div> <div class="nav-submenu" :class="{'visible':mActive}"> <div class="nav-submenu-wrapper"> <ul class="secondary-products visible"> <li v-for="(items,indexs) in menuItem.products" :key="indexs"> <a :href="'/'+items.static_url" :title="items.title"> <div class="nav-submenu-img"> <img class="navi-lazyload" :src="items.thumb" :alt="items.alt_name" :data-src="items.thumb"> </div> <div class="nav-submenu-info"> <p class="nav-submenu-type" v-if="items.new_status == 1">NEW</p> <p class="nav-submenu-title">{{items.title}}</p> <p class="nav-submenu-price" v-if="items.price>0"> <i>From</i> ₹ <span>{{items.price}}</span> </p> <p class="nav-submenu-price" v-else> <span>Coming soon</span> </p> </div> </a> </li> </ul> </div> </div> </li> </ul> </nav> <div class="search-wrapper"> <form action="/phones"> <input name="search" autocomplete="off" type="search" placeholder="TECNO" class="search-input"> </form> <div class="icon-wrapper"> <a href="/phones" title="search"> <span class="icon icon-search2"></span> </a> <!-- <a href="https://in-passport.tecno.com/login" title="login"><span class="icon icon-user2"></span></a>--> <span class="icon icon-menu2"></span> </div> </div> </div> <div class="tab-wrapper"> <div class="tab-item"> <span>Recommended</span> <em></em> </div> <div class="tab-item"> <span class="icon tecno"></span> <em></em> </div> <div class="tab-item"> <span class="icon pova"></span> <em></em> </div> <div class="tab-item"> <a href="https://ind-spot.shalltry.com/#/following" onclick="gtag('event','Buy Link',{'event_category':'Click','event_label':this.href})" title="t-spot"> <span class="icon t-spot"></span> </a> <em></em> </div> <div class="tab-item"> <a href="/megabook-t1" onclick="gtag('event','Buy Link',{'event_category':'Click','event_label':this.href})" title="Megabook"> <span class="megabook">Megabook</span> </a> <em></em> </div> </div> </header> <script src="/utils/header.js"></script> <main class="main" role="main"> <div class="content"> <!--DMAILER_SECTION_BOUNDARY_--> <a id="c5621"></a> <div class="content-con"> <div class="mask"></div> <div class="title-but"> <div class="content-title w1200">Carlcare is the only after-sales service <br> provider designated by TECNO</div> <a href="https://www.carlcare.com/in"> <button class="content-but">Enjoy Carlcare Service</button> </a> </div> </div> <h1 class="in-h1-title" style="display: none;">Carlcare Service</h1> <div class="container"> <!--DMAILER_SECTION_BOUNDARY_END--> <!--DMAILER_SECTION_BOUNDARY_--> <div id="c5623" class="frame frame-default frame-type-dce_dceuid42 frame-layout-0"> <div class="content-cont w1200"> <div class="cont-img w1200"> <div> <li> <img src="/static/images/2.c0657.png" alt="Hours Fast Repair"> <span>Hours Fast Repair</span> </li> <li> <img src="/static/images/50.f1ba4.png" alt="Countries"> <span>Countries</span> </li> </div> <div> <li> <img src="/static/images/2kplus.61c2e.png" alt="Service Centers"> <span>Service Centers</span> </li> <li> <img src="/static/images/100mplus.d8ead.png" alt="Customers Served"> <span>Customers Served</span> </li> </div> </div> </div> </div> <!--DMAILER_SECTION_BOUNDARY_END--> <!--DMAILER_SECTION_BOUNDARY_--> <div id="c5624" class="frame frame-default frame-type-dce_dceuid41 frame-layout-0"> <div class="content-details w1200"> <ul class="details-img mobile-details-img"> <li class="tu-img mobile-img"> <img src="/static/images/tu.eb513.png" alt="Carlcare leading service brand in global emerging markets"> </li> <li class="img-word"> <h5 class="word-title-img"> <img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAAABCAIAAADGob6oAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4MzRhNTY5MC03ZWY4LTg0NDYtODY5MC1lYTEwOTEwNjZkODAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEY0NEJCOEQ5NEJDMTFFQTk2Q0ZFNDRCOEQ2ODUyOEQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEY0NEJCOEM5NEJDMTFFQTk2Q0ZFNDRCOEQ2ODUyOEQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6YmNiNjNkYTctYjExOC03OTRhLWFlMjgtZTk3YzU1OGU1YTQ1IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6NmFkMTY1MmEtMTYyYy1lNzRiLTlmZjQtODBhOTRmMmYwYzFhIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+o7PkTgAAAA5JREFUeNpiZhhhACDAAAPEAASb41KmAAAAAElFTkSuQmCC"> About <span class="title-fw">Carlcare</span> </h5> <div class="word-con"> <p>Carlcare is a leading service brand in global emerging markets, providing service for communications equipment, home appliances, consumer electronics, new energy, IT services and supply chains. The business covers countries in Africa, the Middle East, Eastern Europe, Southeast Asia, South Asia and Latin America. It has more than 2,300 service centers and provides more than 20 million online and offline services to consumers annually.</p> </div> </li> </ul> </div> </div> <!--DMAILER_SECTION_BOUNDARY_END--> </div> </div> </main> <footer class="footer r-cookie-footer"> <div class="footer-center"> <div class="footer-menus"> <div class="wrapper"> <div class="footer-menu"> <div class="footer-menu-title">About TECNO<span class="icon icon-arrow-down"></span></div> <ul class="footer-menu-list"> <li><a href="/aboutus" title="About Us">About Us</a></li> <li><a href="/news" title="News">News</a></li> <li><a href="/video" title="Video">Video</a></li> <li><a href="/hacksploring" title="Tecno Hack-sploring">Tecno Hack-sploring</a></li> <li><a href="https://vrstore.tecno-mobile.com" title="TECNO VR store">TECNO VR store</a></li> </ul> </div> <div class="footer-menu"> <div class="footer-menu-title">Products<span class="icon icon-arrow-down"></span></div> <ul class="footer-menu-list"> <li><a href="/phones?search=PHANTOM" title="PHANTOM">PHANTOM</a></li> <li><a href="/phones?search=camon" title="Camon">Camon</a></li> <li><a href="/phones?search=spark" title="SPARK">SPARK</a></li> <li><a href="/phones?search=pova" title="POVA">POVA</a></li> <li><a href="/phones?search=pop" title="POP">POP</a></li> <li><a href="/phones?search=laptops" title="laptops">LAPTOPS</a></li> <li><a href="/phones?search=accessories" title="Accessories">Accessories</a></li> </ul> </div> <div class="footer-menu"> <div class="footer-menu-title">Help & Support<span class="icon icon-arrow-down"></span></div> <ul class="footer-menu-list"> <li><a href="/phantom-v-fold-extended-warranty-t-cs" title="Phantom V Fold Extended Warranty T&Cs" class="small"><span>Phantom V Fold Extended Warranty T&Cs</span></a></li> <li><a href="/phantom-v-fold-screen-replacement-t-cs" title="Phantom V Fold Screen Replacement T&Cs" class="small"><span>Phantom V Fold Screen Replacement T&Cs</span></a></li> <li><a href="/faq" title="FAQ">FAQ</a></li> <li><a href="/download" title="Downloads">Downloads</a></li> <li><a href="/carlcare" title="Service Centers">Service Centers</a></li> <li><a href="/warranty" title="Warranty Chec">Warranty Check</a></li> <li><a href="/promise" title="Promise">Promise</a></li> <li><a href="/feedback" title="Contact Us">Contact Us</a></li> <li><a href="/e-waste" title="E-waste Management">E-waste Management</a></li> <li><a href="https://security.tecno.com/dashboard" title="Security Response Center">Security Response Center</a></li> </ul> </div> <!-- <div class="footer-menu"> <div class="footer-menu-title">Investor Relations<span class="icon icon-arrow-down"></span></div> <ul class="footer-menu-list"> <li style="white-space: nowrap;"><a href="/annual-return/">Annual Return</a></li> <li style="white-space: nowrap;"><a href="/notice-of-general-meeting/">Notice of General Meeting</a></li> <li style="white-space: nowrap;"><a href="/general-notice/">General Notice</a></li> <li><a href="/corporate-social-responsibility/">Corporate Social Responsibility (CSR)</a></li> </ul> </div> --> <div class="footer-menu"> <div class="footer-menu-title">Apps & Services<span class="icon icon-arrow-down"></span></div> <ul class="footer-menu-list"> <li style="white-space: nowrap;"><a href="/hios" title="HiOS">HiOS</a></li> <li style="white-space: nowrap;"><a href="/retail-partner" title="Retail Partner">Retail Partner</a></li> <li style="white-space: nowrap;"><a href="/distributer-partner" title="Distributer Partner">Distributer Partner</a></li> </ul> </div> </div> </div> <div class="footer-contact"> <!-- <div class="footer-contact-phone"><a href="tel:18004190525" rel="nofollow">1800 419 0525</a></div> <div class="footer-contact-time">9:00-18:00, MON-SUN <br> Including Holidays</div> <div class="footer-contact-online"><a href="/carlcare/" rel="nofollow" title="chat support"><span class="icon icon-chat"></span>SERVICE SUPPORT</a></div> <div class="footer-contact-time">9:00-18:00, MON-SUN <br> Including Holidays</div> --> <div class="footer-logo"> <span class="icon icon-logo"></span> </div> <div class="footer-socials"> <a rel="nofollow" href="https://www.facebook.com/TecnoMobileIndia" class="footer-social" title="facebook"><span class="icon icon-facebook"></span></a> <a rel="nofollow" href="https://twitter.com/TecnoMobileInd" class="footer-social" title="twitter"><span class="icon icon-twitter"></span></a> <a rel="nofollow" href="https://www.youtube.com/TecnoMobileIndia" class="footer-social" title="youtube"><span class="icon icon-youtube"></span></a> <a rel="nofollow" href="https://www.instagram.com/tecnomobileindia" class="footer-social" title="instagram"><span class="icon icon-instagram"></span></a> </div> <div class="contact_details"> <b>G-Mobile Devices Private Limited</b><br> <b>Corporate Identity Number (CIN):</b> U74999UP2016FTC085989<br> <b>Registered Office:</b> Unit No. B - 301, Third Floor, Tower – B, Advant IT Park, Plot No. - 7, Sector - 142, Noida, Uttar Pradesh 201301<br> <b>Contact No.:</b>+91 – 120 – 6650888<br> <b>Email:</b>info.in@transsion.com<br> <b>Website:</b>www.tecno-mobile.in<br> <b>For any grievances or queries: Contact at:</b>info.in@transsion.com </div> </div> </div> <div class="footer-region"><a rel="nofollow" href="javascript:;" id="countryLink" title="India">India</a></div> <div class="footer-bottom"> <div class="wrapper"> <div class="copyright"> ©2021-2025 TECNO Mobile </div> <div class="footer-legal"> <a href="/privacy-policy" class="legal-link" title="Privacy Policy">Privacy Policy</a> <a href="/terms-of-use" class="legal-link" title="Terms of Use">Terms of Use</a> <a href="/site-map" class="legal-link" title="Site Map">Site Map</a> </div> </div> </div> </footer> <div class="whatsapp-message"> <a href="https://izea.pl/ctb/TECNOWEB" target="_blank" title="Whatsapp"> <img src="https://img.tecno-mobile.in/bucket/resource/static/whatsapp-icon.png.webp" alt="Whatsapp"> <div class="showmeb"><div class="showme">WhatsApp us</div></div> </a> </div> <!-- Google Tag Manager (noscript) --> <noscript> <iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PLK3BRH" height="0" width="0" style="display:none;visibility:hidden"></iframe> </noscript> <!-- End Google Tag Manager (noscript) --> <style> .icon-twitter::before,.icon-instagram::before,.icon-facebook:before{ display: none; } </style> <script> var ww = 768 < window.innerWidth ? 1200 : window.innerWidth, fontBase = 375; 768 < ww && (fontBase = 1200); var fontSize = 100 * ww / fontBase, defaultSize = window.getComputedStyle(document.documentElement).getPropertyValue("font-size"), targetSize = fontSize / parseFloat(defaultSize) * 100 + "%"; console.log(defaultSize); document.documentElement.style.fontSize = targetSize; </script> <script src="/static/js/manifest.bundle.js"></script> <script src="/static/js/vendors.386e2114f441340e966c.js"></script> <script src="/static/js/common.5a8f5f769ecdb9c2a1e4.js"></script> <script src="/static/js/carlcare.b60112ddfa6262164787.js"></script> </body> </html>