pinging sitemaps

Discussion in 'PHP' started by juust, Feb 29, 2008.

  1. #1
    <?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;
    
    ?>
    PHP:
    $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 ?
     
    juust, Feb 29, 2008 IP
  2. JasonBartholme

    JasonBartholme Peon

    Messages:
    396
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    0
    #2
    JasonBartholme, Feb 29, 2008 IP
  3. juust

    juust Peon

    Messages:
    214
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #3
    ...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'.
     
    juust, Feb 29, 2008 IP
  4. JasonBartholme

    JasonBartholme Peon

    Messages:
    396
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Thanks, glad to help.
     
    JasonBartholme, Feb 29, 2008 IP