Today my blog suddenly receive less traffic from Google search, and when i check my blog on Google Search using keyword that usually show my blog on top ten result, suddenly disappointed me. I don't know what happen today but yesterday my blog traffic is just Okay.
Does anyone have the same problem with me??
Anyone have information about what happen??

Dani AI

Generated

A few people here (notably , and ) have seen short, sharp SERP swings. That pattern makes it worth first treating this as a troubleshooting exercise: identify exactly what changed, then fix the root cause rather than guessing.

Quick diagnostic checklist (work top to bottom)

  • Use Google Search Console: check Messages, Coverage/index counts and the Performance report to see which queries or pages lost impressions.
  • Compare analytics by landing page and by date range to isolate affected URLs.
  • Verify server and crawl behavior: inspect HTTP status codes, redirects, and robots.txt so Googlebot can reach pages.
  • Look for accidental meta directives or canonical/hreflang mistakes that point indexing to the wrong URLs.
  • Review sitemap.xml, DNS/SSL changes, CDN or caching rules that could return stale or error responses.
  • Scan for security issues or content injection that could trigger removals or filtering.

Quick commands to run from a terminal

# check HTTP status and redirects
curl -I -L https://example.com/suspect-page

# check robots.txt
curl -s https://example.com/robots.txt

# look for meta noindex in a page
curl -s https://example.com/suspect-page | grep -i noindex

Immediate next steps

  • Fix any robots/meta/crawl errors, restore removed content or correct redirects, then submit an updated sitemap and request indexing via Search Console.
  • If server errors appear (5xx) or large numbers of 4xx/soft-404s, resolve those first — they break crawling and indexing.
  • Track changes daily in Search Console and Analytics to confirm recovery.

If the cause isn’t obvious, check authoritative change logs (Google Search Central blog and Moz’s algorithm history) to see whether broader updates were released around the drop. Avoid drastic, irreversible actions until you have clear data.

Recommended Answers

All 7 Replies

It's possible you got hit with a penalty.

Are you selling links?

Did anything change in your hosting recently?

Have you made any changes to your theme? (internal linking structure?)

An alternative answer is that there is an influx of competitors for your keyword and they are simply ranking a lot higher than you.

No, I'm not selling any links, but yes i was registered my self to TLA but didn't include the script into my blog.
I think you're right with the last one, may be what i need to do is get more backlinks and do more promotion.
Btw, thanks for your reply.

I started see some older sites yesterday drop out of the top rankings and then back to the top within the same day, so this could be one of those reindexing issues.

If you are currently undertaking search engine optimisation steps to promote your website then please do not take any drastic actions just yet of the fall in rank is not very significant. Sometimes as a result of SEO work ranking may get affected negatively for a short time and then rise again. I would suggest that wait and watch before changing your strategy.

google SERP is moving fast this days, one week ago for certain keywords my website was in second page, yesterday was in 7. page and today in first page :D

Yes, right,
Some one told me that this all because of something like Google dance, SERP dropped on that day and back to normal again now.

Just to add to my previous reply. Our website had fallen for the keyword '' on Google UK from page 4 to page 10 after 6 weeks of intensive search engine optimisation work for that keyword.

After 5 weeks of continuous dropping to about page 12 we started to back trace our steps. The first thing we did was reduce some on page optimisation i.e we realised we had added too many header tags with our keywords and too many of the keyword instances were in bold and as links.

Today our rank has gone up to page 2. I wonder if our back tracing was responsible or refreshing by Google's algorithms from their side as part of their regular SERP updates?

IN either case I am not complaining. Both reasons are true i.e Google updates its SERP often and ranking of websites fluctuate with it and also that over optimising a page can reduce ranking.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.