b/cited
← Glossary
[ Term ]

Topical Cluster

A group of search queries that share semantic intent. BCited discovers them by embedding GSC queries and grouping nearby vectors.

Also known as:ClusterTopic cluster

A topical cluster is a set of search queries that mean roughly the same thing to a search engine — different phrasings of a single underlying intent.

For example, all of these queries belong to one cluster:

A traditional SEO will call these "long-tail variants of a head term." BCited calls them members of a topical cluster.

How BCited discovers clusters

  1. Pull 90 days of ranking queries from Google Search Console
  2. Embed each query as a 1536-dimensional vector via OpenAI's text-embedding-3-small
  3. Run a centroid-greedy clustering pass over Cloudflare Vectorize: each unclustered query gets compared against existing centroids; close matches join the cluster, distant ones start new ones
  4. The LLM generates a human-readable name for each cluster from its top member queries

The result is typically 40–80 clusters per site — a manageable strategic surface instead of thousands of raw queries.

[ Related ]
Topical Cluster — Glossary — BCited