Airline search visibility crashes

newsguy 0 Tallied Votes 482 Views Share

Ryanair has lost almost 60% of its visibility online since September 2009, according to search marketing agency Greenlight which has just published its research. The report, , analysed key search terms used by UK consumers looking on the Internet for a flight and profiles search behaviour, assesses which brands, aggregators and websites are the most visible in natural and paid search results, and hence have the greatest share of consideration when UK-based searchers go to Google to look for flights. The report is based on search volumes for the last quarter, with a focus on December to give a more in-depth analysis.

Greenlight identified more than of the most commonly used search terms, cumulatively delivering more than 28 million searches for flight-related terms in December 2009. The research determined the best positioned, and hence most visible websites, in the flights sector based on the volumes for each keyword.

The term ‘Flight’ accounted for 59% of all flight-related searches. Short-haul destinations, largely within Europe, accounted for almost 5.3 million searches in December with queries for flights to Palma and Rome cumulatively accounting for 16%. Long haul flight search volumes meanwhile fell 43% since September although when compared to domestic and short haul, they decreased the least. New York, Bangkok and Australia were the most popular destinations.

But when you look at the online flight brands things get really interesting. Ryanair held fourth position in the visibility stakes in Q3 2009, but everything changed during Q4 with EasyJet landing in at number 4 and Ryanair crashing to 32. Ryanair was not the only casualty according to the report, with CheapFlights experiencing a 25% decrease in search visibility and dropping from number 2 down to number 8.

The reason for the change in airline flight search visibility for the last quarter of 2009 remains unclear.

Dani AI

Generated

As observed, an industry report around Q4 2009 documented a sharp shift in airline search visibility but didn’t pin down a cause. Below is a compact, practical checklist to diagnose and recover from sudden visibility crashes — written so an auditor or in-house team can act on it now.

Start with Google Search Console: confirm the drop isn’t a reporting or attribution error, then check Performance (clicks/impressions over time), Coverage/Indexing, URL Inspection for specific pages, and the Manual Actions report (Google will show human-applied penalties there). Use those signals first to separate algorithmic/indexing issues from analytics bugs. (developers.google.com)

Run technical checks in parallel. Look for accidental blocks (robots.txt or a site-wide noindex), incorrect rel="canonical" or redirects, soft 4xx/5xx errors, or a staging/dev robots rule accidentally left live. Do a full crawl (Screaming Frog / Ahrefs / similar) and review server logs to see whether Googlebot stopped crawling at the time of the drop. Quick terminal checks you can run immediately:

curl -I https://example.com/robots.txt
curl -A "Googlebot" -I https://example.com/suspect-page

These will quickly show obvious blocks or server responses. (developers.google.com)

Correlate the exact date of decline with (a) known Google algorithm activity and (b) paid-search or competitor moves. Check algorithm timelines for core/spam updates, then test whether PPC changed (brand bidding, new ad units or Performance Max) — paid activity can reduce organic CTR or visibility even when rankings are unchanged. If PPC overlap looks likely, run a controlled pause/negative-keyword test to measure impact. (searchengineland.com)

Prioritize fixes by impact (indexing and manual actions first), document everything, request Google re-review only after full remediation, and monitor GSC + analytics daily until recovery. If the forum needs a deeper post-mortem template (logs, crawl snapshots, sample GSC exports), that can be provided.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.