#DomainRanking

Neil Craigtdp_org
2025-04-16

TIL the Tranco domain ranking data is available as a public data source in BigQuery - so you can do e.g.:

```
select
domain,
rank
from `tranco.daily.daily`
where date = date_sub(current_date(), interval 1 day)
and domain in ("bbc.co.uk", "bbc.com")
order by rank asc
```
tranco-list.eu

w4rnerw4rner
2020-12-05

Shouldn’t adapt their “subdomains are separate domains” principle for specific use cases like subdomains where it should be treated almost like subfolders? | medium.com/menlo-office/how-to

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst