Intro

Capture open-now searches in GSC so you can monitor one of the clearest local urgency signals tied to immediate action.

Use this regex to isolate open now queries in GSC when searchers want a currently available local business or service.

The Regex

\bopen now\b

How This Regex Works (Explained Simply)

\b

Backslash-b marks a word boundary. It helps stop short terms from matching inside longer words in GSC queries.

GSC regex is case-insensitive by default, so capital letters do not need separate variants. GSC also uses partial matching by default, so the regex can match part of a longer query unless you anchor it with ^ or $.

What This Regex Does

  • Matches the exact phrase open now.
  • Surfaces urgent local demand tied to immediate availability.
  • Helps you compare time-sensitive local behaviour against standard local queries.

What it does not match

  • coffee shop open today - Open today only matches in the variation.
  • coffee shop near me - This is local, but no open-now urgency phrase appears.

Edge Cases

  • This is intentionally narrow, so other time-based local queries stay out of the segment.
  • Open-now queries may behave differently in map-heavy SERPs, which can affect clicks.

Example Matches Table

Query Match Why
pharmacy open now Match Contains the exact phrase open now.
coffee shop open now near me Match Open now appears intact in the query.
coffee shop open today No Open today only matches in the variation.
coffee shop near me No This is local, but no open-now urgency phrase appears.

How to Use This in Google Search Console

  1. Open Performance and go to Search results.
  2. Click Add filter and choose Query.
  3. Select Custom (regex).
  4. Paste the regex and click Apply.

When to Use This

  • Measure time-sensitive local demand.
  • Check whether urgent local searches land on pages with clear availability signals.
  • Compare open-now intent against broader near-me demand.

Pro Tips

  • Open-now demand is often highly mobile, so device-level analysis matters.
  • Use this alongside local service pages to spot where urgency intent is leaking to generic pages.
  • Keep open now and near me separate because they express different types of local need.
  • If your business has opening-hours content, this segment is useful for validating its impact.

Variations

Include open-today phrasing

\b(open now|open today)\b

Adds another immediate-availability phrase often used in local searches.

Related Regex Recipes

CTA

Regex is powerful in GSC, but manual filtering still leaves you exporting, comparing, and rebuilding the same views. Spicy Metrics turns those segments into reporting your team can reuse.

Turn regex into repeatable reporting