Skip to main content

Posts

Showing posts with the label Yahoo BotBlog

Secrets Behind Link Building, Avoid Search Engine Spamming

On reading this post you should be able to do link building with simple steps that I believe should help you do effective link building. For a natural link simulation most of your back links should adhere to the following strategies: Your targeted keywords need to vary a lot in anchor. Limited number of “click here” should help you to have good link building. When it comes to English websites, it is commonly accepted that more weight-age (not the page rank) is got from links of related pages. Try not to have the back links all over the footage of the site or at one particular location. Try spreading it over the page, like top of page, or within the text, navigation, etc. Never try to place hundreds of link for a new site on the very first day. Gradually increase the number of links. This normally relates to the number of links a site gets. Hence if a site has an average of 20 links per day, then do not try to increase it to 200 links suddenly. Chances of being banned from Googl...

Do you want to receive email when GOOGLE SPIDERS and YAHOO BOT visits your BLOG Or WEBSITE?

Use the below code code to receive email when Google spiders / Yahoo Bot your blog or website pages $email = "you@example.com"; if(eregi("googlebot",$_SERVER['HTTP_USER_AGENT'])) { mail($email, "The Googlebot came to call", "Google has visited: ".$_SERVER['REQUEST_URI']); } ?> $email = "you@example.com"; if(eregi("yahoo! Slurp",$_SERVER['HTTP_USER_AGENT'])) { mail($email, "The Yahoo bot came to call", "Yahoo has visited: ".$_SERVER['REQUEST_URI']); } ?> See When A Page Is Spidered $the_date = "Today is ".date ("l, F d Y"); $the_time = "The time is ".date ("H:i \(O")." GMT)"; $all_date = $the_date.' '.$the_time; echo $all_date; ?> This is a typical output from the code: Today is Wednesday, February 12 2007 The time is 12:15 (-0500 GMT) Thanks for your time and supp...