- Installing SureRank
- SureRank Onboarding Guide
- How to Activate Your SureRank Pro License
- SureRank Dashboard Overview
- General Settings
- Advanced Settings
- Search Console – SureRank
- Managing URL Redirection in SureRank
- SureRank Feature Management – Quick Guide
- Robots.txt Feature in SureRank
- How to Migrate from Rank Math to SureRank
- How to Migrate from Yoast to SureRank
- How to Migrate from SEOPress to SureRank SEO
- How to Migrate from Squirrly SEO to SureRank
- How to Migrate from All in One SEO (AIOSEO) to SureRank
- How to Migrate from Slim SEO to SureRank
- Migration Failed: How to Diagnose
- After You Migrate: Verification and Cleanup Checklist
- Sitemaps in SureRank
- How to Enable Video Sitemap in SureRank Pro
- How to Enable the News Sitemap in SureRank
- How to Show the HTML Sitemap on Your Site in SureRank Pro
- How to Regenerate the Sitemap After Excluding a Post Type in SureRank
- Change the Sitemap URL in SureRank
- How to Enable Author Sitemap in SureRank
- How to Exclude Post Types from the Sitemap
- How to Enable the Author Sitemap and Why Authors Are Excluded (Pro)
- Editing Meta Box
- SureRank – Page SEO ChecksÂ
- Enabling Page SEO Checks in WordPress
- Image Alt Text – Automatic Optimization
- Link Manager
- Using the SureRank Front-End Meta Box
- How to Edit the Meta Title and Description for a Single Page or Post
- Controlling Indexing with Robot InstructionsÂ
- How to Set Global Title and Description Templates with Variables
- How to Set a Canonical URL and How the Canonical Field Works
- How to Fix WWW and Non-WWW Version Redirects to Improve Your SEO
- How to Fix: No H1 Heading Found on Your Homepage
- How to Fix Missing H2 Headings on Your Homepage
- Re-run Checks Button in SureRank
- Fix Critical Error: Another SEO Plugin Detected in SureRank
- Fix Warning: Site Tagline Is Not Set in SureRank
- How to Fix: Robots.txt Contains Invalid Rules in SureRank
- How to Fix Multiple SEO Plugins Detected on Your Site
- How to Fix: Homepage is Not Indexable by Search Engines
- Warning: Homepage Does Not Contain Internal Links
- How to Fix: Search Engine Title is Missing on the Page
- Page Level SEO: Broken Links Detected
- How to Fix Missing Alt Text on Images
- How to Fix Page URLs That Are Too Long
- Page Level SEO Warning: No Links Found on This Page
- Page Level SEO Warning: No Images or Videos Found
- Page Level SEO Warning: Missing Search Engine Description
- Page Level SEO Warning: No Subheadings Found on This Page
- Page Level SEO Warning: Canonical Tag is Missing
- Page Level SEO Warning: Open Graph Tags Missing
- What is Google Search Console and how does SureRank use it?
- Recommended Image Sizes
- SureRank – SEO Check Severity Guide
- Using SureRank with Other SEO Plugins – Best Practices
- Import/Export Feature – SureRank Plugin
- What is llms.txt and Does SureRank Support It?
- Does SureRank offer a keyword rank-tracking feature?
- Does SureRank Come With Google Analytics Integration?
- Email Summary in SureRank
- SureRank Role Manager
- Search Engines Not Indexing Your WordPress Site?
- Sitemap Not Showing in SureRank
- Fixing robots.txt Issues in SureRank
- Why a Working Link Is Flagged as Broken (404)
- Which Pages Are Included in Your SureRank Sitemap
- Fixing False SEO Audit Warnings Caused by Caching
- Fixing “Couldn’t Fetch” for Your Sitemap in Google Search Console
- Troubleshooting: Favicon and Logo in Google Search Results (Supported Formats and CDN Gotchas)
- Customize XML Sitemap Top Bar with surerank_sitemap_top_bar_data
- Analyze ACF Field Content with SureRank
- Preserve Modified Date During Updates surerank_freeze_modified_date
- Customize Final Title Tag surerank_final_title
- Customize Post Type Archive Title Output surerank_post_type_archive_title
- Customize Archive Page Title with surerank_archive_title
- CustomizeModify the Search Results Page Title surerank_search_title
- Customizing the 404 Page Title surerank_not_found_title
- Customizing the Title Separator surerank_title_separator
- How to Remove Archive Prefixes from Titles Using SureRank
Fixing “Couldn’t Fetch” for Your Sitemap in Google Search Console
Google Search Console (GSC) shows this error on the Sitemaps page when Googlebot tried to request your sitemap URL and didn’t get back a valid, parseable response in time. It’s a GSC-side report about the last fetch attempt. It doesn’t necessarily mean the sitemap is broken right now. Work through the causes below in order. They’re listed by how often they turn out to be the actual cause.
Before You Start: Confirm the Sitemap Loads Right Now
Open the sitemap URL directly in a private/incognito browser tab:
https://yoursite.com/sitemap_index.xml
That’s the default URL. SureRank does not use /sitemap.xml or /surerank-sitemap.xml. (You can change the slug via the surerank_sitemap_slug filter, so if the customer says they customized it, use their real URL.)
- Loads and shows XML: the live sitemap is fine right now. The GSC error is most likely stale (Cause 1) or was a transient blip (Cause 2). Skip to the “Remove-and-Resubmit” procedure.
- 404: different bug, not “Couldn’t fetch.” Send the customer to [[Troubleshooting Sitemaps]] (“Sitemap Returns 404”) instead.
- Times out or 500s: continue to Cause 3/4.
- Loads but is empty: check the response headers (Cause 2) before assuming it’s broken. An empty index can be a normal, temporary “still building” response.
Cause 1: GSC Has the Wrong (or an Old) URL on File
The most common reason for a persistent “Couldn’t fetch” that never clears on its own and is fully within the customer’s control.
How it happens: SureRank redirects legacy/competitor sitemap URLs (/sitemap.xml, /wp-sitemap.xml, /index.xml) to the real sitemap URL with a 302. If a customer migrated from Yoast/Rank Math/SEOPress and GSC still has that old plugin’s URL submitted, every fetch now hits a redirect instead of the XML directly, a common source of “Couldn’t fetch.”
Fix:
- In GSC → Sitemaps, check the exact URL submitted.
- Compare it to the site’s actual sitemap URL.
- If they don’t match: remove the old submission, then add the correct URL.
Cause 2: A Temporary “Cache Is Rebuilding” Response (Usually Not a Bug)
When SureRank’s sitemap cache is completely empty (right after activation, or after a full reset) and no stale backup exists, it deliberately serves an empty index with HTTP 503 and a Retry-After header (300s default), plus X-Robots-Tag: noindex, telling Googlebot “come back shortly” so it doesn’t start dropping indexed URLs mid-rebuild.
What this means: a single 503 that clears within a few hours is expected, not a defect. GSC’s status can lag the site’s real state by a day or more. Re-verify against the live URL first. If the 503 doesn’t clear after several hours, go to Cause 3.
Quick check: inspect the response headers of the sitemap URL. HTTP/1.1 503 plus Retry-After confirms this is the self-healing path.
Cause 3: The Site Can’t Reach Itself (Stalls the Rebuild)
If the cache never finishes rebuilding, the most common root cause is that the server can’t make a loopback request back to itself, which SureRank relies on to keep the cache current. If blocked, the rebuild falls back to a slower synchronous process; the sitemap still updates, but freshness may lag.
Usual blockers: a security plugin (Wordfence, iThemes Security, WP Ghost) renaming/restricting the admin path; a hosting firewall/WAF blocking self-requests; a host with loopbacks disabled outright.
How to check:
- Tools → Site Health → Status in WP admin.
- Look for the SureRank loopback test. A failure will call out a security plugin, firewall, or host-level restriction.
- If flagged, this is a hosting/security-plugin config issue. Have the customer/host whitelist the site’s own admin-ajax path, or confirm loopbacks are enabled.
Cause 4: A Firewall/WAF Is Blocking Googlebot Specifically
(This is the manual WAF check support already does, codifying it here.) Different from Cause 3: the site can talk to itself fine, but an external firewall (Wordfence, Sucuri, Cloudflare Bot Fight Mode, or a hosting WAF) is blocking Google’s crawler from reaching the sitemap from outside. SureRank has no visibility into this. It’s entirely a hosting/security config matter.
How to check:
- Check the firewall/security plugin’s block log (Wordfence Live Traffic, Sucuri firewall log, Cloudflare Security Events) for blocked requests with a Googlebot user agent or Google’s crawler IP ranges around the time of the fetch failure.
- If Cloudflare is in front of the site: confirm Bot Fight Mode isn’t over-aggressive and no custom WAF rule matches the sitemap path.
- Whitelist Googlebot’s user agent/IP ranges if a block is found.
- There’s no SureRank-side fix here. The customer/host must adjust their own firewall.
Cause 5: robots.txt Is Blocking the Sitemap or the Site
Less common, but check if robots.txt was hand-edited:
- Open /robots.txt, confirm no blanket Disallow: / (common leftover from staging-site copy-paste).
- Confirm a Sitemap: the line points to the correct URL. SureRank only auto-adds this when no custom robots.txt content is saved. Customers with custom content are responsible for including it themselves.
- Fix via SureRank → Advanced → Robots.txt Editor.
Pro-Specific Note: Video, News, and Author Sitemaps
These are separate modules with their own rewrite rules:
- Enabling/disabling one requires a permalinks flush, same as the core sitemap. Otherwise the URL 404s instead of erroring.
- They don’t share the core sitemap’s 503/retry self-healing. If their data hasn’t built yet, they typically return a valid-but-empty 200 rather than a retryable error, so “Couldn’t fetch” on these is more likely a URL/permalink issue or Cause 3/4 than a “still rebuilding” state.
Standard Remove-and-Resubmit Procedure
- Confirm the live sitemap URL loads cleanly (200, valid XML).
- In GSC → Sitemaps, remove the old/broken entry.
- Submit the current, correct URL.
- Set expectations: GSC re-fetches on its own schedule, typically 24 to 72 hours. Checking again within minutes will still show the old status.
When to Escalate
- Live sitemap returns a 500/fatal error (not 503). This is a bug, not expected rebuild behavior.
- Loopback passes, no WAF/firewall block found, robots.txt is clean, submitted URL is correct, but “Couldn’t fetch” persists across multiple days of GSC attempts.
- A Pro video/news/author sub-sitemap returns malformed (not just empty) XML.
We don't respond to the article feedback, we use it to improve our support content.