🛠️ How to Fix "Page with Redirect" in Blogger: A Complete SEO Guide:
Page with redirect how to fix
If you're using google blogger and see the “Page with Redirect” issue in Google Search Console "GSC" you're not alone. This problem can stop your pages from showing in "Google Search" — which can hurt your website traffic seo rankings and your blog’s credibility.
This guide will walk you through why it happens "how to fix it" and how to avoid it in the future step by step — all in simple language"
---
🧠 What Does “page with redirect” Mean?
When you see "page with redirect" in GSC, it means google tried to visit a page on your site but it was automatically sent "redirected" to a different url.
There are two main types of redirects:
301 Redirect
Permanent redirect "tells google to index the new page"
302 Redirect
Temporary redirect "google may or may not index the new page"
So when a url redirects instead of showing content directly google excludes it from indexing — which means it won't show up in search results.
---
🚩 Common Reasons for "Page with Redirect" in Blogger
Let’s break down why it happens:
1. Domain Redirects (www vs non-www)
Blogger often redirects from yourblog.com to www.yourblog.com. This is normal — but if your canonical URL sitemap or links are inconsistent, it can confuse Google.
2. Meta Refresh or JavaScript Redirects
Some templates or third-party widgets add redirect codes like:
<meta http-equiv="refresh" content="3;url=https://yourdomain.com">
Or:
window.location.href = "https://yourdomain.com";
These confuse search engines and should be avoided.
3. Incorrect Canonical Tags
If your blog posts point to a different URL as canonical (e.g., a www vs non-www conflict), Google may skip the original page in favor of the canonical one — marking the original as “redirected.”
4. Multiple Redirect Chains
If a URL redirects to another one, which again redirects to a third, Google may give up and flag the original page.
5. Outdated URLs
Old URLs that now redirect to new ones without proper updates in your sitemap can also cause this issue.
---
✅ How to Fix "Page with Redirect" Step-by-Step
Follow these steps carefully to identify and fix redirect issues in Blogger:
🔍 Step 1: Identify Affected URLs in Google Search Console
1. Go to Google Search Console
2. Click Pages under Indexing
3. Find “Page with redirect” under “Excluded”
4. Export the list for reference
---
⚙️ Step 2: Test Each URL's Redirect Type
Use free tools like:
https://www.redirect-checker.org
Or open Chrome DevTools → Network tab → Status code
You’ll see whether each URL gives a:
301 (Permanent redirect)
302 (Temporary redirect)
or something else
---
✂️ Step 3: Remove Unnecessary Redirects in Blogger
Blogger Domain Settings:
Go to Settings → Publishing
If using a custom domain, make sure it only redirects from yourdomain.com to www.yourdomain.com
Avoid redirecting back and forth or using multiple subdomains
Meta Redirect Fix:
1. Go to Theme → Edit HTML
2. Search for
<meta- https-equiv="refresh"
window.location.href
3. If found and unnecessary — remove them
---
🧭 Step 4: Fix Canonical URLs
Canonical tags tell Google which version of a page is “official.” If done wrong, it causes redirects.
In Blogger Make sure you’re using:
<link rel="canonical" href="<data:post.url/>" />
Avoid hard coding URLs like
<link rel="canonical" href="https://www.yourblog.com/page-name.html">
---
🔄 Step 5 Reduce Redirect Chains
Make sure your links and redirects are clean
Avoid A → B → C
Instead use a direct A → C redirect
If you’re using services like Cloudflare, check if you’ve added too many page rules or redirect loops.
---
📉 Step 6 check for 404 redirects
If a page no longer exists and redirects to the homepage or a generic page google won’t index it.
Solution:
let it return a proper 404 or 410 error or redirect it directly to the most relevant new page.
---
📬 Step 7: Request Reindexing
Once you’ve fixed all the issues:
1. Go back to Search Console
2. Use URL Inspection Tool on fixed URLs
3. Click Request Indexing
Wait a few days for Google to recheck.
---
🔧 After Fixing Redirects: Boost Your Blogger SEO
To maximize the benefits of fixing this issue, make sure your blog is fully optimized:
🗺️ XML Sitemap
Blogger auto-generates it at:
https://www.yourblog.com/sitemap.xml
Check it and ensure it has no redirected URLs.
🤖 robots.txt
"Go to Settings" crawlers and indexing → Enable custom robots.txt use this
User-agent: *
Disallow: /search
Allow: /
Sitemap: https://www.exmpleblog.com/sitemap.xml
🏷️ Meta Tags
Use unique meta titles and descriptions for every post
Titles: 55--__60 characters
Descriptions 150–160 characters Use relevant keywords like
> "Fix page with redirect"blogger SEO", "redirect Error fix blogger"
💡 Structured Data
Add schema markup for your blog posts
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Blog posting",
"headline": "Fix Redirect Errors in Blogger",
"description": "Complete guide to fix 'Page with Redirect' issue in Blogger",
"image": "https://yourblog.com/cover.jpg",
"date Published": "2025-07-08",
"author": {
"@type": "Person",
"name": "Your Name"
},
"publisher": {
"@type": "Organization",
"name": "Your Blog Name",
"logo": {
"@type": "Image object",
"url": "https://yourblog.com/logo.png"
}
}
}
</script>
🔗 Internal Linking
Link to other posts using natural keywords like
Fix Blogger issues
Improve SEO ranking
Resolve crawl errors
⚡ Improve Page Speed
Use lightweight themes
Compress images
Enable lazy loading:
<img loading="lazy" src="..." alt="...">
📱 Mobile-Friendly Design
Test your blog here: Google Mobile-Friendly Test
---
❓ FAQs
Question Answer
Q 1 What’s the difference between “Page with redirect” and “Redirect error”?
“page with redirect” is an informational status. “redirect error” means Google couldn’t follow the redirect (like an error or loop).
Q 2. Is 302 redirect bad for SEO?
302 is temporary. If the change is permanent, use a 301 — it passes SEO value better.
Q3. Can Blogger use .htaccess to control redirects?
No. Blogger doesn’t support .htaccess. Use domain-level redirects via DNS or services like Cloudflare.
Q 4 How long does Google take to reindex?
Usually within 2–5 days after submitting via Search Console.
Q 5 Are redirect chains always bad?
Yes. The more hops the more value you lose. Always try to keep it direct.
---
🎯 Conclusion
Redirects fixed SEO Upgraded
Fixing the “page with redirect” issue in blogger is not complicated when you understand what's causing it. With these simple 7 steps you can:
Remove bad redirects
Clean up your sitemap and canonical tags
Help Google index your content properly
Boost your SEO rankings
A small fix today can bring huge improvements in your blog’s visibility and traffic tomorrow. ✅
Comments
Post a Comment