DELETE FROM KEYWORDS WHERE ID_DOMAINE=12375127DoneDoneDone
URL:www.momondo.co.za
Cache-Control: private, no-store
Connection: keep-alive
Date: Thu, 31 Oct 2024 08:27:49 GMT
Transfer-Encoding: chunked
Accept-Ranges: bytes
Location: https://www.momondo.co.za/
Server: KAYAK/1.0
Set-Cookie: mst_iBfK2w=EQGOIHougNfgOGyH251JaWTkiNzlV6OkOnZJfIZAX9yBFnOirLaFu2ozE_1V0orqhcO9jZnZY1kvVEG8Dp6eww; Max-Age=900; Expires=Thu, 31 Oct 2024 08:42:49 GMT; Path=/; HttpOnly
Set-Cookie: mst_ADIrlA=G7W_BWdT9t6E2Scn3zZb3WTkiNzlV6OkOnZJfIZAX9xRB09cMhK9tAbre-OQgqoA9Wyk0Yk5Ej6I4tKVJNA0Fw; Max-Age=900; Expires=Thu, 31 Oct 2024 08:42:49 GMT; Path=/; HttpOnly
x-sn-waf-code:
feature-policy: camera 'none'; microphone 'none'; midi 'none'; usb 'none'; geolocation 'self'
Location => https://www.momondo.co.za/
Status => 301
(vide) Tentative en https
<!DOCTYPE html>
<html lang='en-za' dir='ltr'>
<head>
<meta name="r9-version" content="R741c"/><meta name="r9-built" content="20241030.060132"/><meta name="r9-rendered" content="20241031.042749.-04:00"/><meta name="r9-build-number" content="33"/><link rel="stylesheet" href="https://content.r9cdn.net/res/combined.css?v=21f467911d36f24d500fa7529f7dbe19fe59eaab&cluster=5"/><link rel="stylesheet" href="https://content.r9cdn.net/res/combined.css?v=3ad410d33c2296bac7b36cd25f79fff0cc27e945&cluster=5"/><style type="text/css">
@font-face {
font-family: 'momocons';
src: url("https://content.r9cdn.net/res/resources/horizon/ui/server/components/SsrPageHead/brands/momondo/momocons.woff?v=a10f93f8a9a85152ff720e33f26d8ffa17e819f2&cluster=5") format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'icomoon';
src: url("https://content.r9cdn.net/res/resources/horizon/ui/server/components/SsrPageHead/brands/momondo/icomoon.ttf?v=259c6f06d48a67d04edf67ffa21a527434a07525&cluster=5") format('truetype');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'cerapro-regular';
src: url("https://content.r9cdn.net/res/resources/horizon/ui/server/components/SsrPageHead/brands/momondo/cerapro-regular.woff2?v=2b7686c790529df869a138a6eb646033af8622ea&cluster=5") format('woff2'),
url("https://content.r9cdn.net/res/resources/horizon/ui/server/components/SsrPageHead/brands/momondo/cerapro-regular.woff?v=440afcb5900aec631e345e1759953b73ca2c2a48&cluster=5") format('woff');
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'cerapro-bold';
src: url("https://content.r9cdn.net/res/resources/horizon/ui/server/components/SsrPageHead/brands/momondo/cerapro-bold.woff2?v=a48b9dad237b70ca9bf0caba68033b7dc95fb22f&cluster=5") format('woff2'),
url("https://content.r9cdn.net/res/resources/horizon/ui/server/components/SsrPageHead/brands/momondo/cerapro-bold.woff?v=927485a9bccb50fa57a205436a52cc22be8ab1d0&cluster=5") format('woff');
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>Cheap Flights: Compare Flights & Flight Tickets | momondo</title><meta name="description" content="momondo searches hundreds of other travel sites at once to get you the information you need to make the right decisions."/><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,unknown"/><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=' +
'&originalReferrer=' + encodeURIComponent(document.referrer) +
'&seoPlacementId=' + encodeURIComponent('') +
'&tags=' + encodeURIComponent('') +
'&origin=' + encodeURIComponent('') +
'&destination=' + encodeURIComponent('') +
'&isSeoPage=' + encodeURIComponent('') +
'&domain=' + encodeURIComponent(window.location.host) +
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.momondo.co.za"/><link rel="alternate" hrefLang="de-AT" href="https://www.momondo.at"/><link rel="alternate" hrefLang="en-AU" href="https://www.momondo.com.au"/><link rel="alternate" hrefLang="fr-BE" href="https://www.fr.momondo.be"/><link rel="alternate" hrefLang="nl-BE" href="https://www.momondo.be"/><link rel="alternate" hrefLang="pt-BR" href="https://www.momondo.com.br"/><link rel="alternate" hrefLang="fr-CA" href="https://www.fr.momondo.ca"/><link rel="alternate" hrefLang="en-CA" href="https://www.momondo.ca"/><link rel="alternate" hrefLang="fr-CH" href="https://www.fr.momondo.ch"/><link rel="alternate" hrefLang="it-CH" href="https://www.it.momondo.ch"/><link rel="alternate" hrefLang="de-CH" href="https://www.momondo.ch"/><link rel="alternate" hrefLang="es-CL" href="https://www.momondo.cl"/><link rel="alternate" hrefLang="es-CO" href="https://www.momondo.com.co"/><link rel="alternate" hrefLang="cs-CZ" href="https://www.momondo.cz"/><link rel="alternate" hrefLang="de-DE" href="https://www.momondo.de"/><link rel="alternate" hrefLang="da-DK" href="https://www.momondo.dk"/><link rel="alternate" hrefLang="et-EE" href="https://www.momondo.ee"/><link rel="alternate" hrefLang="es-ES" href="https://www.momondo.es"/><link rel="alternate" hrefLang="es-MX" href="https://www.momondo.mx"/><link rel="alternate" hrefLang="es-UY" href="https://www.es.momondo.com"/><link rel="alternate" hrefLang="es-PE" href="https://www.momondo.com.pe"/><link rel="alternate" hrefLang="fi-FI" href="https://www.momondo.fi"/><link rel="alternate" hrefLang="fr-FR" href="https://www.momondo.fr"/><link rel="alternate" hrefLang="en-GB" href="https://www.momondo.co.uk"/><link rel="alternate" hrefLang="en-IE" href="https://www.momondo.ie"/><link rel="alternate" hrefLang="en-IN" href="https://www.momondo.in"/><link rel="alternate" hrefLang="it-IT" href="https://www.momondo.it"/><link rel="alternate" hrefLang="nl-NL" href="https://www.momondo.nl"/><link rel="alternate" hrefLang="no-NO" href="https://www.momondo.no"/><link rel="alternate" hrefLang="pl-PL" href="https://www.momondo.pl"/><link rel="alternate" hrefLang="pt-PT" href="https://www.momondo.pt"/><link rel="alternate" hrefLang="ro-RO" href="https://www.momondo.ro"/><link rel="alternate" hrefLang="sv-SE" href="https://www.momondo.se"/><link rel="alternate" hrefLang="tr-TR" href="https://www.momondo.com.tr"/><link rel="alternate" hrefLang="ru-UA" href="https://www.ru.momondo.ua"/><link rel="alternate" hrefLang="uk-UA" href="https://www.momondo.ua"/><link rel="alternate" hrefLang="en-US" href="https://www.momondo.com"/><link rel="alternate" hrefLang="en-ZA" href="https://www.momondo.co.za"/><meta property="og:image" content="https://content.r9cdn.net/rimg/provider-logos/common/socialmedia/momondo-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="Cheap Flights: Compare Flights & Flight Tickets | momondo"/><meta property="og:type" content="article"/><meta property="og:description" content="momondo searches hundreds of other travel sites at once to get you the information you need to make the right decisions."/><meta property="og:site_name" content="momondo"/><meta property="fb:pages" content="148785901841216"/><meta property="twitter:title" content="Cheap Flights: Compare Flights & Flight Tickets | momondo"/><meta name="twitter:description" content="momondo searches hundreds of other travel sites at once to get you the information you need to make the right decisions."/><meta name="twitter:image:src" content="https://content.r9cdn.net/rimg/provider-logos/common/socialmedia/momondo-logo.png?width=440&height=220&crop=false"/><meta name="twitter:card" content="summary_large_image"/><meta name="twitter:site" content="@momondo"/><meta name="twitter:creator" content="@momondo"/><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"/>
</head>
Cheap Flights: Compare Flights & Flight Tickets | momondo
Recherche META Description de la page
momondo searches hundreds of other travel sites at once to get you the information you need to make the right decisions.
Recherche META Keywords de la page
UPDATE DOMAINES SET server='KAYAK/1.0',redirection='https://www.momondo.co.za/',Status='200',err='',[TITRE]=N'Cheap Flights: Compare Flights & Flight Tickets | momondo',[DESCRIPTION]=N'momondo searches hundreds of other travel sites at once to get you the information you need to make the right decisions.',[KEYWORDS]=N'' WHERE id=12375127
0 Cheap Flights: Compare Flights & Flight Tickets | momondo momondo searches hundreds of other travel sites at once to get you the information you need to make the right decisions.
0. Cheap (5)--------->0
1. Flights: (8)--------->0
2. Compare (7)--------->0
3. Flights (7)--------->0
4. & (1)--------->0
5. Flight (6)--------->0
6. Tickets (7)--------->0
7. | (1)--------->0
8. momondo (7)--------->0
10. searches (8)--------->0
11. hundreds (8)--------->0
12. of (2)--------->0
13. other (5)--------->0
14. travel (6)--------->0
15. sites (5)--------->0
16. at (2)--------->0
17. once (4)--------->0
18. to (2)--------->0
19. get (3)--------->0
20. you (3)--------->0
21. the (3)--------->0
22. information (11)--------->0
24. need (4)--------->0
26. make (4)--------->0
28. right (5)--------->0
29. decisions (9)--------->0
INSERT INTO KEYWORDS (keyword,id_domaine) VALUES (N'Cheap',12375127),(N'Flights:',12375127),(N'Compare',12375127),(N'Flights',12375127),(N'&',12375127),(N'Flight',12375127),(N'Tickets',12375127),(N'|',12375127),(N'momondo',12375127),(N'searches',12375127),(N'hundreds',12375127),(N'of',12375127),(N'other',12375127),(N'travel',12375127),(N'sites',12375127),(N'at',12375127),(N'once',12375127),(N'to',12375127),(N'get',12375127),(N'you',12375127),(N'the',12375127),(N'information',12375127),(N'need',12375127),(N'make',12375127),(N'right',12375127),(N'decisions',12375127)