Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

How to problematically know that google bot has indexed our link. Is there any API provided by google in PHP or Java. Please help me, I have to work a tool on this. Thanks in advance.

share|improve this question
analytics.google.com - Great tool for any developpers, website owners – Charles Forest Mar 19 '12 at 13:48

2 Answers

No. Google doesn't provide an API to check whether you have been indexed. You have a couple different options:

  1. Monitor the access logs of your web server and watch for the Googlebot accessing your page.
  2. Put some random content on the page that no other page returns results for and then search for it. If your page shows up, it's been indexed.
share|improve this answer

google webmaster tools may help here

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.