• DELETE FROM KEYWORDS WHERE ID_DOMAINE=34047171
  • DoneDoneDone

    URL:www.united.no

    Cache-Control: max-age=3600
    Connection: keep-alive
    Date: Tue, 05 Nov 2024 07:59:53 GMT
    Content-Length: 167
    Content-Type: text/html
    Expires: Tue, 05 Nov 2024 08:59:53 GMT
    Location: https://www.united.no/
    Server: cloudflare
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=khloDOK7pc%2FUAodxGfd7JpUk5iFLTUedvDNRt%2BKAZBT0FbswgxrSMRy%2BTrpIWoaw7O%2FI8Ud2YbReIMceg7lqboNMfy0D3CWiwBVpl%2Frwc0TdsKBlLnjLc3hcE2jxt3M%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    CF-RAY: 8ddb4e96ad59d136-CDG
    alt-svc: h3=":443"; ma=86400
    server-timing: cfL4;desc="?proto=TCP&rtt=15655&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=147&delivery_rate=0&cwnd=239&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"
    
    
    Location => https://www.united.no/
    Status => 301
    <html>
    <head><title>301 Moved Permanently</title></head>
    

    (vide) Tentative en https

    https://www.united.no/

    <!DOCTYPE html>
    <html lang="nb-NO" dir="ltr" class="resp_fonts" data-hostpath="index">
        <head>
    
                    
                    <title>United - forsiden</title>
                    <meta name="title" content="United - forsiden">
                    <meta name="description" content="">
                    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
                    <link rel="canonical" href="https://www.united.no/">
                    <meta name="viewport" content="width=device-width, initial-scale=1">
                    
                    <meta property="og:type" content="frontpage">
                    <meta property="og:title" content="united - forsiden">
                    <meta property="og:description" content="">
    
                    
                    <script ><!-- InMobi Choice. Consent Manager Tag v3.0 (for TCF 2.2) -->
    (function() {
      var host = 'united.no';
      var element = document.createElement('script');
      var firstScript = document.getElementsByTagName('script')[0];
      var url = 'https://cmp.inmobi.com'
        .concat('/choice/', 'EejKg8VDT6jAU', '/', host, '/choice.js?tag_version=V3');
      var uspTries = 0;
      var uspTriesLimit = 3;
      element.async = true;
      element.type = 'text/javascript';
      element.src = url;
    
      firstScript.parentNode.insertBefore(element, firstScript);
    
      function makeStub() {
        var TCF_LOCATOR_NAME = '__tcfapiLocator';
        var queue = [];
        var win = window;
        var cmpFrame;
    
        function addFrame() {
          var doc = win.document;
          var otherCMP = !!(win.frames[TCF_LOCATOR_NAME]);
    
          if (!otherCMP) {
            if (doc.body) {
              var iframe = doc.createElement('iframe');
    
              iframe.style.cssText = 'display:none';
              iframe.name = TCF_LOCATOR_NAME;
              doc.body.appendChild(iframe);
            } else {
              setTimeout(addFrame, 5);
            }
          }
          return !otherCMP;
        }
    
        function tcfAPIHandler() {
          var gdprApplies;
          var args = arguments;
    
          if (!args.length) {
            return queue;
          } else if (args[0] === 'setGdprApplies') {
            if (
              args.length > 3 &&
              args[2] === 2 &&
              typeof args[3] === 'boolean'
            ) {
              gdprApplies = args[3];
              if (typeof args[2] === 'function') {
                args[2]('set', true);
              }
            }
          } else if (args[0] === 'ping') {
            var retr = {
              gdprApplies: gdprApplies,
              cmpLoaded: false,
              cmpStatus: 'stub'
            };
    
            if (typeof args[2] === 'function') {
              args[2](retr);
            }
          } else {
            if(args[0] === 'init' && typeof args[3] === 'object') {
              args[3] = Object.assign(args[3], { tag_version: 'V3' });
            }
            queue.push(args);
          }
        }
    
        function postMessageEventHandler(event) {
          var msgIsString = typeof event.data === 'string';
          var json = {};
    
          try {
            if (msgIsString) {
              json = JSON.parse(event.data);
            } else {
              json = event.data;
            }
          } catch (ignore) {}
    
          var payload = json.__tcfapiCall;
    
          if (payload) {
            window.__tcfapi(
              payload.command,
              payload.version,
              function(retValue, success) {
                var returnMsg = {
                  __tcfapiReturn: {
                    returnValue: retValue,
                    success: success,
                    callId: payload.callId
                  }
                };
                if (msgIsString) {
                  returnMsg = JSON.stringify(returnMsg);
                }
                if (event && event.source && event.source.postMessage) {
                  event.source.postMessage(returnMsg, '*');
                }
              },
              payload.parameter
            );
          }
        }
    
        while (win) {
          try {
            if (win.frames[TCF_LOCATOR_NAME]) {
              cmpFrame = win;
              break;
            }
          } catch (ignore) {}
    
          if (win === window.top) {
            break;
          }
          win = win.parent;
        }
        if (!cmpFrame) {
          addFrame();
          win.__tcfapi = tcfAPIHandler;
          win.addEventListener('message', postMessageEventHandler, false);
        }
      };
    
      makeStub();
    
      var uspStubFunction = function() {
        var arg = arguments;
        if (typeof window.__uspapi !== uspStubFunction) {
          setTimeout(function() {
            if (typeof window.__uspapi !== 'undefined') {
              window.__uspapi.apply(window.__uspapi, arg);
            }
          }, 500);
        }
      };
    
      var checkIfUspIsReady = function() {
        uspTries++;
        if (window.__uspapi === uspStubFunction && uspTries < uspTriesLimit) {
          console.warn('USP is not accessible');
        } else {
          clearInterval(uspInterval);
        }
      };
    
      if (typeof window.__uspapi === 'undefined') {
        window.__uspapi = uspStubFunction;
        var uspInterval = setInterval(checkIfUspIsReady, 6000);
      }
    })();
    <!-- End InMobi Choice. Consent Manager Tag v3.0 (for TCF 2.2) --></script><script async="async" src="https://functions.adnami.io/api/macro/adsm.macro.united.no.js"></script><script async src="https://t.seedtag.com/t/0727-8174-01.js"></script>
                    
                    <meta property="og:url" content="https://www.united.no/">
                            <link type="image/png" rel="icon" sizes="32x32" href="/view-resources/dachser2/public/united/favicon.ico">
                            <link type="image/png" rel="icon" sizes="16x16" href="/view-resources/dachser2/public/united/favicon-16x16.png">
                            <link type="image/png" rel="icon" sizes="32x32" href="/view-resources/dachser2/public/united/favicon-32x32.png">
                            <link type="image/png" rel="apple-touch-icon" sizes="32x32" href="/view-resources/dachser2/public/united/apple-touch-icon.png">
                            <link type="image/png" rel="android-chrome" sizes="192x192" href="/view-resources/dachser2/public/united/android-chrome-192x192.png">
                            <link type="image/png" rel="android-chrome" sizes="512x512" href="/view-resources/dachser2/public/united/android-chrome-512x512.png">
                    <link href="https://fonts.googleapis.com/css?family=Merriweather:300,400,700,900" rel="stylesheet"  media="print" onload="this.media='all'" >
                    <link rel="stylesheet" href="/view-resources/view/css/grid.css?v=1729517466-L4">
                    <link rel="stylesheet" href="/view-resources/view/css/main.css?v=1729517466-L4">
                    <link rel="stylesheet" href="/view-resources/view/css/colors.css?v=1729517466-L4">
                    <link rel="stylesheet" href="/view-resources/view/css/print.css?v=1729517466-L4" media="print">
                    <link rel="stylesheet" href="/view-resources/view/css/foundation-icons/foundation-icons.css?v=1729517466-L4">
                    <link rel="stylesheet" href="/view-resources/view/css/site/united.css?v=1729517466-L4">
                    <style data-key="background_colors">
                        .bg-primary {background-color: rgba(235,0,4,1);color: #fff;}.bg-secondary {background-color: rgba(102,102,102,1);color: #fff;}.bg-tertiary {background-color: rgba(34,34,34,1);color: #fff;}.bg-quaternary {background-color: rgba(255,255,255,1);}@media (max-width: 1023px) { .color_mobile_bg-primary {background-color: rgba(235,0,4,1);color: #fff;}}@media (max-width: 1023px) { .color_mobile_bg-secondary {background-color: rgba(102,102,102,1);color: #fff;}}@media (max-width: 1023px) { .color_mobile_bg-tertiary {background-color: rgba(34,34,34,1);color: #fff;}}@media (max-width: 1023px) { .color_mobile_bg-quaternary {background-color: rgba(255,255,255,1);}}
                    </style>
                    <style data-key="background_colors_opacity">
                        .bg-primary.op-bg_20 {background-color: rgba(235, 0, 4, 0.2);color: #fff;}.bg-primary.op-bg_40 {background-color: rgba(235, 0, 4, 0.4);color: #fff;}.bg-primary.op-bg_60 {background-color: rgba(235, 0, 4, 0.6);color: #fff;}.bg-primary.op-bg_80 {background-color: rgba(235, 0, 4, 0.8);color: #fff;}.bg-secondary.op-bg_20 {background-color: rgba(102, 102, 102, 0.2);color: #fff;}.bg-secondary.op-bg_40 {background-color: rgba(102, 102, 102, 0.4);color: #fff;}.bg-secondary.op-bg_60 {background-color: rgba(102, 102, 102, 0.6);color: #fff;}.bg-secondary.op-bg_80 {background-color: rgba(102, 102, 102, 0.8);color: #fff;}.bg-tertiary.op-bg_20 {background-color: rgba(34, 34, 34, 0.2);color: #fff;}.bg-tertiary.op-bg_40 {background-color: rgba(34, 34, 34, 0.4);color: #fff;}.bg-tertiary.op-bg_60 {background-color: rgba(34, 34, 34, 0.6);color: #fff;}.bg-tertiary.op-bg_80 {background-color: rgba(34, 34, 34, 0.8);color: #fff;}.bg-quaternary.op-bg_20 {background-color: rgba(255, 255, 255, 0.2);}.bg-quaternary.op-bg_40 {background-color: rgba(255, 255, 255, 0.4);}.bg-quaternary.op-bg_60 {background-color: rgba(255, 255, 255, 0.6);}.bg-quaternary.op-bg_80 {background-color: rgba(255, 255, 255, 0.8);}@media (max-width: 1023px) { .color_mobile_bg-primary.op-bg_20 {background-color: rgba(235, 0, 4, 0.2);color: #fff;}}@media (max-width: 1023px) { .color_mobile_bg-primary.op-bg_40 {background-color: rgba(235, 0, 4, 0.4);color: #fff;}}@media (max-width: 1023px) { .color_mobile_bg-primary.op-bg_60 {background-color: rgba(235, 0, 4, 0.6);color: #fff;}}@media (max-width: 1023px) { .color_mobile_bg-primary.op-bg_80 {background-color: rgba(235, 0, 4, 0.8);color: #fff;}}@media (max-width: 1023px) { .color_mobile_bg-secondary.op-bg_20 {background-color: rgba(102, 102, 102, 0.2);color: #fff;}}@media (max-width: 1023px) { .color_mobile_bg-secondary.op-bg_40 {background-color: rgba(102, 102, 102, 0.4);color: #fff;}}@media (max-width: 1023px) { .color_mobile_bg-secondary.op-bg_60 {background-color: rgba(102, 102, 102, 0.6);color: #fff;}}@media (max-width: 1023px) { .color_mobile_bg-secondary.op-bg_80 {background-color: rgba(102, 102, 102, 0.8);color: #fff;}}@media (max-width: 1023px) { .color_mobile_bg-tertiary.op-bg_20 {background-color: rgba(34, 34, 34, 0.2);color: #fff;}}@media (max-width: 1023px) { .color_mobile_bg-tertiary.op-bg_40 {background-color: rgba(34, 34, 34, 0.4);color: #fff;}}@media (max-width: 1023px) { .color_mobile_bg-tertiary.op-bg_60 {background-color: rgba(34, 34, 34, 0.6);color: #fff;}}@media (max-width: 1023px) { .color_mobile_bg-tertiary.op-bg_80 {background-color: rgba(34, 34, 34, 0.8);color: #fff;}}@media (max-width: 1023px) { .color_mobile_bg-quaternary.op-bg_20 {background-color: rgba(255, 255, 255, 0.2);}}@media (max-width: 1023px) { .color_mobile_bg-quaternary.op-bg_40 {background-color: rgba(255, 255, 255, 0.4);}}@media (max-width: 1023px) { .color_mobile_bg-quaternary.op-bg_60 {background-color: rgba(255, 255, 255, 0.6);}}@media (max-width: 1023px) { .color_mobile_bg-quaternary.op-bg_80 {background-color: rgba(255, 255, 255, 0.8);}}
                    </style>
                    <style data-key="border_colors">
                        .border-bg-primary {border-color: rgba(235,0,4,1) !important;}.border-bg-secondary {border-color: rgba(102,102,102,1) !important;}.border-bg-tertiary {border-color: rgba(34,34,34,1) !important;}.border-bg-quaternary {border-color: rgba(255,255,255,1) !important;}@media (max-width: 1023px) { .mobile_border-bg-primary {border-color: rgba(235,0,4,1) !important;}}@media (max-width: 1023px) { .mobile_border-bg-secondary {border-color: rgba(102,102,102,1) !important;}}@media (max-width: 1023px) { .mobile_border-bg-tertiary {border-color: rgba(34,34,34,1) !important;}}@media (max-width: 1023px) { .mobile_border-bg-quaternary {border-color: rgba(255,255,255,1) !important;}}
                    </style>
                    <style data-key="font_colors">
                        .primary {color: rgba(0,0,0,1) !important;}.secondary {color: rgba(255,255,255,1) !important;}.tertiary {color: rgba(252,0,0,1) !important;}@media (max-width: 1023px) { .color_mobile_primary {color: rgba(0,0,0,1) !important;}}@media (max-width: 1023px) { .color_mobile_secondary {color: rgba(255,255,255,1) !important;}}@media (max-width: 1023px) { .color_mobile_tertiary {color: rgba(252,0,0,1) !important;}}
                    </style>
                    <style data-key="image_gradient">
                        .image-gradient-bg-primary .img:after {background-image: linear-gradient(to bottom, transparent 50%, rgba(235,0,4,1));content: "";position: absolute;top: 0;left: 0;right: 0;bottom: 0;pointer-events: none;}.image-gradient-bg-secondary .img:after {background-image: linear-gradient(to bottom, transparent 50%, rgba(102,102,102,1));content: "";position: absolute;top: 0;left: 0;right: 0;bottom: 0;pointer-events: none;}.image-gradient-bg-tertiary .img:after {background-image: linear-gradient(to bottom, transparent 50%, rgba(34,34,34,1));content: "";position: absolute;top: 0;left: 0;right: 0;bottom: 0;pointer-events: none;}.image-gradient-bg-quaternary .img:after {background-image: linear-gradient(to bottom, transparent 50%, rgba(255,255,255,1));content: "";position: absolute;top: 0;left: 0;right: 0;bottom: 0;pointer-events: none;}@media (max-width: 1023px) { .color_mobile_image-gradient-bg-primary .img:after {background-image: linear-gradient(to bottom, transparent 50%, rgba(235,0,4,1));content: "";position: absolute;top: 0;left: 0;right: 0;bottom: 0;pointer-events: none;}}@media (max-width: 1023px) { .color_mobile_image-gradient-bg-secondary .img:after {background-image: linear-gradient(to bottom, transparent 50%, rgba(102,102,102,1));content: "";position: absolute;top: 0;left: 0;right: 0;bottom: 0;pointer-events: none;}}@media (max-width: 1023px) { .color_mobile_image-gradient-bg-tertiary .img:after {background-image: linear-gradient(to bottom, transparent 50%, rgba(34,34,34,1));content: "";position: absolute;top: 0;left: 0;right: 0;bottom: 0;pointer-events: none;}}@media (max-width: 1023px) { .color_mobile_image-gradient-bg-quaternary .img:after {background-image: linear-gradient(to bottom, transparent 50%, rgba(255,255,255,1));content: "";position: absolute;top: 0;left: 0;right: 0;bottom: 0;pointer-events: none;}}.image-gradient-bg-primary.image-gradient-left .img:after {background-image: linear-gradient(to left, transparent 50%, rgba(235,0,4,1));}.image-gradient-bg-secondary.image-gradient-left .img:after {background-image: linear-gradient(to left, transparent 50%, rgba(102,102,102,1));}.image-gradient-bg-tertiary.image-gradient-left .img:after {background-image: linear-gradient(to left, transparent 50%, rgba(34,34,34,1));}.image-gradient-bg-quaternary.image-gradient-left .img:after {background-image: linear-gradient(to left, transparent 50%, rgba(255,255,255,1));}@media (max-width: 1023px) { .color_mobile_image-gradient-bg-primary.image-gradient-left .img:after {background-image: linear-gradient(to left, transparent 50%, rgba(235,0,4,1));}}@media (max-width: 1023px) { .color_mobile_image-gradient-bg-secondary.image-gradient-left .img:after {background-image: linear-gradient(to left, transparent 50%, rgba(102,102,102,1));}}@media (max-width: 1023px) { .color_mobile_image-gradient-bg-tertiary.image-gradient-left .img:after {background-image: linear-gradient(to left, transparent 50%, rgba(34,34,34,1));}}@media (max-width: 1023px) { .color_mobile_image-gradient-bg-quaternary.image-gradient-left .img:after {background-image: linear-gradient(to left, transparent 50%, rgba(255,255,255,1));}}.image-gradient-bg-primary.image-gradient-right .img:after {background-image: linear-gradient(to right, transparent 50%, rgba(235,0,4,1));}.image-gradient-bg-secondary.image-gradient-right .img:after {background-image: linear-gradient(to right, transparent 50%, rgba(102,102,102,1));}.image-gradient-bg-tertiary.image-gradient-right .img:after {background-image: linear-gradient(to right, transparent 50%, rgba(34,34,34,1));}.image-gradient-bg-quaternary.image-gradient-right .img:after {background-image: linear-gradient(to right, transparent 50%, rgba(255,255,255,1));}@media (max-width: 1023px) { .color_mobile_image-gradient-bg-primary.image-gradient-right .img:after {background-image: linear-gradient(to right, transparent 50%, rgba(235,0,4,1));}}@media (max-width: 1023px) { .color_mobile_image-gradient-bg-secondary.image-gradient-right .img:after {background-image: linear-gradient(to right, transparent 50%, rgba(102,102,102,1));}}@media (max-width: 1023px) { .color_mobile_image-gradient-bg-tertiary.image-gradient-right .img:after {background-image: linear-gradient(to right, transparent 50%, rgba(34,34,34,1));}}@media (max-width: 1023px) { .color_mobile_image-gradient-bg-quaternary.image-gradient-right .img:after {background-image: linear-gradient(to right, transparent 50%, rgba(255,255,255,1));}}.image-gradient-bg-primary.image-gradient-top .img:after {background-image: linear-gradient(to top, transparent 50%, rgba(235,0,4,1));}.image-gradient-bg-secondary.image-gradient-top .img:after {background-image: linear-gradient(to top, transparent 50%, rgba(102,102,102,1));}.image-gradient-bg-tertiary.image-gradient-top .img:after {background-image: linear-gradient(to top, transparent 50%, rgba(34,34,34,1));}.image-gradient-bg-quaternary.image-gradient-top .img:after {background-image: linear-gradient(to top, transparent 50%, rgba(255,255,255,1));}@media (max-width: 1023px) { .color_mobile_image-gradient-bg-primary.image-gradient-top .img:after {background-image: linear-gradient(to top, transparent 50%, rgba(235,0,4,1));}}@media (max-width: 1023px) { .color_mobile_image-gradient-bg-secondary.image-gradient-top .img:after {background-image: linear-gradient(to top, transparent 50%, rgba(102,102,102,1));}}@media (max-width: 1023px) { .color_mobile_image-gradient-bg-tertiary.image-gradient-top .img:after {background-image: linear-gradient(to top, transparent 50%, rgba(34,34,34,1));}}@media (max-width: 1023px) { .color_mobile_image-gradient-bg-quaternary.image-gradient-top .img:after {background-image: linear-gradient(to top, transparent 50%, rgba(255,255,255,1));}}
                    </style>
    <script src="/view-resources/public/common/JWTCookie.js?v=1729517466-L4"></script>
    <script src="/view-resources/public/common/Paywall.js?v=1729517466-L4"></script>
                    <script>
                    window.Dac = window.Dac || {};
                    (function () {
                        if (navigator) {
                            window.Dac.clientData = {
                                language: navigator.language,
                                userAgent: navigator.userAgent,
                                innerWidth: window.innerWidth,
                                innerHeight: window.innerHeight,
                                deviceByMediaQuery: getDeviceByMediaQuery(),
                                labDevice: 'desktop', // Device from labrador
                                device: 'desktop', // Device from varnish
                                paywall: {
                                    isAuthenticated: isPaywallAuthenticated(),
                                    toggleAuthenticatedContent: toggleAuthenticatedContent,
                                    requiredProducts: [],
                                },
                                page: {
                                    id: '100001',
                                    extId: ''
                                },
                                siteAlias: 'united',
                                debug: window.location.href.includes('debug=1')
                            };
                            function getDeviceByMediaQuery() {
                                if (window.matchMedia('(max-width: 767px)').matches) return 'mobile';
                                if (window.matchMedia('(max-width: 1023px)').matches) return 'tablet';
                                return 'desktop';
                            }
    
                            function isPaywallAuthenticated() {
                                if (window.Dac && window.Dac.JWTCookie) {
                                    var JWTCookie = new Dac.JWTCookie({ debug: false });
                                    return JWTCookie.isAuthenticated();
                                }
                                return false;
                            }
    
                            function toggleAuthenticatedContent(settings) {
                                if (!window.Dac || !window.Dac.Paywall) {
                                    return;
                                }
                                var Paywall = new Dac.Paywall();
                                var updateDOM = Paywall.updateDOM;
    
                                if(settings && settings.displayUserName) {
                                    var userName = Paywall.getUserName().then((userName) => {
                                        updateDOM(userName !== false, userName, settings.optionalGreetingText);
                                    });
                                } else {
                                    updateDOM(window.Dac.clientData.paywall.isAuthenticated);
                                }
                            }
                        }
                    }());
                    </script>                    <script type="module" src="/view-resources/baseview/public/common/baseview/moduleHandlers.js?v=1729517466-L4" data-cookieconsent="ignore"></script>
    <!-- Google Tag Manager -->
    <script>
        window.dataLayer = window.dataLayer || [];
    </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-WBJ4LT');</script>
    
                            <script async src="https://securepubads.g.doubleclick.net/tag/js/gpt.js"></script>
                            <script>
                                window.googletag = window.googletag || {cmd: []};
    
                                googletag.cmd.push(function() {
                                    var handleAsTablet = (Dac.clientData.device === 'tablet' || Dac.clientData.innerWidth < 1316);
    
                                    googletag.pubads().disableInitialLoad();
                                    if (!(handleAsTablet && 'true' === 'true')) {
                                        googletag
                                            .defineSlot('/21678783723/desktop/skyscraper_right', [[160,600], [180,500], [300,250], [300,600]], 'desktop/skyscraper_right')
                                            .addService(googletag.pubads());
                                    }
                                    if (!(handleAsTablet && 'true' === 'true')) {
                                        googletag
                                            .defineSlot('/21678783723/desktop/skyscraper_left', [[160,600], [180,500], [300,250], [300,600]], 'desktop/skyscraper_left')
                                            .addService(googletag.pubads());
                                    }
                                    if (!(handleAsTablet && '' === 'true')) {
                                        googletag
                                            .defineSlot('/21678783723/desktop/topbanner', [[970,90], [970,250], [980,120], [980,150], [980,250], [980,300], [1,2]], 'desktop/topbanner')
                                            .addService(googletag.pubads());
                                    }
                                    if (!(handleAsTablet && '' === 'true')) {
                                        googletag
                                            .defineSlot('/21678783723/desktop/netbanner_1', [[580,400], [580,500], [728,90], [970,90], [970,250], [980,120], [980,150], [980,250], [980,300], [980,600]], 'desktop/netbanner_1')
                                            .addService(googletag.pubads());
                                    }
                                    if (!(handleAsTablet && '' === 'true')) {
                                        googletag
                                            .defineSlot('/21678783723/desktop/netbanner_2', [[580,400], [580,500], [728,90], [970,90], [970,250], [980,120], [980,150], [980,250], [980,300], [980,600]], 'desktop/netbanner_2')
                                            .addService(googletag.pubads());
                                    }
                                    if (!(handleAsTablet && '' === 'true')) {
                                        googletag
                                            .defineSlot('/21678783723/desktop/netbanner_3', [[580,400], [580,500], [728,90], [970,90], [970,250], [980,120], [980,150], [980,250], [980,300], [980,600]], 'desktop/netbanner_3')
                                            .addService(googletag.pubads());
                                    }
                                    if (!(handleAsTablet && '' === 'true')) {
                                        googletag
                                            .defineSlot('/21678783723/desktop/netbanner_4', [[580,400], [580,500], [728,90], [970,90], [970,250], [980,120], [980,150], [980,250], [980,300], [980,600]], 'desktop/netbanner_4')
                                            .addService(googletag.pubads());
                                    }
                                    if (!(handleAsTablet && '' === 'true')) {
                                        googletag
                                            .defineSlot('/21678783723/desktop/netbanner_5', [[580,400], [580,500], [728,90], [970,90], [970,250], [980,120], [980,150], [980,250], [980,300], [980,600]], 'desktop/netbanner_5')
                                            .addService(googletag.pubads());
                                    }
                                    if (!(handleAsTablet && '' === 'true')) {
                                        googletag
                                            .defineSlot('/21678783723/desktop/netbanner_6', [[580,400], [580,500], [728,90], [970,90], [970,250], [980,120], [980,150], [980,250], [980,300], [980,600]], 'desktop/netbanner_6')
                                            .addService(googletag.pubads());
                                    }
    
                                    googletag.pubads().setTargeting("env", "prod");
                                    googletag.pubads().setTargeting("site", "united");
                                    googletag.pubads().setTargeting("section", "");
                                    googletag.pubads().setTargeting("context", "front");
                                    googletag.pubads().setTargeting("hostpath", "index");
    
                                    var useLadyLoading = true || false;
                                    if (useLadyLoading) {
                                        googletag.pubads().enableLazyLoad({
                                            fetchMarginPercent: 150,
                                            renderMarginPercent: 150,
                                            mobileScaling: 2.0
                                        });
                                    }
                                    
                                    googletag.pubads().enableSingleRequest();
                                    googletag.pubads().collapseEmptyDivs();
                                    googletag.enableServices();
                                });
                            </script>
                    <style id="dachser-vieweditor-styles">
                        .font-PublicoHeadline { font-family: "Publico Headline" !important; }
                        .font-PublicoHeadline.font-weight-normal { font-weight: 400 !important; }
                        .font-PublicoHeadline.font-weight-bold { font-weight: 700 !important; }
                        .font-PublicoHeadline.font-weight-light { font-weight: 300 !important; }
                        .font-PublicoText { font-family: "Publico Text" !important; }
                        .font-PublicoText.font-weight-bold { font-weight: 700 !important; }
                        .font-PublicoText.font-weight-normal { font-weight: 400 !important; }
                        .font-StagSans { font-family: "Stag Sans" !important; }
                        .font-StagSans.font-weight-normal { font-weight: 400 !important; }
                        .font-StagSans.font-weight-bold { font-weight: 700 !important; }
                    </style>
                    <style id="css_variables"></style>
                    <script>
                        window.dachserData = {
                            _data: {},
                            _instances: {},
                            get: function(key) {
                                return dachserData._data[key] || null;
                            },
                            set: function(key, value) {
                                dachserData._data[key] = value;
                            },
                            push: function(key, value) {
                                if (!dachserData._data[key]) {
                                    dachserData._data[key] = [];
                                }
                                dachserData._data[key].push(value);
                            },
                            setInstance: function(key, identifier, instance) {
                                if (!dachserData._instances[key]) {
                                    dachserData._instances[key] = {};
                                }
                                dachserData._instances[key][identifier] = instance;
                            },
                            getInstance: function(key, identifier) {
                                return dachserData._instances[key] ? dachserData._instances[key][identifier] || null : null;
                            },
                            reflow: () => {}
                        };
                    </script>
                    
    
                    <script type="application/ld+json">
                    [{"@context":"http://schema.org","@type":"WebSite","name":"united","url":"https://www.united.no"},{"@context":"https://schema.org","@type":"WebPage","name":"United - forsiden","description":""}]
                    </script>                
                    <script >window.Dac.clientData.paywall.toggleAuthenticatedContent = function() {
        const unitedAuthenticated = document.cookie.split(';').some((item) => item.trim().startsWith('Paywall-Subscriber='));
        if (!window.Dac || !window.Dac.Paywall) return;
        var Paywall = new Dac.Paywall();
        var updateDOM = Paywall.updateDOM;
        updateDOM(unitedAuthenticated);
    }</script><script async src="https://otc-cdn.relevant-digital.com/static/tags/63f4c5f39c0bb0c19912afbc.js"></script><script >(function() {
    		window.relevantDigital = window.relevantDigital || {};
    		relevantDigital.cmd = relevantDigital.cmd || [];
    		relevantDigital.cmd.push(function() {
    			relevantDigital.loadPrebid({
    				configId: '667bd825fe094cc8c40d83cc',
    				manageAdserver: false,
    				collapseEmptyDivs: true,
    				collapseBeforeAdFetch: false,
    				noGpt: true,
    				allowedDivIds: null, // set to an array to only load certain <div>s, example - ["divId1", "divId2"]
    				noSlotReload: false, // set true to only load ad slots that have never been loaded 
    			});
    		});
    	})();</script>
                    
    
    
    <script>
    var k5aMeta = { "title": "United - forsiden", "url": "https://www.united.no/", "login": (Dac.clientData.paywall.isAuthenticated ? 1 : 0), "subscriber": (Dac.clientData.paywall.isAuthenticated ? 1 : 0) };
    </script>
                    <script src="//cl.k5a.io/6156b8c81b4d741e051f44c2.js" async></script>
    
                    <script src="https://cl.k5a.io/60ae49163984713a036f5c02.js" async></script>
            
        </head>
        

    United - forsiden

    Recherche META Description de la page

    Recherche META Keywords de la page

    UPDATE DOMAINES SET server='cloudflare',redirection='https://www.united.no/',Status='200',err='',[TITRE]=N'United - forsiden',[DESCRIPTION]=N'',[KEYWORDS]=N'' WHERE id=34047171
  • 0

    United - forsiden

  • 0. United (6)
  • --------->0
  • 1. - (1)
  • --------->0
  • 2. forsiden (8)
  • --------->0
    INSERT INTO KEYWORDS (keyword,id_domaine) VALUES (N'United',34047171),(N'-',34047171),(N'forsiden',34047171)