-
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
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
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