Baselight

European Football (soccer) Clubs On Google SERPs

79 Teams' Keywords Positions in 7 Languages

@kaggle.eliasdabbas_european_football_soccer_clubs_on_google_serps

Clubs
@kaggle.eliasdabbas_european_football_soccer_clubs_on_google_serps.clubs

  • 7.78 KB
  • 79 rows
  • 9 columns
club

Club

country

Country

ucl

UCL

uel

UEL

cwc

CWC

usc

USC

uic

UIC

ic

IC

total

Total

Real MadridSpain1324322
MilanItaly725317
BarcelonaSpain54514
LiverpoolEngland63312
JuventusItaly23121211
Bayern MunichGermany5111210
AjaxNetherlands4112210
InternazionaleItaly3328
Atlético MadridSpain31318
Manchester UnitedEngland311117

CREATE TABLE clubs (
  "club" VARCHAR,
  "country" VARCHAR,
  "ucl" BIGINT,
  "uel" BIGINT,
  "cwc" BIGINT,
  "usc" BIGINT,
  "uic" BIGINT,
  "ic" BIGINT,
  "total" BIGINT
);

Share link

Anyone who has the link will be able to view this.