Friday, August 10, 2012

notify of googlebot in website by php

တစ္ခါတစ္ေလ ကၽြန္ေတာ္တို႔ website ေတြကို Google က googlebot ေတြနဲ႔ Crawl လုပ္တတ္ပါတယ္
website ေတြမွာ မသိသာေပမယ္႔ ဖိုရမ္ေတြကို၀င္တဲ႔ googlebot ေတြကေတာ႔ user list ေတြမွာ
နာမည္နဲ႔ကိုျပေနတတ္ပါတယ္
အဲဒီလိုမ်ိဳးကအျမဲမျဖစ္ေနတတ္ပါဘူး တစ္ခါတစ္ေလ၀င္လာတဲ႔သေဘာေလာက္ပါပဲ႔

တစ္ကယ္လို႔ ကိုယ္႔ website ထဲ႔ကို အဲလိုမ်ိဳး googlebot ေတြ၀င္လာသလားဆိုတာသိေအာင္
ကၽြန္ေတာ္တို႔က php code ေလးသံုးျပီး သိေအာင္အလြယ္တစ္ကူလုပ္နိုင္ပါတယ္

<?php
if ( strpos ( $_SERVER['HTTP_USER_AGENT'] , ' Googlebot' ) !== false )
{
    $email= "cyberoot1@gmail.com';               // ကၽြန္ေတာ္တို႔လက္ခံမယ္႔ အီးေမး
    mail ( $email , 'Googlebot' , ' Google bot is now your website ', 'from@mydomainname.com');
}
?>

from@mydomainname.com ကေတာ႔ ကၽြန္ေတာ္တို႔ website address ပဲ႔ျဖစ္ပါတယ္

No comments:

Post a Comment

Thanks for your comments
Welcome from cyberoot