• DELETE FROM KEYWORDS WHERE ID_DOMAINE=2741082
  • DoneDoneDone

    URL:huphong.com.vn

    Connection: Keep-Alive
    Date: Wed, 15 Jan 2025 18:37:24 GMT
    Content-Length: 705
    Content-Type: text/html
    Location: https://huphong.com.vn/
    Server: LiteSpeed
    
    
    Location => https://huphong.com.vn/
    Status => 301
    <!DOCTYPE html>
    <html style="height:100%">
    <head>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
    <title> 301 Moved Permanently
    </title></head>
    

    (vide) Tentative en https

    https://huphong.com.vn/

    <!DOCTYPE html>
    <!--[if IE]><![endif]-->
    <!--[if IE 8 ]>
    <html dir="ltr" lang="vi" class="no-js ie8"><![endif]-->
    <!--[if IE 9 ]>
    <html dir="ltr" lang="vi" class="no-js ie9"><![endif]-->
    <!--[if (gt IE 9)|!(IE)]><!-->
    <html dir="ltr" lang="vi" class="no-js">
        <!--<![endif]-->
        <head>
            <meta charset="UTF-8" />
            <meta name="viewport" content="width=device-width, initial-scale=1" />
            <meta http-equiv="X-UA-Compatible" content="IE=edge" />
            <meta name="theme-color" content="#FFFFFF" />
            <title>CÔNG TY TNHH MÁY MÓC HUP HONG VIỆT NAM</title>
            <base href="https://huphong.com.vn/" />
                        <meta name="description" content="Nhà cung cấp thiết bị gia công kim loại, các loại máy hàn, thiết bị đo vật liệu, bơm thử áp lực nước, dụng cụ điện cầm tay,.." />
                                                <meta
                    property="og:url" content="https://huphong.com.vn/" />
                                                    <meta
                    property="og:type" content="website" />
                                                    <meta
                    property="og:title" content="CÔNG TY TNHH MÁY MÓC HUP HONG VIỆT NAM" />
                                                    <meta
                    property="og:description" content="Nhà cung cấp thiết bị gia công kim loại, các loại máy hàn, thiết bị đo vật liệu, bơm thử áp lực nước, dụng cụ điện cầm tay,.." />
                                                    <meta
                    property="image:alt" content="CÔNG TY TNHH MÁY MÓC HUP HONG VIỆT NAM" />
                                                    <meta
                    name="twitter:card" content="summary" />
                                                    <meta
                    name="twitter:description" content="Nhà cung cấp thiết bị gia công kim loại, các loại máy hàn, thiết bị đo vật liệu, bơm thử áp lực nước, dụng cụ điện cầm tay,.." />
                                                    <meta
                    name="twitter:title" content="CÔNG TY TNHH MÁY MÓC HUP HONG VIỆT NAM" />
                                                    <meta
                    name="robots" content="follow, noindex" />
                        
                        <script type="application/ld+json">
    	{
    	   "@context": "https://schema.org",
    	   "@graph": [
    		  {
    			 "@type": "Organization",
    			 "@id": "https://huphong.com.vn/#organization",
    			 "name": "CÔNG TY TNHH MÁY MÓC HUP HONG VIỆT NAM",
    			 "url": "https://huphong.com.vn/",
    			 "sameAs": ["https://www.facebook.com/huphongmachinery.vietnam/","https://www.instagram.com/huphongvn/","https://www.youtube.com/@CtyHupHongVN"," https://zalo.me/0938696509","https://shopee.vn/huphongvn","https://www.lazada.vn/shop/hup-hong-machinery/","https://tiki.vn/cua-hang/craftmans-world-dung-cu-tho-thu-cong"],
    			 "logo": {
    				"@type": "ImageObject",
    				"@id": "https://huphong.com.vn/#logo",
    				"url": "https://huphong.com.vn/image/catalog/Logo/huphong/150.png",
    				"caption": "CÔNG TY TNHH MÁY MÓC HUP HONG VIỆT NAM"
    			 },
    			 "image": {
    				"@id": "https://huphong.com.vn/#logo"
    			 }
    		  },
    		  {
    			 "@type": "WebSite",
    			 "@id": "https://huphong.com.vn/#website",
    			 "url": "https://huphong.com.vn/",
    			 "name": "CÔNG TY TNHH MÁY MÓC HUP HONG VIỆT NAM",
    			 "publisher": {
    				"@id": "https://huphong.com.vn/#organization"
    			 },
    			 "potentialAction": {
    				"@type": "SearchAction",
    				"target": "https://huphong.com.vn/product/search?search={search_term_string}",
    				"query-input": "required name=search_term_string"
    			 }
    		  },
    		  {
    			 "@type": "WebPage",
    			 "@id": "https://huphong.com.vn/#webpage",
    			 "url": "https://huphong.com.vn/",
    			 "inLanguage": "vi",
    			 "name": "CÔNG TY TNHH MÁY MÓC HUP HONG VIỆT NAM",
    			 "isPartOf": {
    				"@id": "https://huphong.com.vn/#website"
    			 },
    			 "about": {
    				"@id": "https://huphong.com.vn/#organization"
    			 },
    			 "description": "Nhà cung cấp thiết bị gia công kim loại, các loại máy hàn, thiết bị đo vật liệu, bơm thử áp lực nước, dụng cụ điện cầm tay,.."
    		  }
    	   ]
    	}
    </script>                    <script type="text/javascript">
        function sticky_menu(menu, sticky) {
            if (typeof menu === 'undefined' || !jQuery.isNumeric(sticky) ) sticky = 0;
            if ($(window).scrollTop() >= sticky) {
                menu.addClass("sticky");
            } else {
                menu.removeClass("sticky");
            }
        }
        window.addEventListener('DOMContentLoaded', (event) => {
            var menu = $(".header-main");
            var sticky = menu.offset().top + 1;
            document.addEventListener('scroll', function(e){
                sticky_menu(menu, sticky);
            });
        });
    </script>
    
    <style type="text/css">
        .header-main.sticky {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 99999999;
            margin: 0;
            -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.10);
            -moz-box-shadow: 0 0 15px rgba(0,0,0,0.10);
            -ms-box-shadow: 0 0 15px rgba(0,0,0,0.10);
            -o-box-shadow: 0 0 15px rgba(0,0,0,0.10);
            box-shadow: 0 0 15px rgba(0,0,0,0.10);
        }
    </style>                    <style>
        .toc_link.toc_H3 {
            margin-left: 30px;
        }
        .panel-table-of-content {
            border: 1.5px solid #333333f2;
            border-radius: 5px;
            background: rgba(238, 238, 238, .95);
            color: #444444 !important;
        }
    
        .panel-table-of-content .collapse:not(.in) ul {
            display: none;
        }
    
        .panel-table-of-content .with-chevron {
            border: unset;
            background: rgba(238, 238, 238, .95);
            color: #444444 !important;
        }
    
        .panel-table-of-content .with-chevron i {
            color: #444444 !important;
        }
    
        .panel-table-of-content .with-chevron.collapsed i::before {
            content: "\f105";
        }
    
        .panel-table-of-content .with-chevron .chevron {
            display: flex !important;
            padding: .5rem 1rem;
            margin-bottom: 0 !important;
            align-items: center !important;
            justify-content: space-between !important;
        }
    
        .panel-table-of-content .title::before {
            content: "\f0cb";
            font: normal normal normal 14px/1 FontAwesome;
            margin-right: 5px;
        }
    </style>
    <script>
        window.addEventListener('DOMContentLoaded', (event) => {
            let table_of_content_location = '.news_details_page_title';
            let table_of_content_tags = '#tab-description h2, #tab-description h3, #tab-description h4';
            $('<div class="panel-table-of-content"><a data-toggle="collapse" href="#table-of-content" role="button" aria-expanded="true" aria-controls="table-of-content" class="btn btn-block shadow-sm with-chevron"><p class="chevron"> <strong class="title">Mục lục nội dung</strong> <i class="fa fa-angle-up"></i></p> </a><div id="table-of-content" class="collapse in border shadow-sm show"><ul></ul></div></div>').insertBefore($(table_of_content_location).nextAll().eq(1));
        
            $(table_of_content_tags).each(function(index, el) {
                if (convertVietnamese($(this).text())) {
                    $(this).attr('id', convertVietnamese($(this).text()));
                    var toc_link = document.createElement('li');
                        toc_link.setAttribute("class", 'toc_link toc_' + $(this).prop("tagName"));
                        toc_link.innerHTML = '<a href="#' + convertVietnamese($(this).text()) + '">' + $(this).text().replace(/\s+/g, ' ') + '</a>';
    
                    $('#table-of-content ul').append($(toc_link));
                }
            });
    
            $('.toc_link a').click(function(e) {
                e.preventDefault();
                var location_href = $(this).attr("href");
                $('html, body').animate({
                    scrollTop: $(location_href).offset().top - 90
                }, 500);
            });
        });
    
        /*Table Of Content Single Post*/
        function convertVietnamese(str) {
            str = str.replace(/\s+/g, ' ');
            str.trim();
    
            str = str.toLowerCase();
            str = str.replace(/à|á|ạ|ả|ã|â|ầ|ấ|ậ|ẩ|ẫ|ă|ằ|ắ|ặ|ẳ|ẵ/g, "a");
            str = str.replace(/è|é|ẹ|ẻ|ẽ|ê|ề|ế|ệ|ể|ễ/g, "e");
            str = str.replace(/ì|í|ị|ỉ|ĩ/g, "i");
            str = str.replace(/ò|ó|ọ|ỏ|õ|ô|ồ|ố|ộ|ổ|ỗ|ơ|ờ|ớ|ợ|ở|ỡ/g, "o");
            str = str.replace(/ù|ú|ụ|ủ|ũ|ư|ừ|ứ|ự|ử|ữ/g, "u");
            str = str.replace(/ỳ|ý|ỵ|ỷ|ỹ/g, "y");
            str = str.replace(/đ/g, "d");
            str = str.replace(/!|@|%|\^|\*|\(|\)|\+|\=|\<|\>|\?|\/|,|\.|\:|\;|\'| |\"|\&|\#|\[|\]|~|$|_/g, "-");
            str = str.replace(/-+-/g, "-");
            str = str.replace(/^\-+|\-+$/g, "");
    
            return str;
        }
    </script>                    <script src="https://www.google.com/recaptcha/enterprise.js?render=6LfWKiAlAAAAANtsD7mjgBaQXIrGrf5etJEbjm2t"></script>
    <script>
    	grecaptcha.enterprise.ready(function() {
    		grecaptcha.enterprise.execute('6LfWKiAlAAAAANtsD7mjgBaQXIrGrf5etJEbjm2t', {
    			action: 'login'
    		}).then(function(token) {
    		    $('form').append(`<textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response" style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;">${token}</textarea>`);
    		});
    	});
    </script>                
                <link rel="stylesheet" type="text/css" href="catalog/view/theme/rentify/stylesheet/bootstrap.min.css?v=1678240191" />
                <link rel="stylesheet" type="text/css" href="catalog/view/theme/rentify/stylesheet/font-awesome.min.css?v=1678240191" />
                <link rel="stylesheet" type="text/css" href="catalog/view/theme/rentify/stylesheet/owl.carousel.min.css?v=1678240191" />
                <link rel="stylesheet" type="text/css" href="catalog/view/theme/rentify/stylesheet/magnific-popup.css?v=1678240191" />
                <link rel="stylesheet" type="text/css" href="catalog/view/theme/rentify/stylesheet/owl.theme.default.min.css?v=1678240191" />
                <link rel="stylesheet" type="text/css" href="catalog/view/theme/rentify/stylesheet/jquery.jqzoom.css?v=1678240191" />
                <link rel="stylesheet" type="text/css" href="catalog/view/theme/rentify/stylesheet/plugin.css?v=1678240191" />
                <link rel="stylesheet" type="text/css" href="catalog/view/theme/rentify/stylesheet/global.css?v=1678240191" />
                <link rel="stylesheet" type="text/css" href="catalog/view/theme/rentify/stylesheet/animate.min.css?v=1678240191" />
                <link rel="stylesheet" type="text/css" href="catalog/view/theme/rentify/stylesheet/site_temp.css?v=1678240191" />
                <link rel="stylesheet" type="text/css" href="catalog/view/theme/rentify/stylesheet/jgrowl.css?v=1678240191" />
                <link rel="stylesheet" type="text/css" href="catalog/view/theme/rentify/stylesheet/responsive.css?v=1678240191" />
                <link rel="stylesheet" type="text/css" href="catalog/view/theme/rentify/stylesheet/retina-responsive.css?v=1678240191" />
                <link rel="stylesheet" type="text/css" href="catalog/view/theme/rentify/stylesheet/stylesheet.css?v=1678240191" />
                
            <script type="text/javascript" src="catalog/view/theme/rentify/javascript/jquery-3.3.1.min.js?v=1678240191"></script>
                        <link href="catalog/view/theme/default/stylesheet/news_custom.css" type="text/css" rel="stylesheet"
                      media="screen" />
                        <link href="/catalog/view/theme/default/stylesheet/product_option.css" type="text/css" rel="stylesheet"
                      media="screen" />
                                <link href="https://huphong.com.vn/image/catalog/Logo/huphong/icon.png" rel="icon" />
                        <link href="https://huphong.com.vn" rel="canonical" />
                                <script src="catalog/view/theme/default/javascript/news_custom.js" type="text/javascript"></script>
                        <script src="/catalog/view/theme/default/javascript/product_option.js" type="text/javascript"></script>
                                        <!-- Global site tag (gtag.js) - Google Analytics -->
    <script async src="https://www.googletagmanager.com/gtag/js?id=UA-176018726-2"></script>
    <script>
      window.dataLayer = window.dataLayer || [];
      function gtag(){dataLayer.push(arguments);}
      gtag('js', new Date());
    
      gtag('config', 'UA-176018726-2');
    </script>
                        <!--Start of Tawk.to Script-->
    <script type="text/javascript">
    var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
    (function(){
    var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
    s1.async=true;
    s1.src='https://embed.tawk.to/5f3f7fbdcc6a6a5947ad9aa6/default';
    s1.charset='UTF-8';
    s1.setAttribute('crossorigin','*');
    s0.parentNode.insertBefore(s1,s0);
    })();
    </script>
    <!--End of Tawk.to 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-NFTGDBD5');</script>
    <!-- End Google Tag Manager -->
    
    <!-- Google tag (gtag.js) -->
    <script async src="https://www.googletagmanager.com/gtag/js?id=G-JJHX4F04D8"></script>
    <script>
      window.dataLayer = window.dataLayer || [];
      function gtag(){dataLayer.push(arguments);}
      gtag('js', new Date());
    
      gtag('config', 'G-JJHX4F04D8');
    </script>                                    <style>
                    #breadcrumbs {
                        background-color: ;
                        background-image: none;
                        background-repeat: ;
                        background-position: ;
                    }
                </style>
                    <script type="text/javascript">
                /*remove default owl css, js in head*/
                /*$('head link[href="catalog\/view\/javascript\/jquery\/owl-carousel\/owl.carousel\.css?v=1678240191"]').remove();
                $('head script[src="catalog\/view\/javascript\/jquery\/owl-carousel\/owl.carousel\.js?v=1678240191"]').remove();*/
            </script>
            <link href="catalog/view/theme/rentify/stylesheet_custom/stylesheet.css?v=1678240191" rel="stylesheet" />
        </head>
        

    CÔNG TY TNHH MÁY MÓC HUP HONG VIỆT NAM

    Recherche META Description de la page

    Nhà cung cấp thiết bị gia công kim loại, các loại máy hàn, thiết bị đo vật liệu, bơm thử áp lực nước, dụng cụ điện cầm tay,..

    Recherche META Keywords de la page

    UPDATE DOMAINES SET server='LiteSpeed',redirection='https://huphong.com.vn/',Status='200',err='',[TITRE]=N'CÔNG TY TNHH MÁY MÓC HUP HONG VIỆT NAM',[DESCRIPTION]=N'Nhà cung cấp thiết bị gia công kim loại, các loại máy hàn, thiết bị đo vật liệu, bơm thử áp lực nước, dụng cụ điện cầm tay,..',[KEYWORDS]=N'' WHERE id=2741082
  • 0

    CÔNG TY TNHH MÁY MÓC HUP HONG VIỆT NAM Nhà cung cấp thiết bị gia công kim loại các loại máy hàn thiết bị đo vật liệu bơm thử áp lực nước dụng cụ điện cầm tay ..

  • 0. CÔNG (4)
  • --------->0
  • 1. TY (2)
  • --------->0
  • 2. TNHH (4)
  • --------->0
  • 3. MÁY (3)
  • --------->0
  • 4. MÓC (3)
  • --------->0
  • 5. HUP (3)
  • --------->0
  • 6. HONG (4)
  • --------->0
  • 7. VIỆT (4)
  • --------->0
  • 8. NAM (3)
  • --------->0
  • 9. Nhà (3)
  • --------->0
  • 10. cung (4)
  • --------->0
  • 11. cấp (3)
  • --------->0
  • 12. thiết (5)
  • --------->0
  • 13. bị (2)
  • --------->0
  • 14. gia (3)
  • --------->0
  • 16. kim (3)
  • --------->0
  • 17. loại (4)
  • --------->0
  • 19. các (3)
  • --------->0
  • 22. hàn (3)
  • --------->0
  • 26. đo (2)
  • --------->0
  • 27. vật (3)
  • --------->0
  • 28. liệu (4)
  • --------->0
  • 30. bơm (3)
  • --------->0
  • 31. thử (3)
  • --------->0
  • 32. áp (2)
  • --------->0
  • 33. lực (3)
  • --------->0
  • 34. nước (4)
  • --------->0
  • 36. dụng (4)
  • --------->0
  • 37. cụ (2)
  • --------->0
  • 38. điện (4)
  • --------->0
  • 39. cầm (3)
  • --------->0
  • 40. tay (3)
  • --------->0
  • 41. . (1)
  • --------->0
    INSERT INTO KEYWORDS (keyword,id_domaine) VALUES (N'CÔNG',2741082),(N'TY',2741082),(N'TNHH',2741082),(N'MÁY',2741082),(N'MÓC',2741082),(N'HUP',2741082),(N'HONG',2741082),(N'VIỆT',2741082),(N'NAM',2741082),(N'Nhà',2741082),(N'cung',2741082),(N'cấp',2741082),(N'thiết',2741082),(N'bị',2741082),(N'gia',2741082),(N'kim',2741082),(N'loại',2741082),(N'các',2741082),(N'hàn',2741082),(N'đo',2741082),(N'vật',2741082),(N'liệu',2741082),(N'bơm',2741082),(N'thử',2741082),(N'áp',2741082),(N'lực',2741082),(N'nước',2741082),(N'dụng',2741082),(N'cụ',2741082),(N'điện',2741082),(N'cầm',2741082),(N'tay',2741082),(N'.',2741082)