-
The snow goose need not bathe to make itself white. Neither need you do anything but be yourself.
Lao Tzu Recent Comments
Tags
analytics api bing curl development ga google granny gift shop marketing jquery juust latent semantic indexing links mysql namespaces optimisation pagerank php PIYF plugin robots scrape sem seo seo tips and tricks serp simplexml template tool trackback trends twitter vba vcard widget wordpress xhr xml-rpc
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
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