Practical GSC trick after removing &num=100

SEO LaboratorySEO Laboratory
clock 2025/10/02
pen Kastytis
Practical GSC trick after num100 removal

Google has just shaken up the entire SEO community by removing the ability for SEO tools to measure keyword positions with a single query. With turned off &num=100 parameterIn Google Search Console, we see unusual data changes.

This parameter has long been the basis for many AI bots, position trackers and individual crawlers, to track and pick up TOP 100 Google results. Removing it interferes with accurate tracking of ratings and reduces the reliability of the data.

How to adapt? Analyse your GSC data more deeply. A smart step is to segment queries by length using RegEx filters:

📋 RegEx filters:

1 word queries:
^[^” “]*$

2-4 word queries:
^([^" "]*\s){1,3}[^" "]*$

5-8 word queries:
^([^" "]*\s){4,7}[^" "]*$

9-12 word queries:
^([^" "]*\s){8,11}[^" "]*$

13-20 word queries:
^([^" "]*\s){12,19}[^" "]*$

20+ word queries:
^([^" "]*\s){19,}[^" "]*$

👉 Why is it important?

Because query length = insights into user intent.

  • Shorter queries = general research / navigation
  • Longer queries = clearer purpose / queries with purchase intent / even AI prompts

As the reliability of tracking third-country positions has now faltered, your GSC query data becomes your biggest ally.

Kastytis
SEO Expert / Growth Strategist
14+ years of experience. I have worked with banks, commerce, SaaS and gaming industries. I have built up and sold a private network of video game websites. Technical SEO, content and link strategy and data-driven growth.
LocationVilnius, Lithuania

Create your account