• DELETE FROM KEYWORDS WHERE ID_DOMAINE=36565054
  • DoneDoneDone

    URL:news.bizwatch.co.kr

    Cache-Control: no-store, no-cache, must-revalidate
    Connection: keep-alive
    Date: Sat, 02 Nov 2024 20:23:56 GMT
    Pragma: no-cache
    Transfer-Encoding: chunked
    Content-Type: text/html; charset=UTF-8
    Expires: Thu, 19 Nov 1981 08:52:00 GMT
    Server: Apache
    Set-Cookie: AWSALBTG=n9R1FLdBfvLF7mSeV9/BZKLaBPqw361ALASv3nLKIUrh0WrZSOc5p0Kya83JNIuAjiodgWBiDzQkBE31seUt46HkxtOsKk9VoGVtZqkMo/Z4VL8P9s5KORAeqz0uFmFwumED4TDBEJNuhramxYPdVs2bDC2rbR2lh+WIP95O79JGTpguw40=; Expires=Sat, 09 Nov 2024 20:23:55 GMT; Path=/
    Set-Cookie: AWSALBTGCORS=n9R1FLdBfvLF7mSeV9/BZKLaBPqw361ALASv3nLKIUrh0WrZSOc5p0Kya83JNIuAjiodgWBiDzQkBE31seUt46HkxtOsKk9VoGVtZqkMo/Z4VL8P9s5KORAeqz0uFmFwumED4TDBEJNuhramxYPdVs2bDC2rbR2lh+WIP95O79JGTpguw40=; Expires=Sat, 09 Nov 2024 20:23:55 GMT; Path=/; SameSite=None
    Set-Cookie: PHPSESSID=k6t44n3cgf13bau01lb8cblr0l; path=/; domain=.bizwatch.co.kr
    
    
    Status => 200
    <!DOCTYPE HTML>
    <html lang="ko">
    <head>
    <meta charset="UTF-8"/>
    <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no"/>
    <meta name="author" content="비즈워치"/>
    <meta itemprop="name" property="og:title" content="비즈워치"/>
    <meta property="og:site_name" content="비즈워치"/>
    <meta property="og:url" content="http://www.bizwatch.co.kr"/>
    <meta property="og:description" content="스마트한 눈으로 경제 활동을 도와주는 동반자"/>
    <meta property="og:type" content="website"/>
    <meta property="og:image:type" content="image/jpeg"/>
    <meta property="og:image" content="http://news.bizwatch.co.kr/images/og_image.jpg"/>
    <link rel="shortcut icon" href="//news.bizwatch.co.kr/images/favicon/favicon_2023.ico" type="image/x-icon"/>
    <link rel="stylesheet" type="text/css" href="//news.bizwatch.co.kr/css/reset.css?v220419_v1.0"/>
    <link rel="stylesheet" type="text/css" href="//news.bizwatch.co.kr/css/default.css?v20240503_v1.03"/>
    <link rel="stylesheet" type="text/css" href="//news.bizwatch.co.kr/css/contents.css?v20231114_v1.0"/>
    <link rel="apple-touch-icon-precomposed" href="//news.bizwatch.co.kr/images/favicon/bizwatch-touch-icon_2023.png"/>
    <link rel="canonical" href="http://www.bizwatch.co.kr"/>
    <script src="https://code.jquery.com/jquery-3.2.1.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>
    <script src="//news.bizwatch.co.kr/js/common_page.js?v20230427_v1.01"></script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.imagesloaded/4.1.4/imagesloaded.pkgd.min.js"></script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/masonry/4.2.2/masonry.pkgd.min.js"></script>
    <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5113949642430355" crossorigin="anonymous"></script>
    <script type="text/javascript">
    baseUrl = "//news.bizwatch.co.kr";
    </script>
    <title>비즈워치</title>
    <script type="application/ld+json">
    {
        "@context": "http://schema.org",
        "@type": "Organization",
        "name": "비즈워치",
        "url": "http://www.bizwatch.co.kr/",
        "sameAs": [
            "https://media.naver.com/press/648",
            "https://post.naver.com/bizwatch",
            "https://www.facebook.com/businesswatch",
            "https://twitter.com/biz_watch",
            "https://www.youtube.com/user/bizwatch1",
            "https://www.instagram.com/bizwatch_official/",
            "https://tv.naver.com/bizwatch",
            "https://tv.kakao.com/channel/3785081",
            "http://pf.kakao.com/_xiSSWu"
        ]
    }
    </script>
    
    <script type="text/javascript">
    var baseUrl = '//news.bizwatch.co.kr';
    
    function init_page() {
    	var $container = $('.grid');
    
    	$container.imagesLoaded( function () {
    			$container.masonry({
    				itemSelector: '.news_par',
    				columnWidth: '.news_par',
    				percentPosition: true
    			});
    
    	});
    
        // This is for hiding renewal event ads when scroll down by user
        // 2018.03.09 모바일 배너 스크립트
        $(document).scroll(function() {
    		banner = $('.main_bnr_mobile');
    		banner_flag = $('div[name="mobile_banner_show_flag"]');
    		if(banner_flag.css("display") == "block" ){
    			if($(this).scrollTop()< 20)
    			    banner.removeClass("event_banner_hide");
                else
    			    banner.addClass("event_banner_hide");
            }
        });
    
        // 10주년 CI변경 공지 팝업에 대한 처리
        (function () {
            var self;
            return {
                init: function () {
                    self = this;
    
                    // 팝업 닫기
                    $("._closePopup").click(()=>{
                        $(".popup_bnr").hide();
                    });
    
                    // 그만보기
                    $("._stopShowingPopup").click(()=>{
                        // 쿠키값 설정
                        self.setCookie('donotshowpopup', 'yes', 365);
                        // 닫기 버튼 클릭 이벤트 발생
                        $("._closePopup").trigger('click');
                    });
    
                    // 오늘이 2023.02.23과 2023.03.31 사이이고 쿠키값 설정 안되어 있으면 팝업 보여 주기
                    const nowDt = new Date();
                    nowDt < (new Date('2023-04-01 00:00:00')) && nowDt > (new Date('2023-02-22 00:00:00')) && self.chkCookiePopupVal() && $(".popup_bnr").show();
                },
                setCookie: function(name, value, expiredays) {
                    var todayDate = new Date();
                    todayDate.setDate(todayDate.getDate() + expiredays);
                    document.cookie = name + '=' + escape(value) + '; path=/; expires=' + todayDate.toGMTString() + ';'
                },
                chkCookiePopupVal: function() {
                    var cookiedata = document.cookie;
                    return cookiedata.indexOf('donotshowpopup=yes') < 0;
                }
            }
        }()).init();
    }
    </script>
    
    <!-- Google Tag Manager By 누구나데이터 | 2020.08 -->
    <style>.async-hide { opacity: 0 !important} </style>
    <script>
    // Google Optimize - added at 3 Feb 2021
    (function(a,s,y,n,c,h,i,d,e){s.className+=' '+y;
    h.end=i=function(){s.className=s.className.replace(RegExp(' ?'+y),'')};
    (a[n]=a[n]||[]).hide=h;setTimeout(function(){i();h.end=null},c);
    })(window,document.documentElement,'async-hide','dataLayer',4000,{'GTM-5PWFR95':true});
    </script>
    
    <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-5PWFR95');</script>
    <!-- End Google Tag Manager -->
    </head>
    
    <!DOCTYPE HTML>
    <html lang="ko">
    <head>
    <meta charset="UTF-8"/>
    <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no"/>
    <meta name="author" content="비즈워치"/>
    <meta itemprop="name" property="og:title" content="비즈워치"/>
    <meta property="og:site_name" content="비즈워치"/>
    <meta property="og:url" content="http://www.bizwatch.co.kr"/>
    <meta property="og:description" content="스마트한 눈으로 경제 활동을 도와주는 동반자"/>
    <meta property="og:type" content="website"/>
    <meta property="og:image:type" content="image/jpeg"/>
    <meta property="og:image" content="http://news.bizwatch.co.kr/images/og_image.jpg"/>
    <link rel="shortcut icon" href="//news.bizwatch.co.kr/images/favicon/favicon_2023.ico" type="image/x-icon"/>
    <link rel="stylesheet" type="text/css" href="//news.bizwatch.co.kr/css/reset.css?v220419_v1.0"/>
    <link rel="stylesheet" type="text/css" href="//news.bizwatch.co.kr/css/default.css?v20240503_v1.03"/>
    <link rel="stylesheet" type="text/css" href="//news.bizwatch.co.kr/css/contents.css?v20231114_v1.0"/>
    <link rel="apple-touch-icon-precomposed" href="//news.bizwatch.co.kr/images/favicon/bizwatch-touch-icon_2023.png"/>
    <link rel="canonical" href="http://www.bizwatch.co.kr"/>
    <script src="https://code.jquery.com/jquery-3.2.1.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>
    <script src="//news.bizwatch.co.kr/js/common_page.js?v20230427_v1.01"></script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.imagesloaded/4.1.4/imagesloaded.pkgd.min.js"></script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/masonry/4.2.2/masonry.pkgd.min.js"></script>
    <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5113949642430355" crossorigin="anonymous"></script>
    <script type="text/javascript">
    baseUrl = "//news.bizwatch.co.kr";
    </script>
    <title>비즈워치</title>
    <script type="application/ld+json">
    {
        "@context": "http://schema.org",
        "@type": "Organization",
        "name": "비즈워치",
        "url": "http://www.bizwatch.co.kr/",
        "sameAs": [
            "https://media.naver.com/press/648",
            "https://post.naver.com/bizwatch",
            "https://www.facebook.com/businesswatch",
            "https://twitter.com/biz_watch",
            "https://www.youtube.com/user/bizwatch1",
            "https://www.instagram.com/bizwatch_official/",
            "https://tv.naver.com/bizwatch",
            "https://tv.kakao.com/channel/3785081",
            "http://pf.kakao.com/_xiSSWu"
        ]
    }
    </script>
    
    <script type="text/javascript">
    var baseUrl = '//news.bizwatch.co.kr';
    
    function init_page() {
    	var $container = $('.grid');
    
    	$container.imagesLoaded( function () {
    			$container.masonry({
    				itemSelector: '.news_par',
    				columnWidth: '.news_par',
    				percentPosition: true
    			});
    
    	});
    
        // This is for hiding renewal event ads when scroll down by user
        // 2018.03.09 모바일 배너 스크립트
        $(document).scroll(function() {
    		banner = $('.main_bnr_mobile');
    		banner_flag = $('div[name="mobile_banner_show_flag"]');
    		if(banner_flag.css("display") == "block" ){
    			if($(this).scrollTop()< 20)
    			    banner.removeClass("event_banner_hide");
                else
    			    banner.addClass("event_banner_hide");
            }
        });
    
        // 10주년 CI변경 공지 팝업에 대한 처리
        (function () {
            var self;
            return {
                init: function () {
                    self = this;
    
                    // 팝업 닫기
                    $("._closePopup").click(()=>{
                        $(".popup_bnr").hide();
                    });
    
                    // 그만보기
                    $("._stopShowingPopup").click(()=>{
                        // 쿠키값 설정
                        self.setCookie('donotshowpopup', 'yes', 365);
                        // 닫기 버튼 클릭 이벤트 발생
                        $("._closePopup").trigger('click');
                    });
    
                    // 오늘이 2023.02.23과 2023.03.31 사이이고 쿠키값 설정 안되어 있으면 팝업 보여 주기
                    const nowDt = new Date();
                    nowDt < (new Date('2023-04-01 00:00:00')) && nowDt > (new Date('2023-02-22 00:00:00')) && self.chkCookiePopupVal() && $(".popup_bnr").show();
                },
                setCookie: function(name, value, expiredays) {
                    var todayDate = new Date();
                    todayDate.setDate(todayDate.getDate() + expiredays);
                    document.cookie = name + '=' + escape(value) + '; path=/; expires=' + todayDate.toGMTString() + ';'
                },
                chkCookiePopupVal: function() {
                    var cookiedata = document.cookie;
                    return cookiedata.indexOf('donotshowpopup=yes') < 0;
                }
            }
        }()).init();
    }
    </script>
    
    <!-- Google Tag Manager By 누구나데이터 | 2020.08 -->
    <style>.async-hide { opacity: 0 !important} </style>
    <script>
    // Google Optimize - added at 3 Feb 2021
    (function(a,s,y,n,c,h,i,d,e){s.className+=' '+y;
    h.end=i=function(){s.className=s.className.replace(RegExp(' ?'+y),'')};
    (a[n]=a[n]||[]).hide=h;setTimeout(function(){i();h.end=null},c);
    })(window,document.documentElement,'async-hide','dataLayer',4000,{'GTM-5PWFR95':true});
    </script>
    
    <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-5PWFR95');</script>
    <!-- End Google Tag Manager -->
    </head>
    

    비즈워치

    Recherche META Description de la page

    Recherche META Keywords de la page

    UPDATE DOMAINES SET server='Apache',redirection='',Status='200',err='',[TITRE]=N'비즈워치',[DESCRIPTION]=N'',[KEYWORDS]=N'' WHERE id=36565054
  • 0

    비즈워치

  • 0. 비즈워치 (4)
  • --------->0
    INSERT INTO KEYWORDS (keyword,id_domaine) VALUES (N'비즈워치',36565054)