$veri = file_get_contents("Aranacak Sayfa Urlsi");

   if(strstr($veri, "Aranacak Kelime")){
      header('Location: site adresi');}
         else
       {
		  header('Location: isim  bulunamadı ise nereye gidecekse o sayfanın adresi');
		   }