SEO php scripts

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
kasim.badami
Forum Newbie
Posts: 4
Joined: Wed Mar 24, 2010 5:50 am

SEO php scripts

Post by kasim.badami »

How to get number of google indexed pages and also please tell me how to find SEO Rank and search engine position..
i tried lot but only found this type of code which now google doesn't allow

Code: Select all

$url='http://www.google.com/search?q='.urlencode($keyword).'&hl=en&safe=off&start='.($x-1)*10 .'&sa=N&num='.$serp_listings;
        //echo $url."\n";
        $data=sanitize_input(file_get_contents($url));
Please tell me how can i use google api for all these.


Thanks in advance :)
Post Reply