
From Someone Who Almost Quit! Being totally honest, there was a moment in late 2023 when I seriously considered shutting down my travel blog,
nnnnI’d been writing for three years, publishing what I thought were solid destination guides and itineraries.
nnnnMy content was original, helpful, and based on real travel experiences. But suddenly, my traffic plummeted by 80%. Pages that had been ranking well for months justโฆ disappeared.
nnnnAt first, I thought it was a temporary glitch. Maybe Google was having issues. But weeks turned into months, and my carefully crafted articles were nowhere to be found in search results. I was writing into the void.
nnnnSound familiar? If you’re reading this, you’re probably going through something similar.
nnnnThe good news? I figured it out (eventually), and I’m going to share everything I learned so you don’t have to go through the same frustrating journey I did.
nnnnnnnnnnnnnnWhat I Wish Someone Had Told Me About Google Indexing?
nnnnLet me start with the basics I wish I’d understood from day one when I started blogging. Google indexing isn’t just some technical thing that happens automatically โ it’s actually the foundation of everything we do as bloggers.
nnnnThink of it this way: Google indexing is like getting your book into the library system.
nnnnFirst, the librarian (Googlebot) has to visit your library and actually look at your book (that’s crawling).
nnnnIf they like what they see and think it belongs in the collection, they add it to the catalog system (that’s indexing). Only then can people find your book when they search the catalog (that’s ranking).
nnnnHere’s what threw me off initially: crawling โ indexing โ ranking happen in sequence, but they’re completely separate processes.
nnnnI was so focused on SEO and ranking that I completely missed the indexing step. My pages weren’t even making it into Google’s catalog, so all my keyword research and optimization work was pointless.
nnnnnnnnThe Moment I Realized Something Was Wrong
nnnnIt started with a simple vanity search. I Googled the exact title of my latest Rome itinerary post โ something I’d spent weeks perfecting.
nnnnNothing. Not on page one, not on page ten. It was like the post didn’t exist.
nnnnThat’s when I discovered the site: search operator, which became my new best friend (and biggest source of anxiety). I started searching site:thedigtialmalik.com and watched in horror as Google showed me fewer and fewer of my pages over time.

The breaking point came when I realized that out of my 128+ blog posts, Google was only showing about 40 in search results.
nnnnWhere were the other 65 posts? Had I been wasting months of work?
nnnnnnnnHow I Finally Figured Out What Was Going On?
nnnnHere’s exactly how I diagnosed my indexing problems, step by step:
nnnnStep 1: I Set Up Google Search Console (Finally)
nnnnI’m embarrassed to admit this, but I’d been blogging for over nine months without properly setting up Google Search Console.
nnnnI had a basic installation, but I wasn’t actually using it to monitor my site’s health.
nnnnIf you haven’t done this yet, stop reading and go set it up right now. Seriously!
nnnnGo to search.google.com/search-console, add your website, and verify ownership. I used the DNS verification method through my domain provider (much easier than I thought it would be).
nnnnOnce I had real data flowing in, the problem became crystal clear. In the “Pages” section under “Indexing,” I saw a breakdown that made my stomach drop:
nnnn- n
- Indexed: 63 pages nnnn
- Not indexed: 128 pages n

Google was literally ignoring 51% of my content.
nnnnStep 2: I Investigated Why Pages Weren’t Being Indexed
nnnnThis is where Google Search Console became invaluable. Under the “Not indexed” section, I could see exactly why
nnnnGoogle was rejecting my pages:
nnnn- n
- “Discovered โ currently not indexed”: 78 pages nnnn
- “Crawled โ currently not indexed”: 31 pages nnnn
- “Blocked by robots.txt”: 12 pages nnnn
- “Page with redirect”: 6 pages n
Each category told a different story about what was wrong with my site.
nnnnStep 3: I Used the URL Inspection Tool to Dig Deeper
nnnnFor every problematic page, I used the URL Inspection Tool (the search bar at the top of Search Console).
nnnnThis tool became my detective kit. For each URL, it told me:
nnnn
- n
- Whether the page was indexed nnnn
- When it was last crawled nnnn
- Any specific issues preventing indexing nnnn
- What Google actually saw when it visited the page n
This is where I discovered some shocking truths about my own website that I’ll share with you.
nnnnnnnnThe Technical Issues That Were Killing My Indexing
nnnnAnd How I Fixed Them…
nnnnProblem #1: The Sneaky Robots.txt Disaster
nnnnOn my Travel Blog I had 12 pages blocked by robots.txt? I had no idea what that meant initially. Turns out, my robots.txt file (found at yourdomain.com/robots.txt) was blocking Google from crawling important sections of my site.
nnnnI’d installed some SEO plugin months earlier, and somehow it had added this line to my robots.txt:
nnnnDisallow: /destinations/nnnnMy entire destinations section โ my best content โ was off-limits to Google! I felt like such an amateur.
nnnnHow I fixed it: I edited my robots.txt file to remove the problematic Disallow lines. Within a week, those pages started getting crawled again.
nnnnProblem #2: Accidental Noindex Tags Everywhere
nnnnThis was the most frustrating discovery. I found that 23 of my best posts had <meta name="robots" content="noindex"> tags in their HTML. These tags literally tell Google “don’t index this page.”
I traced this back to a setting in my SEO plugin that I’d accidentally enabled. When I was testing the site before launch, I’d turned on “discourage search engines” and apparently never turned it off properly.
nnnnHow I found them: In Google Search Console, I used the URL Inspection Tool on problematic pages. Under “Page indexing,” it clearly showed “Blocked by ‘noindex’ tag.”
nnnnHow I fixed them: I went through my SEO plugin settings and removed the noindex tags. Then I used the “Request indexing” feature in Search Console for each affected page.
nnnnProblem #3: The Canonical Tag Nightmare
nnnnHere’s something that took me weeks to understand: canonical tags. I discovered that many of my posts had canonical tags pointing to completely different URLs โ sometimes my homepage, sometimes random posts.
nnnnFor example on my travel blog, my “Best Food in Thailand” post had a canonical tag pointing to my “Thailand Itinerary” post. Google was essentially being told “don’t index this Thailand post, the post is the real version.”
nnnnHow I found this: I used a free tool called SEOptimer to check each problematic URL. It showed me exactly what the canonical tag was pointing to.
nnnnHow I fixed it: I went through each post and either removed incorrect canonical tags or made sure they pointed to the correct URL (usually the post’s own URL).
nnnnProblem #4: My Site Was Slower Than I Thought
nnnnPage speed wasn’t just hurting my user experience โ it was affecting my crawl budget. Google wasn’t willing to wait around for my slow pages to load, so it was crawling fewer pages overall.
nnnnI tested my site speed using Google’s PageSpeed Insights and was horrified to see scores in the 20s and 30s. My blog was packed with unoptimized images, too many plugins, and a bloated theme.
nnnnHow I fixed it: This was a bigger project, but I:
nnnn- n
- Compressed all my images using TinyPNG nnnn
- Removed unnecessary plugins (I had 47 active plugins!) nnnn
- Switched to a faster hosting provider nnnn
- Implemented a caching plugin n
My scores improved to the 70s and 80s, and I noticed Google started crawling more pages more frequently.
nnnnnnnnThe Content Issues That Were Harder to Admit
nnnnThe Painful Truth About “Thin Content”
nnnnGoogle Search Console kept showing me pages flagged as “Discovered โ currently not indexed.” After digging deeper, I realized these were mostly my older posts that were, frankly, pretty thin.
nnnnI had posts like “Best Things to Do in Laos” that were literally under 1500 words with no real detail, no personal experience, and no unique value. I’d been so focused on publishing frequently that I’d sacrificed quality.
nnnnHow I fixed this: I had two choices for each thin post:
nnnn- n
- Expand it with real value (personal experiences, detailed tips, updated information) nnnn
- Delete it entirely (which I did for about 30 posts that couldn’t be saved) n
For the posts I kept, I made sure each one was at least 1,500 words and included:
nnnn- n
- Personal anecdotes from my actual visits nnnn
- Specific practical tips you couldn’t find elsewhere nnnn
- Updated information (prices, hours, contact details) nnnn
- Original photos n
The Duplicate Content Problem I Didn’t Know I Had
nnnnThis one was sneaky. I discovered I had multiple posts covering essentially the same topic with very similar content. For example:
nnnn- n
- “15 Days Bali” nnnn
- “72 Hours in Bali” nnnn
- “Bali in 10 Days” n
To me, these felt like different posts. To Google, they looked like duplicates trying to game the system.
nnnnHow I identified duplicates: I used a combination of:
nnnn- n
- Putting phrases from my posts in quotes in Google search nnnn
- Using Siteliner to scan my entire site for similar content (duplicate Content) nnnn
- Manually reviewing my post titles and topics n
How I fixed it: I consolidated similar posts into single, comprehensive guides. Instead of three separate Bali posts, I created one detailed “Ultimate Amsterdam Weekend Guide” that covered everything.
nnnnnnnnThe Algorithm Updates That Changed Everything
nnnnHere’s the part that almost broke me: even after fixing all these technical issues, I was still struggling with indexing. That’s when I learned about algorithm updates and their impact on indexing.
nnnnThe September 2023 Helpful Content Update hit travel bloggers particularly hard. Google was basically saying, “We want content from people who’ve actually been there and done that, not generic travel advice.”
nnnnI realized that some of my older posts, while technically correct, read like they were written by someone who’d never actually visited the places I was writing about. They were based on research rather than experience.
nnnnHow I Adapted My Content Strategy
nnnnI made some hard decisions:
nnnn- n
- I stopped writing about places I hadn’t personally visited (this cut my potential topics by 70%) nnnn
- I went back and rewrote older posts to include personal experiences, mistakes I made, specific recommendations nnnn
- I added author bylines and about pages to establish my expertise and experience nnnn
- I started including original photos from my trips instead of stock photos n
The changes were dramatic. Within three months, my indexing rate improved from about 30% to over 85%.
nnnnnnnnMy Step-by-Step Recovery Process
nnnn
Here’s exactly what I did to get my blog back on track:
nnnnPhase 1: Technical Cleanup (Week 1-2)
nnnn- n
- Fixed robots.txt file nnnn
- Removed noindex tags from important pages nnnn
- Corrected canonical tag issues nnnn
- Improved site speed nnnn
- Fixed internal linking structure n
Phase 2: Content Audit (Week 3-6)
nnnn- n
- Identified thin content and either expanded or deleted it nnnn
- Consolidated duplicate posts nnnn
- Updated outdated information nnnn
- Added personal experiences to generic posts nnnn
- Improved internal linking between related posts n
Phase 3: Proactive Indexing (Week 7-8)
nnnn- n
- Created and submitted a comprehensive sitemap nnnn
- Used “Request indexing” for all improved pages nnnn
- Built internal link networks between related posts nnnn
- Started monitoring indexing status weekly n
The Tools That Saved My Sanity
nnnnHere are the free tools I used throughout this process:
nnnnGoogle Search Console (obviously) โ for monitoring indexing status and identifying issues
nnnnURL Inspection Tool โ for diagnosing specific page problems (step by step how to use link)
nnnnSite: search operator โ for quick checks of what’s indexed
nnnnPageSpeed Insights โ for identifying speed issues
nnnnSEOptimer โ for checking technical SEO issues like canonical tags
nnnnSiteliner โ for finding duplicate content across my site
nnnnnnnnWhat I Wish I’d Known Earlier
nnnnIf I could go back and tell my earlier self a few things, here’s what I’d say:
nnnn- n
- Set up Google Search Console from day one and actually use it regularly nnnn
- Quality over quantity always wins โ one great post is worth ten mediocre ones nnnn
- Personal experience is your competitive advantage โ lean into it nnnn
- Technical SEO isn’t optional โ it’s the foundation everything else is built on nnnn
- Monitor your indexing rate monthly โ catching problems early is so much easier n
Common Mistakes I Made (So You Don’t Have To)
nnnnMistake #1: Requesting indexing for every single post, even when I hadn’t made meaningful changes. This doesn’t help and may actually hurt.
nnnnMistake #2: Focusing only on new content while ignoring indexing issues with existing posts.
nnnnMistake #3: Assuming that if a post was indexed once, it would stay indexed forever.
nnnnMistake #4: Not understanding the difference between indexing and ranking โ they’re completely different problems with different solutions.
nnnnMistake #5: Panic-deleting content during algorithm updates instead of improving it first.
nnnnnnnnHow to Know If You’re Making Progress
nnnnHere’s how I track my recovery:
nnnnWeekly: Check Google Search Console for new indexing issues
Monthly: Review overall indexing percentage (indexed pages vs. total pages)
Quarterly: Audit content quality and update outdated posts
My indexing rate went from 28% to 87% over six months. It’s not perfect, but it’s sustainable growth.
nnnnnnnnThe Hard Truth About Algorithm Updates
nnnnLet me be real with you: algorithm updates will continue to happen, and they might knock you down again. The September 2023 update wasn’t the last one that affected travel bloggers.
nnnnBut here’s what I learned: if you focus on creating genuinely helpful content based on real experience, you’ll be more resilient to these updates.
nnnnGoogle’s goal is to surface the most helpful, accurate, and trustworthy content. If that describes your blog, you’ll be fine in the long run.
nnnnnnnnWhat to Do Right Now
nnnnIf you’re struggling with indexing issues, here’s your action plan:
nnnn- n
- Set up Google Search Console properly (if you haven’t already) nnnn
- Check your indexing rate โ how many of your pages are actually indexed? nnnn
- Use the URL Inspection Tool on your best posts to see if there are obvious issues nnnn
- Check your robots.txt file at yourdomain.com/robots.txt nnnn
- Run a site speed test and fix the most obvious issues n
Don’t try to fix everything at once. I made that mistake and got overwhelmed. Pick one category of issues and fix them systematically.
nnnnnnnnThe Bottom Line
nnnnIndexing problems are frustrating, but they’re usually fixable. I went from considering quitting to having my best traffic months ever, and it was all about understanding and fixing the foundational issues that were holding me back.
nnnnThe key insight that changed everything for me: Google doesn’t owe you anything. You have to earn your place in the index by creating content that’s genuinely useful, technically sound, and based on real expertise.
nnnnIt’s not easy, but it’s absolutely worth it. Every post you save from indexing limbo is a post that can start driving traffic again.
nnnnEvery technical issue you fix makes your entire site stronger!
nnnnYou’ve got this. And if you’re feeling overwhelmed, remember: I was exactly where you are now, and if I can figure it out, so can you.
nnnnForwards ever, backwards never! ๐
nnnnnnnn
Add a Comment