0

Ten days before i checked my google webmaster tool and saw there was around 2000+ Total numbed of indexed page.

Since last two crawl it is falling below first 1400 then 900 why ? I checked there are no Removed or Blocked by robots urls in Advance Option

and also no message or warning

Manish Kumar
  • 10,214
  • 25
  • 77
  • 147

1 Answers1

0

One possibility is if your pages are throwing 404, then google might drop them from index. Did you check 404s in crawl stats?

minion
  • 4,313
  • 2
  • 20
  • 35
  • yah it is showing 404 for many pages but those are not the real urls mean its showing 404 for those urls that i have stored in javascript variable or urls that i am using in my scripts for some purpose. – Manish Kumar Jan 31 '15 at 14:00
  • If there were already existing 404s and no new ones, check to see if there were any changes to your canonical url creation. Google will drop indexes if different pages point to same canonical. – minion Jan 31 '15 at 17:58
  • in most page i had something like ` – Manish Kumar Feb 01 '15 at 03:39
  • 1
    Were they all pointing to same link? If so, i guess that's the reason for them. Canonical are meant for a different reason. If that's the reason for the issue, i am glad i was of help. Please make sure to accept it as an answer for your question. – minion Feb 01 '15 at 13:16
  • In every page i had ` – Manish Kumar Feb 01 '15 at 15:53