{"id":48165,"date":"2022-06-09T10:48:56","date_gmt":"2022-06-09T09:48:56","guid":{"rendered":"https:\/\/www.ukwebgeekz.com\/?post_type=blog&p=48165"},"modified":"2022-06-09T11:24:20","modified_gmt":"2022-06-09T10:24:20","slug":"regex-google-search-console-keyword-research","status":"publish","type":"blog","link":"https:\/\/www.ukwebgeekz.com\/blog\/regex-google-search-console-keyword-research\/","title":{"rendered":"Using Regular Expressions In Google Search Console For Keyword Research"},"content":{"rendered":"\n

Google processes 5.6 billion searches per day, equating to 63,000 searches every second. Many people are looking for information every minute, creating a massive opportunity for businesses to succeed.<\/p>\n\n\n\n

Therefore, keyword research must be an integral part of your business activities. You might think with such a high number of searches per day, you can afford to leave it to luck to be found, but to enhance your chances of success on the leading search engines like Google, you must be proactive with keyword research.<\/p>\n\n\n\n

Of course, there are tools available for keyword research, but they have some drawbacks, including:<\/p>\n\n\n\n

Keyword research tools are often expensive<\/p>\n\n\n\n

You cannot always be sure the information provided by these tools is trustworthy<\/p>\n\n\n\n

When you use tools, you don\u2019t understand the processes of keyword research<\/p>\n\n\n\n

So, it might take a lot of work, but there is a strong argument for marketers and businesses to undertake customised keyword research by themselves.<\/p>\n\n\n\n

Using regular expressions in Google Search Console for keyword research is a highly effective use of your time.<\/p>\n\n\n\n

<\/div>\n\n\n\n

What is regular expressions?<\/strong><\/h2>\n\n\n\n

Regular Expression, or RegEx, first came to light in the 1950s, invented by Stephen Cole Kleene. It refers to a progression of characters, of literal characters and meta-characters, which is used to search for text, and even manipulate text.<\/p>\n\n\n\n

Literal characters are the term that is easiest to understand. With the expression \u201c.*water.*\u201d, the search looks for strings that include \u2018water\u2019. The asterix and dots are meta-characters.<\/p>\n\n\n\n

With meta-characters, searches are performed by combining strings to generate special meaning, with examples being:<\/p>\n\n\n\n

\\s which will match whitespaces<\/code><\/pre>\n\n\n\n
\/S which will match everything that is not a whitespace<\/code><\/pre>\n\n\n\n

Some of the ways in which RegEx is used include:<\/p>\n\n\n\n