Normalise
Standardise CPC values, numeric fields, spelling variants and accents.
Data analytics case study · SEO growth
An SEO market opportunity analysis of 213 keywords and 125 competitor ranking rows for a new organic bus travel vertical across Spain, France and the United Kingdom.
The background bar shows total monthly searches. The mint overlay shows demand not tied to a named operator or brand.
Best balance of scale, accessible demand and launch potential.
Monthly searches across the three markets.
Demand available beyond named operators.
The strongest non-brand ratio in the comparison.
Market evidence
The United Kingdom leads on raw search volume, with almost 959,000 monthly searches. Change the metric to see how the market ranking shifts.
Select a metric and then a market. The written recommendation remains based on the combined evidence, not a single headline number.
| Market | Total searches | Non-brand searches | Non-brand share |
|---|---|---|---|
| Spain | 653,900 | 348,100 | 53.2% |
| France | 534,500 | 372,300 | 69.7% |
| United Kingdom | 958,700 | 387,000 | 40.4% |
Analysis lenses
Transactional demand leads in every market. France has the clearest commercial profile relative to its total market size.
Commercially useful demand dominates the market, while navigational dependence remains lower than in Spain or the United Kingdom.
Values come from the cleaned portfolio dataset. Market labels and written interpretation update with the selected lens.
Method and data quality
Raw keyword and ranking exports do not arrive ready for a launch decision. The workflow protected totals from duplicate rows, separated operator demand from open demand and retained match status when a ranking market had to be inferred.
Standardise CPC values, numeric fields, spelling variants and accents.
Flag duplicate keyword and market combinations before calculating totals.
Separate brand and operator queries from non-brand demand.
Classify visible competitors as operators, aggregators, OTAs or marketplaces.
Build one clean crosswalk with QA checks, summaries and reproducible logic.
SELECT
market,
SUM(avg_monthly_searches) AS non_brand_search_volume,
COUNT(DISTINCT keyword_norm) AS non_brand_keywords
FROM keyword_clean
WHERE brand_flag = FALSE
AND dup_keyword_market_flag = FALSE
GROUP BY market
ORDER BY non_brand_search_volume DESC;
Decision logic
The recommendation changes when headline volume is read together with brand dependence, scalable query types and the visible competitor mix.
The United Kingdom contributes 958,700 monthly searches, but 571,700 are tied to brands or operators. Broad entry would begin against the strongest incumbent concentration in the sample.
France reaches 372,300 non-brand searches and a 69.7% accessible share. It combines commercial demand with a less brand-dependent query mix.
City-to-city searches contribute 688,300 monthly searches across the three markets, with demand distributed almost evenly between Spain, France and the United Kingdom.
Recommended rollout
The sequence balances addressable demand, intent and competitive structure. It keeps the first implementation focused enough to learn before scaling.
Launch the core architecture where non-brand demand has the highest share.
Extend the tested model into strong route and schedule-led demand.
Pilot selected routes and airport-transfer clusters instead of a broad rollout.
Scope and interpretation
The analysis supports a launch sequence, not a revenue forecast. Clear limitations are part of the recommendation rather than a footnote after it.
It indicates demand direction but does not predict traffic, conversion or revenue.
The 125 ranking rows describe visible patterns rather than the complete SERP landscape.
QA fields remain in place so the analytical logic can still be inspected.
A live decision should validate ranking difficulty, route margin and conversion potential.
Project evidence
The public files separate the concise hiring-level narrative from the detailed, auditable analytical workbook.
Source structure, normalised fields, duplicate controls, summary tables, data dictionary and SQL examples.
PDF · Executive case summaryBusiness question, method, findings, recommendation and limitations in a focused document.
Contact
I combine analytical discipline with multilingual SEO and editorial judgement to turn evidence into decisions people can act on.