• DELETE FROM KEYWORDS WHERE ID_DOMAINE=241384
  • DoneDoneDone

    URL:www.kehlen.lu

    Connection: keep-alive
    Date: Wed, 15 Jan 2025 11:58:18 GMT
    Transfer-Encoding: chunked
    Content-Type: text/html; charset=utf-8
    Location: https://www.kehlen.lu/
    Server: cloudflare
    cf-cache-status: DYNAMIC
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=jCuhxC2NuFcm1J3B2oV9pT950RXwc9c7Qi7NAeLpIJjiGOqcUXpeP3G0f2XZQ4JoCxasY9hSXRoRIS92A0HPWMq1KZgfz0JKzV2HZxZsEHSCPOKvwJIC%2FsE5bx73C161"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    CF-RAY: 9025b1764eacd125-CDG
    alt-svc: h3=":443"; ma=86400
    server-timing: cfL4;desc="?proto=TCP&rtt=14896&min_rtt=14896&rtt_var=7448&sent=2&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=147&delivery_rate=0&cwnd=247&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"
    
    
    Location => https://www.kehlen.lu/
    Status => 301
    <html>
    <head><META http-equiv="refresh" content="0;URL='https://www.kehlen.lu/'"></head>
    

    (vide) Tentative en https

    https://www.kehlen.lu/

    
    
    <!doctype html>
    
    
    <html class="no-js" lang="fr">
    
    <head>
    
    
    
    
    
        
        <script data-cookieconsent="ignore">
            window.dataLayer= window.dataLayer || [];
            function gtag() {
                dataLayer.push(arguments);
            }
            gtag("consent", "default", {
                ad_storage: "denied",
                ad_user_data: "denied",
                ad_personalization: "denied",
                analytics_storage: "granted",
                functionality_storage: "granted",
                personalization_storage: "granted",
                security_storage: "granted",
                wait_for_update: 500,
            });
            gtag("set", "ads_data_redaction", true);
        </script>
    
        <script id="Cookiebot" src="https://consent.cookiebot.com/uc.js" data-cbid="52705862-6591-461d-8dca-2efaa5aa1f84" data-blockingmode="auto" type="text/javascript"></script>
    
        <script data-cookieconsent="ignore">
            // INIT VAR
            let main = ''; // Define main content with a CSS selector. If empty, 'main' is used
            const lang = document.querySelector('html').attributes.lang.value; // get page language
            //DISPLAY NOTICE MESSAGE FOLLOWING THE COOKIE BLOCKED
            window.addEventListener("load", function(){
                let optout,warning, pref, stat, mkt
                switch(lang){
                    case "en":
                        pref = 'Please <a href="javascript:Cookiebot.renew()">accept preferences-cookies</a> to load this content.';
                        stat = 'Please <a href="javascript:Cookiebot.renew()">accept statistics-cookies</a> to load this content.';
                        mkt =  'Please <a href="javascript:Cookiebot.renew()">accept marketing-cookies</a> to load this content.';
                        break;
                    case "fr":
                        pref = 'Veuillez accepter les <a href="javascript:Cookiebot.renew()">cookies de préférences</a> pour charger ce contenu.';
                        stat = 'Veuillez accepter les <a href="javascript:Cookiebot.renew()">cookies statistiques</a> pour charger ce contenu.';
                        mkt =  'Veuillez accepter les <a href="javascript:Cookiebot.renew()">cookies marketing</a> pour charger ce contenu.';
                        break;
                    case "de":
                        pref = 'Bitte akzeptieren Sie <a href="javascript:Cookiebot.renew()">Präferenz-Cookies</a>, um diesen Inhalt zu laden.';
                        stat = 'Bitte akzeptieren Sie <a href="javascript:Cookiebot.renew()">Statistik-Cookies</a>, um diesen Inhalt zu laden.';
                        mkt =  'Bitte akzeptieren Sie <a href="javascript:Cookiebot.renew()">Marketing-Cookies</a>, um diesen Inhalt zu laden.';
                        break;
                    case "nl":
                        pref = 'Accepteer <a href="javascript:Cookiebot.renew()">preferences-cookies</a> om deze inhoud te laden.';
                        stat = 'Accepteer <a href="javascript:Cookiebot.renew()">statistiek-cookies</a> om deze inhoud te laden.';
                        mkt =  'Accepteer <a href="javascript:Cookiebot.renew()">marketing-cookies</a> om deze inhoud te laden.';
                        break;
                    default:
                        pref = 'Please <a href="javascript:Cookiebot.renew()">accept preferences-cookies</a> to load this content.';
                        stat = 'Please <a href="javascript:Cookiebot.renew()">accept statistics-cookies</a> to load this content.';
                        mkt =  'Please <a href="javascript:Cookiebot.renew()">accept marketing-cookies</a> to load this content.';
                }
                main = main == "" ? "main" : main; //if main is empty, css selector is 'main' else css selector is a custom value
                const nodes = document.querySelectorAll(`.cookieconsent-optin-preferences, .cookieconsent-optin-statistics, .cookieconsent-optin-marketing`)
                for(let i=0; i< nodes.length; i++){
                    let node = nodes[i];
                    console.log(node)
                    // Add other conditions here. Complete nodes' selectors if needed
                    /*if(node.tagName == "SCRIPT"){
                        node.classList.add(`cookieconsent-optin-${node.dataset.cookieconsent}`);
                    }
                    if(node.id == "entitylistmapgeo" || node.id == "entitylistdatamap"){
                        node.classList.add('cookieconsent-optin-marketing');
                    }*/
                    let parent = node.parentNode;
                    if(node.classList.contains("cookieconsent-optin-marketing")){
                        optout = "cookieconsent-optout-marketing";
                        warning = mkt;
                    }
                    else if(node.classList.contains("cookieconsent-optin-preferences")){
                        optout = "cookieconsent-optout-preferences";
                        warning = pref;
                    }else if(node.classList.contains("cookieconsent-optin-statistics")){
                        optout = "cookieconsent-optout-statistics";
                        warning = stat;
                    }
                    console.log(i)
                    let node_cc = document.createElement("div");
                    node_cc.className = optout;
                    node_cc.innerHTML = warning;
                    parent.insertBefore(node_cc, node);
                }
            });
            // REMOVE NOTICE IF CLICKED
            document.addEventListener("DOMContentLoaded", () => {
                window.addEventListener('CookiebotOnAccept', function (e) {
                    if (Cookiebot.consent.marketing) {
                        const nodesOptout = document.getElementsByClassName('cookieconsent-optout-marketing')
                        for(let j=0; j< nodesOptout.length; j++){
                            nodesOptout[j].remove();
                        }
                    }
                    if (Cookiebot.consent.preferences) {
                        const nodesOptout = document.getElementsByClassName('cookieconsent-optout-preferences')
                        for(let j=0; j< nodesOptout.length; j++){
                            nodesOptout[j].remove();
                        }
                    }
                    if (Cookiebot.consent.statistics) {
                        const nodesOptout = document.getElementsByClassName('cookieconsent-optout-statistics')
                        for(let j=0; j< nodesOptout.length; j++){
                            nodesOptout[j].remove();
                        }
                    }
    
                },false);
            });
        </script>
        
            <!-- Google Tag Manager -->
            <script data-cookieconsent="ignore">
                (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-NNBZ3TS');
            </script>
            <!-- End Google Tag Manager -->
        
        <!-- Accessibility Code for "kehlen.lu" -->
    
        <script>
    
            window.interdeal = {
                "sitekey": "ce75baf0079685451c629452f45627f6",
                "Position": "left",
                "domains": {
                    "js": "https://cdn.equalweb.com/",
                    "acc": "https://access.equalweb.com/"
                },
                "Menulang": "FR",
                "btnStyle": {
                    "vPosition": [
                        "90%",
                        "80%"
                    ],
                    "scale": [
                        "0.5",
                        "0.5"
                    ],
                    "color": {
                        "main": "#1c4bb6",
                        "second": "#ffffff"
                    },
                    "icon": {
                        "type": 1,
                        "shape": "circle"
                    }
                }
            };
            (function(doc, head, body){
                var coreCall             = doc.createElement('script');
                coreCall.src             = interdeal.domains.js + 'core/5.0.2/accessibility.js';
                coreCall.defer           = true;
                coreCall.integrity       = 'sha512-ZtEuQJ/PGmCE3GccK8/kKHJydMhAyJzoW8ywwy3pqeobhaEfARKS24+RZRYsGyeVwZ1BHPd/QfMDTxzIrMUUrA==';
                coreCall.crossOrigin     = 'anonymous';
                coreCall.setAttribute('data-cfasync', true );
                body? body.appendChild(coreCall) : head.appendChild(coreCall);
            })(document, document.head, document.body);
        </script>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
        
            <title>Administration communale de Kehlen | Commune de Kehlen</title>
        
    
        
            
        
    
        
            <meta name="smartbanner:title" content="Kehlen application">
            <meta name="smartbanner:author" content="Kehlen">
            <meta name="smartbanner:price" content="FREE">
            <meta name="smartbanner:price-suffix-apple" content=" - On the App Store">
            <meta name="smartbanner:price-suffix-google" content=" - In Google Play">
            <meta name="smartbanner:icon-apple" content="/images/favicon/apple-touch-icon.png">
            <meta name="smartbanner:icon-google" content="/images/favicon/android-chrome-144x144.png">
            <meta name="smartbanner:button" content="VIEW">
            <meta name="smartbanner:button-url-apple" content="https://apps.apple.com/fr/app/kehlen-app/id1586565085">
            <meta name="smartbanner:button-url-google" content="https://play.google.com/store/apps/details?id=lu.cuco.kehlen&hl=en">
            <meta name="smartbanner:enabled-platforms" content="android,ios">
            <meta name="smartbanner:close-label" content="Close">
            <meta name="smartbanner:api" content="yes">
    
            
            
                <meta name="description" content="Kehlen est une localité luxembourgeoise et le chef-lieu de la commune portant le même nom située dans le canton de Capellen et le district de Luxembourg">
            
            <meta name="keywords" content="">
        
    
        
            <meta name='robots' content=''/>
        
    
        <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
    
        
            <meta name="twitter:card" content="summary" />
            <meta name="twitter:url" content="https://www.kehlen.lu/" />
            <meta name="twitter:title" content="Administration communale de Kehlen" />
            <meta name="twitter:description" content="Kehlen est une localité luxembourgeoise et le chef-lieu de la commune portant le même nom située dans le canton de Capellen et le district de Luxembourg" />
            
    
            <meta property="og:type" content="article" />
            <meta property="og:url" content="https://www.kehlen.lu/" />
            <meta property="og:title" content="Administration communale de Kehlen" />
            <meta property="og:description" content="Kehlen est une localité luxembourgeoise et le chef-lieu de la commune portant le même nom située dans le canton de Capellen et le district de Luxembourg" />
            
        
    
        
            
                <link rel="canonical" href="https://www.kehlen.lu/"/>
            
        
    
        
            
            
        
    
        
    
        <link rel="icon" type="image/png" sizes="32x32" href="/images/favicon/favicon-32x32.png">
        <link rel="icon" type="image/png" sizes="16x16" href="/images/favicon/favicon-16x16.png">
        
        <link rel="mask-icon" href="/images/favicon/safari-pinned-tab.svg" color="#5bbad5">
        <meta name="msapplication-TileColor" content="#ffffff">
        <meta name="theme-color" content="#ffffff">
    
        <!-- connect to domain of font files -->
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <!-- optionally increase loading priority -->
        <link rel="preload" as="style" href="https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,300;0,400;0,500;1,400&display=swap">
        <!-- async CSS -->
        <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,300;0,400;0,500;1,400&family=Playfair+Display:ital,wght@0,300;0,400;0,500;1,400&display=swap"
              media="print" onload="this.onload=null;this.removeAttribute('media');" type="text/css">
        <!-- no-JS fallback -->
        <noscript>
            <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,300;0,400;0,500;1,400&family=Playfair+Display:ital,wght@0,300;0,400;0,500;1,400&display=swap">
        </noscript>
    
    
    
    
    
        <link rel="stylesheet" href="/css/app.css?v=1732713620">
    
    
    
        
    
    
    
    
    
    </head>
    
    

    Administration communale de Kehlen | Commune de Kehlen

    Recherche META Description de la page

    Kehlen est une localité luxembourgeoise et le chef-lieu de la commune portant le même nom située dans le canton de Capellen et le district de Luxembourg

    Recherche META Keywords de la page

    UPDATE DOMAINES SET server='cloudflare',redirection='https://www.kehlen.lu/',Status='200',err='',[TITRE]=N'Administration communale de Kehlen | Commune de Kehlen',[DESCRIPTION]=N'Kehlen est une localité luxembourgeoise et le chef-lieu de la commune portant le même nom située dans le canton de Capellen et le district de Luxembourg',[KEYWORDS]=N'' WHERE id=241384
  • 0

    Administration communale de Kehlen | Commune de Kehlen Kehlen est une localité luxembourgeoise et le chef-lieu de la commune portant le même nom située dans le canton de Capellen et le district de Luxembourg

  • 0. Administration (14)
  • --------->0
  • 1. communale (9)
  • --------->0
  • 2. de (2)
  • --------->0
  • 3. Kehlen (6)
  • --------->0
  • 4. | (1)
  • --------->0
  • 5. Commune (7)
  • --------->0
  • 9. est (3)
  • --------->0
  • 10. une (3)
  • --------->0
  • 11. localité (8)
  • --------->0
  • 12. luxembourgeoise (15)
  • --------->0
  • 13. et (2)
  • --------->0
  • 14. le (2)
  • --------->0
  • 15. chef-lieu (9)
  • --------->0
  • 17. la (2)
  • --------->0
  • 19. portant (7)
  • --------->0
  • 21. même (4)
  • --------->0
  • 22. nom (3)
  • --------->0
  • 23. située (6)
  • --------->0
  • 24. dans (4)
  • --------->0
  • 26. canton (6)
  • --------->0
  • 28. Capellen (8)
  • --------->0
  • 31. district (8)
  • --------->0
  • 33. Luxembourg (10)
  • --------->0
    INSERT INTO KEYWORDS (keyword,id_domaine) VALUES (N'Administration',241384),(N'communale',241384),(N'de',241384),(N'Kehlen',241384),(N'|',241384),(N'Commune',241384),(N'est',241384),(N'une',241384),(N'localité',241384),(N'luxembourgeoise',241384),(N'et',241384),(N'le',241384),(N'chef-lieu',241384),(N'la',241384),(N'portant',241384),(N'même',241384),(N'nom',241384),(N'située',241384),(N'dans',241384),(N'canton',241384),(N'Capellen',241384),(N'district',241384),(N'Luxembourg',241384)