DELETE FROM KEYWORDS WHERE ID_DOMAINE=53626DoneDoneDone
URL:www.cheapflights.co.nz
Cache-Control: private, no-store
Connection: keep-alive
Date: Wed, 15 Jan 2025 05:32:29 GMT
Transfer-Encoding: chunked
Accept-Ranges: bytes
Location: https://www.cheapflights.co.nz/
Server: KAYAK/1.0
Set-Cookie: mst_iBfK2w=qQ6T8cepM3g0Npd5-8gL7OO2qIJ7eFfaTPdOGd4aHlmFSRffqyhyrkT5CVCkqLlp4Iid8v6UwgtjnIAVla7Z5Q; Max-Age=900; Expires=Wed, 15 Jan 2025 05:47:29 GMT; Path=/; HttpOnly
Set-Cookie: mst_ADIrlA=IzNDkkuQ3u4-n0J2AExB_uO2qIJ7eFfaTPdOGd4aHlm9TPZQm2jru83umcHx09J2; Max-Age=900; Expires=Wed, 15 Jan 2025 05:47:29 GMT; Path=/; HttpOnly
x-sn-waf-code:
feature-policy: camera 'none'; microphone 'none'; midi 'none'; usb 'none'; geolocation 'self'
Location => https://www.cheapflights.co.nz/
Status => 301
(vide) Tentative en https
<!DOCTYPE html>
<html lang='en-nz' dir='ltr'>
<head>
<meta name="r9-version" content="R750b"/><meta name="r9-built" content="20250114.060140"/><meta name="r9-rendered" content="20250115.003229.-05:00"/><meta name="r9-build-number" content="19"/><link rel="stylesheet" href="https://content.r9cdn.net/res/combined.css?v=11a441e5afda04b6bff07d6c0f854d3cc5d65fc4-cheapflightsyellow&cluster=5"/><link rel="stylesheet" href="https://content.r9cdn.net/res/combined.css?v=d2530b1b5146e5b02eeb17e8ee36fef06ea61faa-cheapflightsyellow&cluster=5"/><style type="text/css">
@font-face {
font-family: 'meta';
src: url("https://content.r9cdn.net/res/resources/horizon/ui/server/components/SsrPageHead/brands/cheapflights/meta.ttf?v=6b3ff853863cbc1c64f2fbb4df8da136cbff87f2&cluster=5") format('truetype');
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Gibson-Regular';
src: url("https://content.r9cdn.net/res/resources/horizon/ui/server/components/SsrPageHead/brands/cheapflights/gibson-regular.ttf?v=c94c7ff68ec152d57bca6dcb703bb16ad32e5736&cluster=5") format('truetype');
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Gibson-Light';
src: url("https://content.r9cdn.net/res/resources/horizon/ui/server/components/SsrPageHead/brands/cheapflights/gibson-light.ttf?v=fd31bfc229e6a84ee35035fac8ecf2603024d93a&cluster=5") format('truetype');
font-weight: 300;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Gibson-SemiBold';
src: url("https://content.r9cdn.net/res/resources/horizon/ui/server/components/SsrPageHead/brands/cheapflights/gibson-semibold.ttf?v=f874e9693706655358e68e44278bd141e8c667ec&cluster=5") format('truetype');
font-weight: 600;
font-style: normal;
font-display: swap;
}
</style><meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1"/><meta name="format-detection" content="telephone=no"/><title>Cheap Flights NZ, Compare the cheapest flights and flight ticket deals</title><meta name="description" content="Search and compare cheap flights worldwide and across New Zealand for free. Find flight deals from over 300 airlines and travel agents now."/><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.cheapflights.co.nz"/><link rel="alternate" hrefLang="en-HK" href="https://www.cheapflights.com.hk"/><link rel="alternate" hrefLang="en-AE" href="https://www.ae.cheapflights.com"/><link rel="alternate" hrefLang="es" href="https://www.es.cheapflights.com"/><link rel="alternate" hrefLang="en-IN" href="https://www.in.cheapflights.com"/><link rel="alternate" hrefLang="en-ZA" href="https://www.cheapflights.co.za"/><link rel="alternate" hrefLang="en-MY" href="https://www.cheapflights.com.my"/><link rel="alternate" hrefLang="en-NZ" href="https://www.cheapflights.co.nz"/><link rel="alternate" hrefLang="en-QA" href="https://www.cheapflights.qa"/><link rel="alternate" hrefLang="en-AU" href="https://www.cheapflights.com.au"/><link rel="alternate" hrefLang="en-SG" href="https://www.cheapflights.com.sg"/><link rel="alternate" hrefLang="en-TH" href="https://www.th.cheapflights.com"/><link rel="alternate" hrefLang="en-PH" href="https://www.cheapflights.com.ph"/><link rel="alternate" hrefLang="en-ID" href="https://www.cheapflights.co.id"/><link rel="alternate" hrefLang="en-GB" href="https://www.cheapflights.co.uk"/><link rel="alternate" hrefLang="en-CA" href="https://www.cheapflights.ca"/><link rel="alternate" hrefLang="en" href="https://www.cheapflights.com"/><meta property="og:image" content="https://content.r9cdn.net/rimg/provider-logos/common/socialmedia/cheapflights-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 NZ, Compare the cheapest flights and flight ticket deals"/><meta property="og:type" content="article"/><meta property="og:description" content="Search and compare cheap flights worldwide and across New Zealand for free. Find flight deals from over 300 airlines and travel agents now."/><meta property="og:site_name" content="Cheapflights"/><meta property="fb:pages" content="94480369162"/><meta property="twitter:title" content="Cheap Flights NZ, Compare the cheapest flights and flight ticket deals"/><meta name="twitter:description" content="Search and compare cheap flights worldwide and across New Zealand for free. Find flight deals from over 300 airlines and travel agents now."/><meta name="twitter:image:src" content="https://content.r9cdn.net/rimg/provider-logos/common/socialmedia/cheapflights-logo.png?width=440&height=220&crop=false"/><meta name="twitter:card" content="summary_large_image"/><meta name="twitter:site" content="@Cheapflights"/><meta name="twitter:creator" content="@Cheapflights"/><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":"https://schema.org","@type":"Website","name":"Cheapflights","url":"https://www.cheapflights.co.nz"}</script><script type="application/ld+json">{"@context":"http://schema.org","@type":"Organization","name":"Cheapflights","url":"https://www.cheapflights.co.nz","sameAs":["https://www.facebook.com/cheapflights","https://www.instagram.com/cheapflights","https://www.linkedin.com/company/cheapflights","https://www.pinterest.com/cheapflights/","https://twitter.com/cheapflights","https://www.youtube.com/cheapflights"]}</script><script type="application/ld+json">{"@context":"http://schema.org","@type":"FAQPage","mainEntity":[{"@type":"Question","name":"Who are we?","acceptedAnswer":{"@type":"Answer","text":"Cheapflights is your go-to site for flight deals, last minute flights, travel tips and blogs that will inspire you. We're a team of passionate, savvy travellers on a mission to make it easy for you to find and compare the best flight deals. As one of the world's largest flight comparison sites, Cheapflights is the starting point for your travel planning."}},{"@type":"Question","name":"Why come to us?","acceptedAnswer":{"@type":"Answer","text":"Millions of travellers rely on us for trusted advice and the best selection of cheap flights and travel deals. Our local experts have been serving up useful tips, destination information and travel inspiration since 1996. We combine experience with local knowledge and our global network of partners to create amazing holiday moments."}},{"@type":"Question","name":"How do we do it?","acceptedAnswer":{"@type":"Answer","text":"Our innovative flight search, curated deals and inspirational content make it simple to find cheap flights. We partner with hundreds of providers - big and small - to bring you cheap flights and personalised travel options. Our expertise and powerful search technology open up new travel possibilities and help you see the world on a budget."}}]}</script>
</head>
Cheap Flights NZ, Compare the cheapest flights and flight ticket deals
Recherche META Description de la page
Search and compare cheap flights worldwide and across New Zealand for free. Find flight deals from over 300 airlines and travel agents now.
Recherche META Keywords de la page
UPDATE DOMAINES SET server='KAYAK/1.0',redirection='https://www.cheapflights.co.nz/',Status='200',err='',[TITRE]=N'Cheap Flights NZ, Compare the cheapest flights and flight ticket deals',[DESCRIPTION]=N'Search and compare cheap flights worldwide and across New Zealand for free. Find flight deals from over 300 airlines and travel agents now.',[KEYWORDS]=N'' WHERE id=53626
0 Cheap Flights NZ Compare the cheapest flights and flight ticket deals Search and compare cheap flights worldwide and across New Zealand for free. Find flight deals from over 300 airlines and travel agents now.
0. Cheap (5)--------->0
1. Flights (7)--------->0
2. NZ (2)--------->0
4. Compare (7)--------->0
5. the (3)--------->0
6. cheapest (8)--------->0
8. and (3)--------->0
9. flight (6)--------->0
10. ticket (6)--------->0
11. deals (5)--------->0
12. Search (6)--------->0
17. worldwide (9)--------->0
19. across (6)--------->0
20. New (3)--------->0
21. Zealand (7)--------->0
22. for (3)--------->0
23. free (4)--------->0
24. Find (4)--------->0
27. from (4)--------->0
28. over (4)--------->0
29. 300 (3)--------->0
30. airlines (8)--------->0
32. travel (6)--------->0
33. agents (6)--------->0
34. now (3)--------->0
INSERT INTO KEYWORDS (keyword,id_domaine) VALUES (N'Cheap',53626),(N'Flights',53626),(N'NZ',53626),(N'Compare',53626),(N'the',53626),(N'cheapest',53626),(N'and',53626),(N'flight',53626),(N'ticket',53626),(N'deals',53626),(N'Search',53626),(N'worldwide',53626),(N'across',53626),(N'New',53626),(N'Zealand',53626),(N'for',53626),(N'free',53626),(N'Find',53626),(N'from',53626),(N'over',53626),(N'300',53626),(N'airlines',53626),(N'travel',53626),(N'agents',53626),(N'now',53626)