1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

How to Ping Search Engines?

Discussion in 'Search Engine Optimization' started by bushib, Sep 17, 2007.

  1. #1
    Hi there,

    I want to know that can we ping search engines after updating our websites.

    1. Pinging the Search engines regularly is good or not from SEO point of view.

    2. What methods is used for pinging the SEs?

    Can anyone please explain how to use it accurately.

    Best Regards
    bushib
     
    bushib, Sep 17, 2007 IP
  2. MrOrange

    MrOrange Peon

    Messages:
    117
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I ping Google, Yahoo & Ask each time i update the sitemap. I haven't put it on a cronjob, I dont see the point in pinging them daily (I only update the site every 2-3 days), but that's not to say it shouldn't be done.

    Here are the ping url's;

    http://www.google.com/webmasters/sitemaps/ping?sitemap=http://www.website.com/sitemap.xml
    http://search.yahooapis.com/SiteExplorerService/V1/updateNotification?appid=YahooDemo&url=http://www.website.com/sitemap.xml
    http://submissions.ask.com/ping?sitemap=http://www.website.com/sitemap.xml
    Code (markup):
    I don't think you can ping MSN, at least I've not seen it done.
     
    MrOrange, Sep 17, 2007 IP
  3. Synchronium

    Synchronium Active Member

    Messages:
    463
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    58
    #3
    Anyone got a quick php script to do it?

    Ie, run the script to ping the lot?
     
    Synchronium, Sep 17, 2007 IP
  4. MrOrange

    MrOrange Peon

    Messages:
    117
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Quick & Dirty, but this should work.

    
    <?php
    @file_get_contents("http://www.google.com/webmasters/sitemaps/ping?sitemap=http://www.website.com/sitemap.xml");
    @file_get_contents("http://search.yahooapis.com/SiteExplorerService/V1/updateNotification?appid=YahooDemo&url=http://www.website.com/sitemap.xml");
    @file_get_contents("http://submissions.ask.com/ping?sitemap=http://www.website.com/sitemap.xml");
    ?>
    
    PHP:
     
    MrOrange, Sep 18, 2007 IP
  5. ivenms

    ivenms Peon

    Messages:
    334
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Nice script. Definitely work...
     
    ivenms, Sep 28, 2007 IP
  6. waxman1000

    waxman1000 Peon

    Messages:
    1,365
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    0
    #6
    But is pinging the search engine good or not?

    Cant you be penalized or something.

    Generally i don't ping them. But i am considering it since it may take some time for search engines to come back checking if you have any new content.
     
    waxman1000, Mar 30, 2009 IP
  7. hans

    hans Well-Known Member

    Messages:
    2,923
    Likes Received:
    126
    Best Answers:
    1
    Trophy Points:
    173
    #7
    hans, Mar 30, 2009 IP
  8. nickjason

    nickjason Peon

    Messages:
    414
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #8
    where this code should be add?
     
    nickjason, Mar 30, 2009 IP
  9. hans

    hans Well-Known Member

    Messages:
    2,923
    Likes Received:
    126
    Best Answers:
    1
    Trophy Points:
    173
    #9

    http://webmaster.live.com/webmaster/ping.aspx?siteMap=

    and then ADD the full URL to your sitemapindex file on the same LINE

    this goes into your BROWSER for example
    and you load that link in your browser
    unless you have tools to ping
     
    hans, Mar 30, 2009 IP
  10. hans

    hans Well-Known Member

    Messages:
    2,923
    Likes Received:
    126
    Best Answers:
    1
    Trophy Points:
    173
    #10
    because the PHP code in this thread probably allows you to create your own page on your own site online - then ADD all 4 SE-ping URLs as in the example,
    and by loading THAT one URL from your own site in your browser, you probably ping all configured SE at once.

    just a guess, I do it by browser. one by one. if needed.
     
    hans, Mar 30, 2009 IP
  11. rollingsta

    rollingsta Peon

    Messages:
    78
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #11
    Can someone please tell me what pinging search engines does for your website?
     
    rollingsta, Mar 30, 2009 IP
  12. hans

    hans Well-Known Member

    Messages:
    2,923
    Likes Received:
    126
    Best Answers:
    1
    Trophy Points:
    173
    #12
    pinging an SE is same as pinging RSS directories
    it informs that a new page or multiple new pages have been published and thus invites to revisit the site / RSS feed / sitemap-file
    thus the SE and specially all RSS feed directories have created the ping service to faster find newest content and crawl faster.
    after a ping sent it typically takes seconds to minutes until the bot from that SE viists the URL submitted via ping

    NOT all / any URL can be submitted via ping.
    in the case of the thread its about sitemap or sitemap index file submission via ping

    besides that ping SE is typical for RSS feeds / blogs.

    for example Google has a special ping service for blogs, so does Y for RSS and live (for RSS but via moreover only as far as I know ) plus dozens of RSS directories such as technorati, syndic8.

    the result of ping to SE is that in happy situations you find your newest article already indexed/published in SE after 30-60 minutes following a ping, rarey a few horus.

    some of the major SE revisit sitemap or RSS feeds on a regular basis multiple time per day/hr . thus a ping is no absolute must, but speeds up things.

    Y for example does revisit properly registered RSS feeds multiple times per hr if new feeds are common for a particular site.
     
    hans, Mar 30, 2009 IP
  13. digitalextrememediagroup

    digitalextrememediagroup Peon

    Messages:
    429
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #13
    Thanks. Anyone know of a full ping script for free!
     
  14. bigcat1967

    bigcat1967 Active Member

    Messages:
    1,333
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    98
    #14
    Thanks for all the info. This has been a great thread!
     
    bigcat1967, May 17, 2009 IP
  15. kittuk

    kittuk Peon

    Messages:
    125
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #15
    I agree.. very helpful thread..
     
    kittuk, Aug 10, 2009 IP
  16. rohitw

    rohitw Peon

    Messages:
    11
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #16
    Pinging Helps in crawling website.I usually ping websites weekly..
     
    rohitw, Aug 10, 2009 IP
  17. lindamood1

    lindamood1 Active Member

    Messages:
    1,705
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    78
    #17
    generally if u have regular link building of your site then google take update of your site.
     
    lindamood1, Aug 10, 2009 IP
  18. seodmb

    seodmb Member

    Messages:
    75
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #18
    I used to ping my my sitemap when I have updated that.
    Used to ping in Google and MSN.
    Depending on in which search engines you are interested.
    Anyways thanks for information.
    I don't think does it harms, if you do submit your URL after updating sitemap.
     
    seodmb, Aug 10, 2009 IP
  19. borissajkas

    borissajkas Peon

    Messages:
    14
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #19
    yes you can, ofcors...
     
    borissajkas, Aug 10, 2009 IP
  20. kittuk

    kittuk Peon

    Messages:
    125
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0