DELETE FROM KEYWORDS WHERE ID_DOMAINE=21430DoneDoneDone
URL:www.hotelscombined.si
Connection: close
Date: Wed, 30 Oct 2024 04:19:17 GMT
Via: 1.1 varnish
Content-Length: 0
Accept-Ranges: bytes
Location: https://www.hotelscombined.com/
Retry-After: 0
Server: Varnish
X-Served-By: cache-cdg-lfpb1150036-CDG
X-Cache: HIT
X-Cache-Hits: 0
X-Timer: S1730261958.967561,VS0,VE0
x-debug-service: general redirect
Location => https://www.hotelscombined.com/
Status => 301
(vide) Tentative en https
<!DOCTYPE html>
<html lang='en-us' dir='ltr'>
<head>
<meta name="r9-version" content="R741b"/><meta name="r9-built" content="20241029.060053"/><meta name="r9-rendered" content="20241030.001918.-04:00"/><meta name="r9-build-number" content="51"/><link rel="stylesheet" href="https://content.r9cdn.net/res/combined.css?v=2d7ca04c17e6796907c52f51be198826b4d1e25d&cluster=5"/><link rel="stylesheet" href="https://content.r9cdn.net/res/combined.css?v=353dd1a9bb86c6d531ec77f0d593d35a286a9932&cluster=5"/><style type="text/css">
@font-face {
font-family: 'icons';
src: url(https://content.r9cdn.net/res/resources/horizon/ui/server/components/SsrPageHead/brands/hotelscombined/icons.woff?v=311f35c5a442440d16d3db0fc657804d016e9b7c&cluster=5) format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Brezel Grotesk';
src: url(https://content.r9cdn.net/res/resources/horizon/ui/server/components/SsrPageHead/brands/hotelscombined/BrezelGroteskWeb-Regular.woff?v=96c83579a83c57d7ae3884d39b23d10957cb94f7&cluster=5) format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Brezel Grotesk';
src: url(https://content.r9cdn.net/res/resources/horizon/ui/server/components/SsrPageHead/brands/hotelscombined/BrezelGroteskWeb-Bold.woff?v=3171856902f30f09f4ebe9bef49687fff8ff42d6&cluster=5) format('woff');
font-weight: bold;
font-style: normal;
font-display: swap;
}
</style><meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1"/><meta name="format-detection" content="telephone=no"/><link rel="icon" href="/favicon.ico" sizes="any"/><link rel="icon" href="/icon.svg" type="image/svg+xml"/><title>HotelsCombined | Find Deals on Travel Accommodations</title><meta name="description" content="Find the best deals on travel accommodations with HotelsCombined. Compare prices from the top travel sites with just one search, and find your ideal place to stay!"/><link rel="preconnect" href="apis.google.com"/><link rel="dns-prefetch" href="apis.google.com"/><link rel="preconnect" href="www.googletagmanager.com"/><link rel="dns-prefetch" href="www.googletagmanager.com"/><link rel="preconnect" href="www.google-analytics.com"/><link rel="dns-prefetch" href="www.google-analytics.com"/><script type="text/javascript">
var safari13PlusRegex = /Macintosh;.*?Version\/(1[3-9]|[2-9][0-9]+)(\.[0-9])? Safari/;
if (
window &&
window.navigator &&
window.navigator.userAgent &&
window.navigator.userAgent.indexOf('Safari') > -1 &&
window.navigator.userAgent.indexOf('Chrome') === -1 &&
safari13PlusRegex.test(window.navigator.userAgent)
) {
if (
'ontouchstart' in window &&
(!('cookieEnabled' in window.navigator) || window.navigator.cookieEnabled)
) {
if (
decodeURIComponent(document.cookie).indexOf('pmov=') < 0 &&
decodeURIComponent(document.cookie).indexOf('oo.tweb=') < 0
) {
var d = new Date();
d.setTime(d.getTime() + 90 * 24 * 60 * 60 * 1000);
document.cookie = 'pmov=tb;path=/;expires=' + d.toUTCString();
document.location.reload();
}
}
}
</script><meta name="kayak_page" content="main,frontdoor,stays"/><script type="text/javascript">
var DynamicContextPromise = (function (handler) {
this.status = 0;
this.value = undefined;
this.thenCallbacks = [];
this.catchCallbacks = [];
this.then = function(fn) {
if (this.status === 0) {
this.thenCallbacks.push(fn);
}
if (this.status === 1) {
fn(this.value);
}
}.bind(this);
this.catch = function(fn) {
if (this.status === 0) {
this.catchCallbacks.push(fn);
}
if (this.status === 2) {
fn(this.value);
}
}.bind(this);
var resolve = function(value) {
if (this.status === 0) {
this.status = 1;
this.value = value;
this.thenCallbacks.forEach(function(fn) {
fn(value)
});
}
}.bind(this);
var reject = function(value) {
if (this.status === 0) {
this.status = 2;
this.value = value;
this.catchCallbacks.forEach(function(fn) {
fn(value)
});
}
}.bind(this);
try {
handler(resolve, reject);
} catch (err) {
reject(err);
}
return {
then: this.then,
catch: this.catch,
};
}).bind({})
var ie = (function () {
var undef,
v = 3,
div = document.createElement('div'),
all = div.getElementsByTagName('i');
while (div.innerHTML = '<!--[if gt IE ' + (++v) + ']><i></i><![endif]-->', all[0]);
return v > 4 ? v : undef;
}());
var xhr = ie <= 9 ? new XDomainRequest() : new XMLHttpRequest();
var trackingQueryParams = "";
var getOnlyValidParams = function(paramsList, reservedParamsList) {
var finalParamsList = [];
for (var i = 0; i < paramsList.length; i++) {
if (reservedParamsList.indexOf(paramsList[i].split('=')[0]) == -1) {
finalParamsList.push(paramsList[i]);
}
}
return finalParamsList;
}
var removeUnnecessaryQueryStringChars = function(paramsString) {
if (paramsString.charAt(0) === '?') {
return paramsString.substr(1);
}
return paramsString;
}
var reservedParamsList = ['vertical', 'pageId', 'subPageId', 'originalReferrer', 'seoPlacementId', 'seoLanguage', 'seoCountry', 'tags'];
var paramsString = window.location && window.location.search;
if (paramsString) {
paramsString = removeUnnecessaryQueryStringChars(paramsString);
var finalParamsList = getOnlyValidParams(paramsString.split('&'), reservedParamsList)
trackingQueryParams = finalParamsList.length > 0 ? "&" + finalParamsList.join("&") + "&seo=true" : "";
}
var trackingUrl = '/s/run/fpc/context' +
'?vertical=main' +
'&pageId=frontdoor' +
'&subPageId=stays' +
'&originalReferrer=' + encodeURIComponent(document.referrer) +
'&seoPlacementId=' + encodeURIComponent('') +
'&tags=' + encodeURIComponent('') +
'&origin=' + encodeURIComponent('') +
'&destination=' + encodeURIComponent('') +
'&isSeoPage=' + encodeURIComponent('') +
trackingQueryParams;
xhr.open('GET', trackingUrl, true);
xhr.responseType = 'json';
window.R9 = window.R9 || {};
window.R9.dynamicContextPromise = new DynamicContextPromise(function(resolve, reject) {
xhr.onload = function () {
if (xhr.readyState === xhr.DONE && xhr.status === 200) {
window.R9 = window.R9 || {};
window.R9.globals = window.R9.globals || {};
resolve(xhr.response);
if (xhr.response['formToken']) {
R9.globals.formtoken = xhr.response['formToken'];
}
if (xhr.response['jsonPlacementEnabled'] && xhr.response['jsonGlobalPlacementEnabled']) {
if (xhr.response['placement']) {
R9.globals.placement = xhr.response['placement'];
}
if (xhr.response['affiliate']) {
R9.globals.affiliate = xhr.response['affiliate'];
}
}
if (xhr.response['dsaRemovableFields']) {
var dsaRemovableParamsList = xhr.response['dsaRemovableFields'];
var query = window.location.search.slice(1) || "";
var params = query.split('&');
var needRemoveParams = false;
for (var i = 0; i < dsaRemovableParamsList.length; i++) {
if (query.indexOf(dsaRemovableParamsList[i] + '=') != -1) {
needRemoveParams = true;
break;
}
}
if (needRemoveParams) {
var path = window.location.pathname;
var finalQuery = [];
for (var i = 0; i < params.length; i++) {
if (dsaRemovableParamsList.indexOf(params[i].split('=')[0]) == -1) {
finalQuery.push(params[i]);
}
}
if (window.history.replaceState) {
window.history.replaceState({}, document.title, path + (finalQuery.length > 0 ? '?' + finalQuery.join('&') : ''));
}
}
if(xhr.response['cachedCookieConsentEnabled']) {
var unhideElement = (elementId) => {
var elementToUnhide = document.querySelector(elementId);
if (elementToUnhide) {
elementToUnhide.removeAttribute('hidden');
elementToUnhide.dispatchEvent(new Event('initialStaticHideRemove'));
}
}
var unhideCookieConsent = () => {
if (xhr.response['showSharedIabTcfDialog']) {
unhideElement('#iab-tcf-dialog');
}
if (xhr.response['showDataTransferDisclaimerDialog']) {
unhideElement('#shared-data-transfer-disclaimer-dialog');
}
}
if (document.readyState === "loading") {
document.addEventListener("DOMContentLoaded", unhideCookieConsent);
} else {
unhideCookieConsent();
}
}
}
} else {
reject(xhr.response);
}
};
})
xhr.send('');
</script><link rel="canonical" href="https://www.hotelscombined.com"/><link rel="alternate" hrefLang="ar" href="https://ar.hotelscombined.com"/><link rel="alternate" hrefLang="es-ES" href="https://www.hotelscombined.es"/><link rel="alternate" hrefLang="ca-ES" href="https://www.hotelscombined.cat"/><link rel="alternate" hrefLang="da-DK" href="https://www.hotelscombined.dk"/><link rel="alternate" hrefLang="de-DE" href="https://www.hotelscombined.de"/><link rel="alternate" hrefLang="en" href="https://www.hotelscombined.com"/><link rel="alternate" hrefLang="en-AE" href="https://www.hotelscombined.ae"/><link rel="alternate" hrefLang="en-AU" href="https://www.hotelscombined.com.au"/><link rel="alternate" hrefLang="en-CA" href="https://www.hotelscombined.ca"/><link rel="alternate" hrefLang="en-GB" href="https://www.hotelscombined.co.uk"/><link rel="alternate" hrefLang="en-IE" href="https://www.hotelscombined.ie"/><link rel="alternate" hrefLang="en-IN" href="https://www.hotelscombined.in"/><link rel="alternate" hrefLang="en-NZ" href="https://www.hotelscombined.co.nz"/><link rel="alternate" hrefLang="en-SG" href="https://www.hotelscombined.com.sg"/><link rel="alternate" hrefLang="fr-FR" href="https://www.hotelscombined.fr"/><link rel="alternate" hrefLang="he-IL" href="https://www.hotelscombined.co.il"/><link rel="alternate" hrefLang="it-IT" href="https://www.hotelscombined.it"/><link rel="alternate" hrefLang="ja-JP" href="https://www.hotelscombined.jp"/><link rel="alternate" hrefLang="ko-KR" href="https://www.hotelscombined.co.kr"/><link rel="alternate" hrefLang="ms-MY" href="https://www.hotelscombined.my"/><link rel="alternate" hrefLang="no-NO" href="https://www.hotelscombined.no"/><link rel="alternate" hrefLang="sv-SE" href="https://www.hotelscombined.se"/><link rel="alternate" hrefLang="th-TH" href="https://www.hotelscombined.co.th"/><link rel="alternate" hrefLang="zh-TW" href="https://www.hotelscombined.com.tw"/><link rel="alternate" hrefLang="zh-HK" href="https://www.hotelscombined.hk"/><meta property="og:image" content="https://content.r9cdn.net/rimg/provider-logos/common/socialmedia/hotelscombined-logo.png?width=1200&height=630&crop=false"/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="630"/><meta property="og:title" content="HotelsCombined | Find Deals on Travel Accommodations"/><meta property="og:type" content="website"/><meta property="og:description" content="Find the best deals on travel accommodations with HotelsCombined. Compare prices from the top travel sites with just one search, and find your ideal place to stay!"/><meta property="og:url" content="https://www.hotelscombined.com"/><meta property="og:site_name" content="HotelsCombined"/><meta property="fb:pages" content="117913258224288"/><meta property="twitter:title" content="HotelsCombined | Find Deals on Travel Accommodations"/><meta name="twitter:description" content="Find the best deals on travel accommodations with HotelsCombined. Compare prices from the top travel sites with just one search, and find your ideal place to stay!"/><meta name="twitter:image:src" content="https://content.r9cdn.net/rimg/provider-logos/common/socialmedia/hotelscombined-logo.png?width=440&height=220&crop=false"/><meta name="twitter:card" content="summary_large_image"/><meta name="twitter:site" content="@HotelsCombined"/><meta name="twitter:creator" content="@HotelsCombined"/><meta name="robots" content="index,follow"/><link rel="apple-touch-icon" href="/apple-touch-icon.png"/><link rel="apple-touch-icon" sizes="60x60" href="/apple-touch-icon-60x60.png"/><link rel="apple-touch-icon" sizes="76x76" href="/apple-touch-icon-76x76.png"/><link rel="apple-touch-icon" sizes="120x120" href="/apple-touch-icon-120x120.png"/><link rel="apple-touch-icon" sizes="152x152" href="/apple-touch-icon-152x152.png"/><link rel="apple-touch-icon" sizes="167x167" href="/apple-touch-icon-167x167.png"/><link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon-180x180.png"/><script type="application/ld+json">{"@context":"http://schema.org","@type":"Organization","name":"HotelsCombined","url":"https://www.hotelscombined.com","sameAs":["https://www.facebook.com/HotelsCombined/","https://www.instagram.com/hotelscombined/","https://www.linkedin.com/company/hotelscombined","https://www.pinterest.com/hotelscombined","https://twitter.com/hotelscombined","https://www.youtube.com/hotelscombined"]}</script><script type="application/ld+json">{"@context":"https://schema.org","@type":"Website","name":"HotelsCombined","url":"https://www.hotelscombined.com"}</script>
</head>
HotelsCombined | Find Deals on Travel Accommodations
Recherche META Description de la page
Find the best deals on travel accommodations with HotelsCombined. Compare prices from the top travel sites with just one search, and find your ideal place to stay!
Recherche META Keywords de la page
UPDATE DOMAINES SET server='Varnish',redirection='https://www.hotelscombined.com/',Status='200',err='',[TITRE]=N'HotelsCombined | Find Deals on Travel Accommodations',[DESCRIPTION]=N'Find the best deals on travel accommodations with HotelsCombined. Compare prices from the top travel sites with just one search, and find your ideal place to stay!',[KEYWORDS]=N'' WHERE id=21430
0 HotelsCombined | Find Deals on Travel Accommodations Find the best deals on travel accommodations with HotelsCombined. Compare prices from the top travel sites with just one search and find your ideal place to stay
0. HotelsCombined (14)--------->0
1. | (1)--------->0
2. Find (4)--------->0
3. Deals (5)--------->0
4. on (2)--------->0
5. Travel (6)--------->0
6. Accommodations (14)--------->0
8. the (3)--------->0
9. best (4)--------->0
14. with (4)--------->0
16. Compare (7)--------->0
17. prices (6)--------->0
18. from (4)--------->0
20. top (3)--------->0
22. sites (5)--------->0
24. just (4)--------->0
25. one (3)--------->0
26. search (6)--------->0
28. and (3)--------->0
30. your (4)--------->0
31. ideal (5)--------->0
32. place (5)--------->0
33. to (2)--------->0
34. stay (4)--------->0
INSERT INTO KEYWORDS (keyword,id_domaine) VALUES (N'HotelsCombined',21430),(N'|',21430),(N'Find',21430),(N'Deals',21430),(N'on',21430),(N'Travel',21430),(N'Accommodations',21430),(N'the',21430),(N'best',21430),(N'with',21430),(N'Compare',21430),(N'prices',21430),(N'from',21430),(N'top',21430),(N'sites',21430),(N'just',21430),(N'one',21430),(N'search',21430),(N'and',21430),(N'your',21430),(N'ideal',21430),(N'place',21430),(N'to',21430),(N'stay',21430)