Submit article - Debt Consolidation - Wordpress Themes - Credit Cards - Deaf Topics

PDA

View Full Version : pinging sitemaps


juust
Feb 29th 2008, 11:26 am
<?php
include('../classes/Snoopy.class.php');

$mymap="http://juustout.gethost.nl/sitemap.xml";

$s = new Snoopy;
$url = "http://search.yahooapis.com/SiteExplorerService/V1/ping?sitemap=".$mymap;
$s->submit($url);
print $s->results;

?>

$url = "http://webmaster.live.com/ping.aspx?sitemap=".$mymap;
$url = "http://www.google.com/webmasters/sitemaps/ping?".$mymap;
$url = "http://submissions.ask.com/ping?sitemap=".$mymap;
$url = "http://api.moreover.com/ping?u=".$mymap;

that stuffs my sitemap up the engines, are there more ping urls ?

JasonBartholme
Feb 29th 2008, 11:44 am
Hello, I made a script that pings the major SE's with ColdFusion if you or anyone else is interested

http://www.jasonbartholme.com/2007/11/24/how-to-use-coldfusion-to-ping-the-ask-google-msn-and-yahoo-sitemap-services/

juust
Feb 29th 2008, 12:30 pm
...for now I just wanted the search engine urls, it appears only five accept sitemaps.

I just came from your blog, by the way, "45 Working Sites.." and thought 'hey that guy actually knows what he's talking about'.

JasonBartholme
Feb 29th 2008, 12:36 pm
Thanks, glad to help.