---
title: "Find long-tail queries with Search Console regex | Ian Nuttall"
description: "SEO tip to increase traffic"
canonical: "https://ian.is/post/search-console-regex"
language: "en"
---

# Find long-tail queries with Search Console regex

Apr 2023 / 78,904 views / [via X](https://x.com/iannuttall/status/1643246625442222087)

SEO tip: Writing more content around the long-tail keywords you already rank for can 10x your traffic.

In this video, I'll show you a couple of regex queries you can use to find them - no paid tools needed.

Double down on what's working and create better topical clusters 👇

Video from the original post

To find queries over 60 characters in length:

```
^[\w\W\s\S]{60,}$
```

To find queries 7 or more words in length:

```
(\w+\s){7,}\w+
```

## Ian's List

Join 15k\+ subscribers
