DEV Community

shi warren
shi warren

Posted on

Google Indexed My Pages. Nobody Found Them.

A few weeks ago I thought I had a technical SEO problem.

Pages weren't showing up.

Search Console looked empty.

So I spent a lot of time worrying about indexing.

Then the pages finally got indexed.

Nothing happened.

That was the moment I realized indexing and understanding are completely different problems.

I'm building a small browser-side utility.

The product removes metadata from photos and documents.

From a technical perspective the site was fine.

Pages were crawlable.
Sitemap was submitted.
Search Console showed indexing progress.

But search traffic still barely moved.

At first I thought Google needed more time.

Then I started looking at the queries that actually appeared.

Something interesting showed up.

Users searched for things like:

"remove location from photo"

"remove gps from image"

"remove author from pdf"

Almost nobody searched for:

"metadata processing"

"metadata extraction"

"browser-side metadata cleanup"

Those were the phrases I had been using when describing the product.

The product and the user were talking about the same thing.

Just in completely different languages.

That changed how I think about SEO.

I used to assume:

Indexing
→ Ranking
→ Traffic

Now it feels more like:

Indexing
→ Understanding
→ Ranking
→ Traffic

And the understanding step is surprisingly slow.

Especially for small sites.

The weird part is that AI makes this easier to miss.

Building is cheaper than ever.

Adding another page takes minutes.

Adding another feature takes hours.

Adding another tool feels almost free.

So it's easy to create more things.

But search engines still need to understand what those things are.

Lately I've been spending less time building pages and more time trying to understand how users describe the problem in their own words.

That has probably taught me more than any SEO guide I've read so far.

Top comments (5)

Collapse
 
merbayerp profile image
Mustafa ERBAY

I like the distinction between being indexed and being understood.

What I've started noticing is that there's now a third layer as well: being discovered.

A page can be indexed.
A search engine can understand it.
And yet users may never encounter it because they're searching through a completely different channel.

The challenge keeps moving further away from publishing and closer to distribution.

Collapse
 
shi_warren_01ffb98ae5d415 profile image
shi warren

I like that framing.

A few months ago I was mostly thinking about publishing and indexing.

Now it feels like every layer introduces a new bottleneck.

You get indexed.
Then you hope the search engine understands the site.
Then you hope users can actually discover it through the channels they're using.

The farther I get into this, the less it feels like a purely SEO problem.

Collapse
 
merbayerp profile image
Mustafa ERBAY

I think we’re watching SEO evolve into something broader than search optimization.

In the past, the main question was “Can Google find this page?”

Now it’s becoming:

  • Can search engines understand it?
  • Can AI systems cite it?
  • Can discovery platforms surface it?
  • Can users encounter it in their preferred channel?

Visibility is no longer a single pipeline. It’s an ecosystem of interpreters, retrievers, and recommendation systems.

Collapse
 
tamsiv profile image
TAMSIV

This maps exactly to something I hit building my own app. There are actually two gaps stacked on top of each other.

The first is the vocabulary one you describe (people search "remove location from photo", not "metadata processing"). Slow and humbling to learn, fully agree.

The second is the "where" gap. Being indexed by Google is not the same as being found by the thing people now ask. ChatGPT leans on Bing, Claude on Brave, Gemini on Google, the open models on Common Crawl. I had Google indexing me fine and still got near zero pickup from the assistants people actually use to discover tools.

What moved the needle for me was matching the channel, not adding pages. An llms.txt plus an IndexNow push got Bing crawling within 24h, and I found out third party software directories (Slashdot, SourceForge auto-scraped my store listing) were feeding the AI citations more than my own site was.

Your "understanding step is slow" framing is the right one. I would just add that the understanding has to happen in the place your users are actually searching, and that place is fragmenting fast.

Collapse
 
shi_warren_01ffb98ae5d415 profile image
shi warren

That's a good distinction.

Most of my thinking has been around the indexed → understood part, probably because I'm still early enough that Google itself is the biggest unknown.

What's interesting is that once understanding starts happening, the discovery layer becomes visible. Different assistants pulling from different sources definitely makes the picture a lot messier than traditional SEO.

I haven't experimented much with IndexNow yet, but your point about directories becoming citation sources is something I've started paying more attention to.