Back to dispatches
§ Dispatch № 238

Google Search Console Alerts: Which Ones Actually Matter

Stop drowning in GSC noise. Learn which Search Console alerts demand action, which are false alarms, and how to mute the rest so you can focus on shipping.

Filed
May 3, 2026
Read
17 min
Author
The Seoable Team

The GSC Alert Problem

You ship a product. You set up Google Search Console. Then the emails start.

Core Web Vitals issue detected. Indexing problem found. Mobile usability error. Crawl anomaly. Security issue. Manual action. Redirect chain detected.

You're a founder, not a SEO analyst. You have a product to build. But Google is telling you everything is broken.

Here's the brutal truth: most of those alerts are noise. Some demand action within 24 hours. Others are red herrings that waste weeks of engineering time. And some can be safely ignored entirely.

This guide cuts through the chaos. We'll triage every major GSC alert type, tell you which ones actually move the needle for organic visibility, and show you exactly how to mute the rest so you can focus on what matters: shipping.

If you're already running a domain audit and building your SEO foundation, GSC alerts become a tool instead of a distraction. Let's fix that.

Prerequisites: Set Up GSC Alerts the Right Way

Before you can triage alerts, you need to control what you're receiving. Most founders either get flooded with everything or miss critical notifications.

Step 1: Verify Your Property in Google Search Console

Go to Google Search Console and add your domain. You need domain-level verification (not just a single subdomain) to catch all alerts across your entire site.

Use DNS verification if your registrar supports it. It's permanent and covers all subdomains. If you're using a hosting provider like Vercel, Netlify, or AWS, check their native GSC integration—many platforms handle this automatically.

Step 2: Configure Email Notification Settings

In GSC, go to Settings → Email Notifications. Here's what to enable and what to disable:

Enable these:

  • Manual actions (critical)
  • Security issues (critical)
  • Crawl anomalies (important, but only if you're actively shipping new content)
  • Index coverage issues (important, but only critical types)

Disable these:

  • Performance issues (you'll monitor these manually)
  • Feedback notifications (optional noise)
  • Product-related alerts (unless you're an e-commerce store)

The key move: uncheck "Send notifications for all new issues." Instead, check only "Send notifications for critical issues." This cuts your alert volume by 70% immediately.

Step 3: Add Multiple Users (If You Have a Team)

If you have a technical co-founder or engineer handling SEO, add them as an owner. But don't flood them with alerts—follow the notification settings above.

For a busy founder running a 5-minute SEO routine, you need one person owning GSC. Otherwise, critical alerts get lost in team Slack noise.

The Alert Triage Framework

Every GSC alert falls into one of three categories:

  1. Ship it now (fix within 24-48 hours or your organic visibility tanks)
  2. Queue it (fix this sprint, but not blocking)
  3. Mute it (false alarm or irrelevant to your stage)

Let's walk through each alert type you'll actually see.

Manual Actions: Ship It Now

If you get a manual action alert, stop what you're doing.

A manual action means a human at Google reviewed your site and found something that violates their guidelines. This isn't an algorithm issue—it's a human review. And it tanks your rankings immediately.

You'll see these in the Manual Actions report in Search Console Help, which breaks down exactly what Google found.

Common manual actions:

  • Unnatural links to your site: You got penalized because someone spammed backlinks to you (not your fault, but you need to disavow them)
  • Unnatural links from your site: You're linking to spammy sites or selling links
  • Thin content: Your pages don't have enough value
  • Cloaking or sneaky redirects: Your site serves different content to Google than to users
  • User-generated spam: Your site hosts comment spam or forum spam
  • Hacked site: Your domain got compromised

What to do:

  1. Read the exact violation in GSC
  2. Fix the issue immediately (disavow links, remove spam, patch security, rewrite thin content)
  3. Submit a reconsideration request in GSC
  4. Wait 1-2 weeks for Google to review

Don't ignore this. A manual action kills organic visibility faster than anything else.

Security Issues: Ship It Now

Security alerts come in two flavors: your site got hacked, or Google detected malware on your pages.

Both require immediate action.

Hacked site alerts usually mean:

  • Malicious redirects
  • Injected spam pages
  • Stolen credentials in URL parameters
  • Backdoors in your CMS

Malware alerts mean Google detected code (usually JavaScript) that tries to steal user data or download malicious files.

What to do:

  1. Take your site offline immediately (or put it in maintenance mode)
  2. Check your server logs for unauthorized access
  3. Scan for backdoors and malicious files
  4. Review recent code commits and file changes
  5. Change all passwords (hosting, database, CMS)
  6. If you're on WordPress, reset all plugins and themes
  7. If you're on a platform like Vercel or Netlify, check their security dashboard
  8. Once fixed, request a security review in GSC

If you can't fix it yourself, call your hosting provider immediately. This isn't a "queue it" item—security issues destroy trust and kill rankings.

Core Web Vitals Issues: Queue It (Usually)

Core Web Vitals alerts are the most common false alarm in GSC.

Google measures three metrics:

  • Largest Contentful Paint (LCP): how fast your main content loads (target: under 2.5 seconds)
  • Cumulative Layout Shift (CLS): how much your page jumps around while loading (target: under 0.1)
  • First Input Delay (FID): how fast your page responds to user interaction (target: under 100ms)

If you get a Core Web Vitals alert, Google is saying your site fails on some of these metrics.

Here's the truth: Core Web Vitals matter for ranking, but only if your competitors have better scores. If you're competing against slow sites, slow is fine.

Also, Google measures Core Web Vitals on real user data (Chrome User Experience Report). If you have low traffic, the data is noisy and unreliable.

What to do:

  1. Check your actual CWV scores in GSC (Enhancements → Core Web Vitals)
  2. Look at the distribution: if 75%+ of your pages pass, you're fine
  3. If you're failing, check which pages are slowest
  4. For LCP issues: compress images, defer non-critical JavaScript, use a CDN
  5. For CLS issues: set explicit heights on images and iframes, avoid injecting content above the fold
  6. For FID issues: defer heavy JavaScript, use a service worker

Don't obsess over Core Web Vitals if your site is already ranking. If you're shipping new content, make sure images are optimized. That's it.

For a technical founder doing a day-50 SEO audit, Core Web Vitals are a "nice to have," not a blocker.

Indexing Issues: Triage by Type

Indexing alerts tell you Google can't crawl or index your pages. These matter, but only certain types.

First, understand the difference between indexing and ranking. A page can be indexed but not ranking. A page can't rank if it's not indexed.

Critical indexing issues (ship it):

  • Submitted URL not found (404): You told Google to index a page that doesn't exist. Fix the URL or restore the page.
  • Submitted URL marked 'noindex': You submitted a page to Google but told it not to index it. Remove the noindex tag.
  • Server error (5xx): Your hosting is down or timing out. Check your server logs and fix the underlying issue.
  • Redirect error: Your page redirects to a broken page or creates a redirect chain. Fix the destination URL.

Non-critical indexing issues (queue it):

  • Soft 404: A page returns a 200 status but has no content. This is usually a false alarm if your page actually has content. Check the page manually.
  • Crawl anomaly: Google had trouble crawling your site (slow response, timeouts). If this is one-off, ignore it. If it's persistent, check your server performance.
  • Blocked by robots.txt: You accidentally blocked Google from crawling important pages. Check your robots.txt and remove the block.
  • Blocked by noindex: You added noindex to pages you want ranked. Remove it.

Mute it:

  • Excluded by user-agent: You're blocking Googlebot from some pages. If intentional, ignore. If not, fix your robots.txt.
  • Duplicate without canonical: You have duplicate pages without a canonical tag. Only matters if you have hundreds of duplicates. For most sites, ignore.

What to do:

  1. Go to Coverage report in GSC
  2. Sort by issue type
  3. For critical issues, click the issue and see which pages are affected
  4. Fix the top 10-20 pages first
  5. Resubmit the sitemap to prompt re-crawl
  6. Check back in 1-2 weeks

Don't try to fix every indexing issue at once. Focus on critical ones first.

Mobile Usability Issues: Queue It

Mobile usability alerts mean your site doesn't work well on phones.

Google cares about mobile because most users are on mobile. But these alerts are usually low-priority for founders shipping new products.

Common mobile usability issues:

  • Text too small to read: Font size under 16px
  • Clickable elements too close together: Buttons less than 48px apart
  • Content wider than viewport: Your page doesn't fit on mobile screens
  • Flash content: You're using Flash (seriously?)
  • Unplayable video format: You're using a video codec mobile browsers don't support

What to do:

  1. Check if you're using a mobile-responsive framework (Bootstrap, Tailwind, etc.)
  2. If yes, these alerts are usually false alarms. Ignore them.
  3. If no, test your site on a phone. If it works, ignore the alert.
  4. If it actually doesn't work on mobile, fix it. But this is a product issue, not an SEO issue.

For a founder in week 1 of SEO, mobile usability is table stakes. If your site isn't mobile-responsive, you have bigger problems than GSC alerts.

Rich Results Issues: Queue It

Rich results (also called structured data) are special search results that show extra information like ratings, prices, or recipes.

Rich results alerts mean your structured data is malformed.

Common rich results issues:

  • Product schema missing required fields: You're missing price, availability, or image
  • Article schema issues: You're missing author, publish date, or headline
  • Review schema problems: Ratings don't match actual reviews
  • Event schema errors: Missing date, location, or ticket URL

What to do:

  1. Check if you actually need rich results (you probably don't, unless you're e-commerce or publishing)
  2. If you do, use Google's Structured Data Testing Tool to validate your schema
  3. Fix the missing fields
  4. Resubmit for review in GSC

Rich results are a ranking boost, not a blocker. If your site doesn't have them, you're not losing rankings. If you add them correctly, you might get a small boost.

For most founders, this is a "nice to have after you're ranking" task.

Crawl Anomalies: Usually Mute It

Crawl anomalies mean Google had trouble crawling your site.

Reasons include:

  • Your server was slow or timing out
  • You blocked Googlebot temporarily
  • Your site had a brief outage
  • Your server returned too many errors

What to do:

  1. Check if your site was actually down when the anomaly occurred
  2. If yes, fix the underlying issue (database, server, code)
  3. If no, it's likely a one-off blip. Ignore it.
  4. If crawl anomalies are frequent (multiple per week), investigate your server performance

One crawl anomaly? Ignore it. Three in a week? Check your server logs.

URL Inspection Tool: Your Secret Weapon

The URL Inspection Tool in GSC is more useful than any alert.

When you get an alert about a specific page, use this tool to see exactly what Google sees:

  1. Copy the URL from the alert

  2. Paste it into the URL Inspection box at the top of GSC

  3. Click "Inspect"

  4. Check three things:

    • Coverage: Is the page indexed or blocked?
    • Enhancements: Does it have valid schema?
    • Last crawl: When did Google last crawl it?
  5. Click "Test live URL" to see if Google can crawl the current version

This tells you if the alert is real or outdated.

The Mute Strategy: Stop Alert Fatigue

Now that you understand which alerts matter, here's how to mute the rest:

Step 1: Disable notifications for non-critical issues

In GSC Settings → Email Notifications, uncheck:

  • Core Web Vitals
  • Mobile usability
  • Rich results
  • AMP issues (if you're not using AMP)
  • Feedback

You'll still see these in your dashboard, but you won't get spammed.

Step 2: Set up a monthly review routine

Instead of reacting to every alert, do a 10-minute monthly SEO review:

  1. Log into GSC
  2. Check Coverage report for critical issues (4xx, 5xx errors)
  3. Spot-check indexing for your top 10 pages
  4. Glance at Core Web Vitals (if you care)
  5. Move on

That's it. Monthly, not daily.

Step 3: Only respond to critical alerts immediately

Set up a filter in your email:

  • If the subject contains "Manual action" or "Security issue": mark as important
  • Everything else: archive automatically

This way, only truly critical alerts hit your inbox.

Common GSC Alert Mistakes Founders Make

Mistake 1: Panicking over Core Web Vitals

You got a CWV alert. You panic. You spend a week optimizing images and deferring JavaScript. Your site loads 100ms faster.

Your rankings don't change.

Why? Because your competitors are slow too. And you weren't ranking in the first place.

Fix: Only optimize Core Web Vitals if you're already ranking and losing positions to faster competitors. Otherwise, focus on content and links.

Mistake 2: Ignoring indexing issues for months

You shipped 100 blog posts. GSC says 30 aren't indexed. You ignore it for three months.

Then you realize you're missing 30% of your potential traffic.

Fix: Check your Coverage report monthly. If you have more than 5-10 critical indexing issues, fix them in your next sprint.

Mistake 3: Assuming all alerts are real

GSC says your site has a mobile usability issue. You rewrite your CSS. The alert persists.

Then you realize your site is fully responsive and the alert was a false positive.

Fix: Use the URL Inspection Tool to verify alerts before acting. Not every alert is real.

Mistake 4: Not distinguishing between indexing and ranking issues

Your pages are indexed but not ranking. GSC shows no errors. You assume SEO is broken.

Actually, you just need better content and links.

Fix: Understand that indexing and ranking are different. Indexing is table stakes. Ranking requires content and authority.

GSC Alerts in Your Broader SEO Strategy

GSC alerts are a health check, not a strategy.

They tell you when something is broken. They don't tell you what to build.

For that, you need:

  • A domain audit to find crawl and indexing issues
  • A keyword roadmap to know what to rank for
  • A content strategy to build authority
  • A link strategy to earn rankings

GSC alerts fit into this framework:

  • Week 1: Run a domain audit. Fix critical crawl and indexing issues. These often show up as GSC alerts.
  • Week 4-12: Ship content. Monitor indexing to ensure new pages are crawled. Ignore everything else.
  • Month 3+: Monitor rankings and compounding signals. Use GSC to track which pages are getting impressions.

For most founders, that's it. You don't need to obsess over GSC alerts.

GSC Alerts for Different Site Types

The priority of alerts changes based on what you're building.

If you're a SaaS founder:

Focus on: indexing issues, manual actions, security issues. Ignore: mobile usability, Core Web Vitals, rich results.

Why? Your users are on desktop. Your site is already responsive. You need your documentation indexed.

If you're running an e-commerce store:

Focus on: manual actions, security issues, product schema issues, mobile usability. Ignore: Core Web Vitals (less important for e-commerce), crawl anomalies (usually one-off).

Why? Mobile is critical for e-commerce. Schema helps with product visibility. Security matters because you handle payments.

If you're a content/publishing site:

Focus on: indexing issues, article schema, Core Web Vitals. Ignore: mobile usability (you're probably responsive), crawl anomalies.

Why? Indexing is everything. Schema helps with featured snippets. Speed matters for user experience.

If you're a Shopify store:

Focus on: mobile usability, product schema, Core Web Vitals. Ignore: crawl anomalies (Shopify is reliable), security issues (Shopify handles this).

Why? Shopify handles the heavy lifting. You need to focus on mobile and schema. Check out the Shopify SEO checklist for more.

Step-by-Step: Your First GSC Alert Triage

Here's exactly what to do right now:

Step 1: Log into Google Search Console

Go to search.google.com/search-console.

Step 2: Check for critical alerts

Look at the top of your dashboard. You'll see a red box if you have critical issues (manual actions, security issues, crawl errors).

If you see red, fix it today. Everything else can wait.

Step 3: Review your Coverage report

Go to Indexing → Coverage.

You'll see four categories:

  • Error (critical)
  • Valid (good)
  • Valid with warnings (usually fine)
  • Excluded (usually fine)

If your "Error" count is more than 10, investigate the top issues.

Step 4: Spot-check one indexing error

Click on "Error" and pick one URL.

Click on it. Use the URL Inspection Tool to see the actual error.

If it's a 404, delete the page or fix the URL. If it's a redirect error, fix the destination. If it's a noindex tag, remove it.

Step 5: Disable non-critical notifications

Go to Settings → Email Notifications.

Uncheck: Core Web Vitals, Mobile usability, Rich results, Feedback.

Check: Manual actions, Security issues, Crawl anomalies (optional).

Step 6: Set a monthly reminder

Add a calendar reminder for the first Monday of next month: "GSC review (10 minutes)." You'll check Coverage, spot-check indexing, and move on.

That's your process. Repeat monthly.

Tools to Complement GSC Alerts

GSC is powerful, but it's not complete. Pair it with:

Screaming Frog (crawl health): See what Google sees when it crawls your site. Catches indexing issues before they become GSC alerts.

Lighthouse (performance): Built into Chrome DevTools. More detailed than Core Web Vitals. Use it to diagnose speed issues.

Ahrefs or SEMrush (ranking and backlinks): GSC doesn't tell you which pages are ranking or why. These tools do.

Semrush Site Audit (comprehensive audit): Combines crawl health, indexing, Core Web Vitals, and more in one report.

For a busy founder on a budget, GSC + Lighthouse + Screaming Frog is enough. You don't need expensive tools.

The Alert You're Probably Missing

Most founders miss the most important GSC signal: search impressions and CTR.

Go to Performance report in GSC. You'll see:

  • Total clicks (people who clicked your link)
  • Total impressions (times your link appeared)
  • Average CTR (clicks divided by impressions)
  • Average position (where you rank on average)

This is the real signal.

If you're getting impressions but low CTR, your title and meta description suck. Fix them.

If you're getting no impressions, you're not ranking. Content and links are your problem, not GSC alerts.

If you're getting impressions and clicks, you're doing something right. Double down on that topic.

GSC alerts are noise. Performance data is signal. Watch the Performance report, not the alerts.

Summary: Your GSC Alert Playbook

Critical (fix within 24 hours):

  • Manual actions
  • Security issues
  • Server errors (5xx)
  • Submitted URL not found (404)
  • Submitted URL marked noindex

Important (fix this sprint):

  • Redirect errors
  • Blocked by robots.txt
  • Blocked by noindex
  • Crawl anomalies (if frequent)

Can ignore:

  • Core Web Vitals
  • Mobile usability
  • Rich results
  • Soft 404
  • Excluded by user-agent
  • Duplicate without canonical

Your process:

  1. Disable non-critical notifications
  2. Respond immediately to critical alerts
  3. Do a 10-minute monthly review
  4. Focus on Performance data, not alerts
  5. Use URL Inspection Tool to verify alerts before acting

The real win: Stop treating GSC like a dashboard and start treating it like a health check. Monthly review, not daily panic.

You're a founder. You ship. You don't have time to debug every GSC alert. Now you know which ones matter.

Focus on your first 100 days of SEO. Fix critical GSC issues as they come up. Ignore the noise. Rank.

That's the strategy. Everything else is distraction.

§ The Dispatch

Get the next
dispatch on Monday.

One email per week with the most important SEO and AEO moves for founders. Unsubscribe in one click.

Free · Weekly · Unsubscribe anytime