Not indexing by Googlebot..... already 7days passed after ping

Royalserviceteam

Power Member
Joined
Apr 2, 2011
Messages
716
Reaction score
236
Hi recently i have started a new micro niche blog with 8 articles.After doing all i pinged that site using bulkping.com and also submitted RSS using the same site.

It has passed around 7 days but still now not indexed by Googlebot.

What can i do now?will i wait or something else?please suggest.
 
Place links on popular social bookmarking sites, hopefully you should pass this.
 
I always join Google Analytics and Google Webmaster and submit sitemap. Most if time your site got indexed in a couple of days
 
I just let G find my new stuff on its own.

Anyway, here's some code that you can use to know when the Gbot visits your site:

PHP:
 <!-- Googlebot alert -->
<?
function simpleMailSend($from, $to, $subj, $text)
{
$un        = strtoupper(uniqid(time()));
$head      = "From: $from\n";
$head     .= "Subject: $subj\n";
$head     .= "Reply-To: $from\n";
$head     .= "Mime-Version: 1.0\n";
$head     .= "Content-Type:multipart/mixed;";
$head     .= "boundary=\"----------".$un."\"\n\n";
$zag       = "------------".$un."\nContent-Type:text/html;\n";
$zag      .= "Content-Transfer-Encoding: 8bit\n\n$text\n\n";

if (!@mail("$to", "$subj", $zag, $head))
return false;
else
return true;
}
if(eregi("googlebot",$_SERVER['HTTP_USER_AGENT'])) {
  $s = "";
  foreach($_SERVER as $item => $value) {
    $s .= "\n$item : $value";
  }
  $sdate = date("Y-m-d h:i:s");
  $message = <<<MESSAGE
Visit date:$sdate
Information:
=================================
$s
=================================
MESSAGE;

    simpleMailSend("[email protected]", "[email protected]",  "googlebot alert", "your site has just been visited");
}?> <!-- End of Googlebot alert -->


The 1st set of quotes is the 'from' address I think, the 2nd is the address to send to I think, the 3rd is the subject line of the email, the 4th is the body of the email.
 
I always join Google Analytics and Google Webmaster and submit sitemap. Most if time your site got indexed in a couple of days

I already did that mate.But may be some problem had on my robots.txt file.I got two error message saying that my robots.txt file restricted googlebot to crawl my site.I got this messages day before yesterday.Then i edited my robots.txt file and wrote Allow:/ for googlebot.Then I tested using google websmaster tools and it says that now my robots.txt file has allowed google bot to crawl my site.

After this i am waiting since 3 days and still now no more error message and no more indexing.

Just waiting
 
search for "site value" on goo... and submit your site on some. Or write a article with a link of your site in on blogspo...T or upload a video on youtub... with your link in the description.

All my website are listed in less of 12 hours.
 
Man build some backlinks,that helps on indexing and also on SERP,if you make some backlinks and you got micro niche you are indexed fast and you will be put in top 10.
 
Reddit and Digg normally do it for me, as well as pings to those sites.
 
same things happen to my site, 2 weeks still not indexing..

If you're not indexed after 2 weeks the domain may have been black listed because of a previous owner.

You should also check your domain in the waybackmachine to see if it's had a previous owner.
 
check your privacy setting, see if it lets bots crawl your site
 
Do you have robots.txt on your site? Maybe you blocked googlebot from indexing your pages?
 
If u are pinging domain by BulkPing.com then its 100% sure that domain will be crawled in 6 hours max ... and as said by others do check ur robots.txt or domain history
 
Try posting your link on Identi . ca

Are your articles spunned? If so how many percent?
 
Check the robots.txt, and then post a message in a popular respected forum with your link as a signature. Then you will be indexed almost instantly.

I have had normal HTML sites indexed in a few minutes after posting to the forum of my choice.
 
Back
Top