Useful for
- Create include or exclude patterns for branded and non-branded query analysis.
- Group URL folders, templates, countries, or product areas in Search Console.
- Test whether a regex matches the intended sample queries or URLs before using it.
Turn brand terms, URL folders, query groups, or exact values into a Search Console regex, then test the pattern before pasting it into a Custom (regex) filter.
^ or $. Choose “Doesn't match regex” in GSC when you want to exclude the matches.
Turn brand terms, URL folders, query groups, or exact values into a Search Console regex, then test the pattern before pasting it into a Custom (regex) filter.
brand name
brandname
brand-name
(?:brand name|brandname|brand-name)
Search Console uses RE2 syntax. Its Custom (regex) filters are case-insensitive and partial-match by default unless you anchor the pattern with ^ or $.
The tester uses the browser regular-expression engine but blocks common constructs that RE2 does not support, including lookarounds and backreferences. Always validate important filters in Search Console as the final authority.
No. Pattern building and sample testing run in your browser, and the entered query or URL values are not intentionally sent to KairoxBuild.