Posts tagged: serp

serp

A search engine results page (SERP), is the listing of web pages returned by a search engine in response to a keyword query.

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