FabioSelau
Senior Member
- Oct 19, 2018
- 812
- 451
I checked, and there was no other owner; it expired and GoDaddy took ownership. After the domain's redemption period ended, it became available for registration again, and I registered it.The old favicon is the tell everyone's walking past. Google isn't slow-crawling your site, it's still serving the OLD entity from cache -> it hasn't even refreshed the one page it kept indexed. That's not a technical fault on your end, that's a reborn-domain quarantine: the domain died, changed hands (maybe), came back as a different site, and Google reset its crawl priority to near zero until it re-earns trust.
Three things I'd actually do, in order:
- Check the Wayback snapshots for the year you didn't own it. "Someone snapped it up, or so I believe, I'm not 100% sure" is the loudest sentence in your post. If the interim owner parked it or ran junk on it, that's your reset explained. Still fixable, just slowly.
- Forget the Indexing API for this. Google's own docs restrict it to pages with job posting or livestream structured data. The "success" response means the request was accepted, not that a crawl was scheduled. For a normal SaaS site it does nothing.
- Make the crawl paths physical: a Sitemap: line in robots.txt (the GSC submission clearly isn't being read), hard internal links from the one indexed homepage to your money pages, and a few real external links pointing at INNER pages, not the homepage. Inner-page links are what force discovery when the front door is cached.
Timeline honesty: two weeks is nothing for this situation. I've watched reborn domains sit in the penalty box for 30-90 days with everything technically perfect. Watch your server logs for Googlebot on inner URLs, that's the only signal that matters right now. The day it starts fetching /prices is the day the clock starts.
From what I’ve read, there was a Google update in 2024 that quarantined expired domains that were re-registered—a measure to prevent spam. These domains spend a few weeks in a low-priority indexing queue, and I believe that’s exactly what happened here. However, another page got indexed today, so I’m fairly certain that’s the situation.
I just never expected this to happen to me, since it’s a personal project and the domain doesn't have strong metrics; the algorithm ought to focus on expired domains with good metrics that are bought specifically to build PBNs.
I’m working on internal linking and making improvements... but I believe things will return to normal soon. I also set up a low-budget Google Ads campaign just so Google sees the project is legitimate; I think that should help.
I’ve analyzed it, and everything looks good. I even checked the response headers for robots, articles, and the sitemap; they are all correct. I also checked the Cloudflare logs and left them without any specific rules for bots.If the pages are marked as indexable, i'd check server logs to confirm googlebot is actually crawling them, not just relying on GSC statas.
The root URL was already indexed; I didn't submit it for indexing after re-acquiring the domain—it was already indexed when I re-registered it in GSC. The problem lies with the other URLs.As you say your homepage is already indexed so I don't think google is completely ignoring your site. I suggest to wait at that time and keep checking GSC because sometimes it takes time for google to pick the rest of the pages.
On second thought, I have an idea: it might be Google's DNS cache. Perhaps, from their perspective, the URLs still point to the old Firebase Hosting setup—where everything 301-redirected to '/' because it was just a single landing page—whereas now I've built a multi-page site. That could be the cause, but then why does the "Test Live URL" tool show the correct content, including the HTML?