Great post from Chris Long on how to set up a filter in Google Search Console to find queries that are longer than ‘x’ number of words, to find more conversational queries.

The process:
1. Navigate to Google Search Console
2. Open up the “Performance” report
3. Select Add Filter > Query
4. Choose “Custom Regex” and input this regex string: ^(?:\S+\s+){9,}\S+$

Already have found a few interesting things for a couple of my side hustle sites using this–looking forward to digging into some deeper client data with it.