you might optimize your site performance by analyzing search data using crafted regex filters.
Then click onPerformanceto bring up search query data you’re free to manipulate using regex.
you’re free to choose either theQueryor thePageoption to use regex in GSC.
drop your regex here and click onApplyto see the custom results.
you could either match the results containing the regex string or filter them out using theDoesn’t match regexoption.
Google Search Console has a 4,096 character limit for regex strings.
Here are a few commonly used regular expressions to manipulate website data.
This regex string brings up search queries with six or more words implying a proper sentence or question.
Use long-tail keywords with high volumes as H2s in blog posts to boost your website’s search ranking.
Regex to Match Misspelled Keywords
This example query matches all misspellings and variations of the name Elizabeth.
A?following a letter indicates the letter may or may not appear in the string.
Use the or function|to include all possible combinations for commonly substituted vowels or consonants.
Add(?-i)to your query if you want case-sensitive matches.
Use this helpful testing tool fromregex101.comto check whether your regex query works as intended.
Copy the URL for useful regex queries and save it to rerun with a single click.