Category Archives: serp

serp pagerank php seo tool

So how did I do with a few days search engine optimisation ? not bad at all, on php+serp nicely on second spot behind shoemoney.com and on serp+php also front page, and on the 5 keys overall 13th. not bad … Continue reading

Posted in php, serp | Tagged , | Leave a comment

php serp scripts

Some basic PHP search engine result page scripts (always come in handy for yer basic seo adventures). MSN Serp $first=1; $query="php+serp"; $count=50;   $xml = @simplexml_load_file("http://search.live.com/results.aspx?q=$query&count=$count&first=$first&format=rss"); foreach($xml->channel->item as $i) echo $i->link."<br />"; www.tellinya.com has another version for non-simplexml servers (uses … Continue reading

Posted in php, serp | Tagged , , | 1 Comment

seo : pagerank and serp part I

Today I go do something dumb, as usual ! I still had to finish my serp tool, and as I was checking out a site’s performance I really needed it, so I added a permutation routine and a mysql backend … Continue reading

Posted in pagerank, php, seo, serp | Tagged , , , | Leave a comment