DELETE FROM KEYWORDS WHERE ID_DOMAINE=241421DoneDoneDone
URL:www.stadtbredimus.lu
Connection: keep-alive
Date: Wed, 15 Jan 2025 11:59:29 GMT
Transfer-Encoding: chunked
Content-Type: text/html; charset=utf-8
Location: https://www.stadtbredimus.lu/
Server: cloudflare
cf-cache-status: DYNAMIC
Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=3x%2B7hKZbliMhWpFtODnup5H%2FBinEsl1pjxWLgmFzObvIF%2BWeq%2B2s67YGMEvYbJraqRo4ARZOKFoHJezouZJk%2BaCV6j%2FZHYmOIk50lulm%2FY08I1nu21VUwOdjcKuIyRQR6bQl9cv2SQ%3D%3D"}],"group":"cf-nel","max_age":604800}
NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
CF-RAY: 9025b32ee8d7d156-CDG
alt-svc: h3=":443"; ma=86400
server-timing: cfL4;desc="?proto=TCP&rtt=14965&min_rtt=14965&rtt_var=7482&sent=2&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=154&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"
Location => https://www.stadtbredimus.lu/
Status => 301
<html>
<head><META http-equiv="refresh" content="0;URL='https://www.stadtbredimus.lu/'"></head>
(vide) Tentative en https
<!doctype html>
<html class="no-js" lang="fr">
<head>
<script id="Cookiebot" src="https://consent.cookiebot.com/uc.js" data-cbid="ac6d4647-69ca-4d48-8e7e-f9b5a9dc5835" data-blockingmode="auto" type="text/javascript"></script>
<!-- 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=Inter:wght@100..900&display=swap">
<!-- async CSS -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap"
media="print" onload="this.onload=null;this.removeAttribute('media');" type="text/css">
<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 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-preferences")) {
optout = "cookieconsent-optout-preferences";
warning = pref;
} else if (node.classList.contains("cookieconsent-optin-statistics")) {
optout = "cookieconsent-optout-statistics";
warning = stat;
} else if (node.classList.contains("cookieconsent-optin-marketing")) {
optout = "cookieconsent-optout-marketing";
warning = mkt;
}
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.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();
}
}
if (Cookiebot.consent.marketing) {
const nodesOptout = document.getElementsByClassName('cookieconsent-optout-marketing')
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-MKWV27L');
</script>
<!-- End Google Tag Manager -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Administration communale de Stadtbredimus | Commune de Stadtbredimus</title>
<meta name="description" content="">
<meta name="keywords" content="">
<meta name='robots'
content='noindex,nofollow,noarchive,nosnippet,noodp'/>
<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.stadtbredimus.lu/"/>
<meta name="twitter:title"
content="Administration communale de Stadtbredimus"/>
<meta name="twitter:description"
content=""/>
<meta property="og:type" content="article"/>
<meta property="og:url" content="https://www.stadtbredimus.lu/"/>
<meta property="og:title" content="Administration communale de Stadtbredimus"/>
<meta property="og:description" content=""/>
<link rel="canonical" href="https://www.stadtbredimus.lu/"/>
<link rel="apple-touch-icon" sizes="180x180" href="/images/favicon/apple-touch-icon.png">
<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="manifest" href="/images/favicon/site.webmanifest">
<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">
<link rel="stylesheet" href="/css/app.css?v=1733223444">
</head>
Administration communale de Stadtbredimus | Commune de Stadtbredimus
Recherche META Description de la page
Recherche META Keywords de la page
UPDATE DOMAINES SET server='cloudflare',redirection='https://www.stadtbredimus.lu/',Status='200',err='',[TITRE]=N'Administration communale de Stadtbredimus | Commune de Stadtbredimus',[DESCRIPTION]=N'',[KEYWORDS]=N'' WHERE id=241421
0 Administration communale de Stadtbredimus | Commune de Stadtbredimus
0. Administration (14)--------->0
1. communale (9)--------->0
2. de (2)--------->0
3. Stadtbredimus (13)--------->0
4. | (1)--------->0
5. Commune (7)--------->0
INSERT INTO KEYWORDS (keyword,id_domaine) VALUES (N'Administration',241421),(N'communale',241421),(N'de',241421),(N'Stadtbredimus',241421),(N'|',241421),(N'Commune',241421)