Performance reports will support both matching or non-matching regex filters. This option is available in the secondary dropdown.
Appears after selecting the custom (regex) option in the filter selector.
Google recently announced better data filtering for the Search Console performance report.
The facility to analyze different queries of the users will be available through the regex filter.
What are regular expressions (regex)?
A regex is a sequence that specifies a search pattern. You can use this to create an advanced filter that broadly and narrowly more than one word or phrase.
Regex filter can prove beneficial for you in many ways. Multiple metacharacters can be used when using a regex. Characters that have special meaning.
For example, you can define search criteria and check references to all metacharacters using the RE2 regex syntax supported by Search Console.
If you are wondering when you should use regex as opposed to other filter types, then the following information will clear your confusion.
Segment users who already know your brand
Many times it happens that users search by wrongly typing the name of a company, website, or blog.
You can use regex to know which users are searching the company, website, or blog with which misspelling.
There are many types of names of your company, website or blog specify with wrong spelling.
This will give you information about how each group is using the questions.
Apart from this, you can also know which section of your website is attracting every audience. In my opinion, the use of a regex filter will prove beneficial.
For example, if your company name is Green Mango then you might want to create a filter for all these types. Green Mango /Grin mango/ Green mango| green Mango| Greenmango| grinmango (the | metacharacter response or statement).
Analyze traffic in the website section
Using regex focuses on specific directories on the website. With this, you will be able to understand easily what is the common query for the content area.
For example, if your URL structure is example.com |product|brand|size|color and you want to see traffic going to the greenshoe and you don't care about brand or size doesn't matter then shoe|matches Can use any characters|green.
How to understand user intent?
Using regex, you can find out what kind of questions the user is bringing in different sections of your website.
For example, as if you are interested in the kind of query that contains the word questioning. Create a query filter to show what / when / why / how results that indicate that your content should be easy to respond to.
Regex Syntax Summary
All characters are matched by themselves except those that have special meaning in the regex. All these characters have a special meaning in the regex.like
-, +, *, ?, ^, $, ( ), { }, [ ], |, \.
-, +, *, ?, ^, $, ( ), { }, [ ], |, \.
Escape sequence (\char)
- To match special meaning characters in a regex, you must prefix the escape sequence with a backslash (\).
- You need to use the regex \\ to match the "\" backslash.
- The regex recognizes normal escape sequences. E.g. \n for newline, \t for tab, \nnn for 3-digit octal number, \xhh for 2-digit hex.
Lastly, from the above information, it comes out that through the regex filter, you can understand the search intent of the users from different queries.
They can also find out which part of the user website is getting attracted to or which section the user is finding more interested in.
The new filters of Search Console can prove to be very helpful for your website. With the help of different syntaxes, each query can be filtered.
0 Comments