Free SERP-Based Keyword Clustering Tool

SERP-Based Keyword Clustering

For my own needs, I developed a keyword clusterer based on SERP similarity. I realized that vectorization isn't necessarily required for URLs. Essentially, a SERP is a set, and for sets, different formulas can be used. Thus, I created a clusterer based on the Jaccard index.

SERP-based Jaccard similarity measures the similarity between two sets of search engine results by comparing the common URLs to the total unique URLs. It is calculated as the intersection divided by the union of the URL sets.

Keyword similarity formula

I also tried other metrics like Dice or Overlap, but they performed worse. By leveraging the Jaccard Coefficient, this tool effectively groups keywords based on SERP similarity, ensuring robust and scalable clustering for SEO purposes.

Key features

SERP-Based Keyword Clustering Tool

Why did I create this clustering tool?

Here's what motivated me to create it:

Instructions

Important! This tool only clusters keywords; it does not collect search engine results. For fetching search results, you can use other services such as Ahrefs, selecting the option to include the top 10 positions from SERPs for each keyword.

Save a copy of Colab file to your Google Drive via the File menu to avoid the Google Colab warning each time.

How to Use

  1. Start the Process: Click the play button (▷) at the bottom.
  2. Prepare Your CSV: Upload a CSV file containing at least two columns: Keywords and URL.
  3. Input Column Delimiter: By default, this is a comma.
  4. Enter Column Labels: Specify the column labels for keywords and URLs (case-sensitive).
  5. Set Similarity Threshold: Enter a similarity threshold; 0.6 is recommended.
  6. Run: Click the Run button to start the clustering process.
  7. Save Results: After completion, click Save to download the results to your Downloads folder.

Output File