Digital Point Forums
Moneygram

Go Back   Digital Point Forums > Marketing > Search Engine Optimization
Google Analytics
Log In to view
your analytics

Reply
 
Thread Tools
  #1  
Old Sep 17th 2007, 4:09 am
bushib bushib is offline
Banned
 
Join Date: Feb 2007
Location: Internet
Posts: 1,096
bushib will become famous soon enough
How to Ping Search Engines?

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
Reply With Quote
  #2  
Old Sep 17th 2007, 4:23 am
MrOrange MrOrange is offline
Champion of the Naaru
 
Join Date: Jul 2007
Posts: 117
MrOrange is on a distinguished road
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;

Code:
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
I don't think you can ping MSN, at least I've not seen it done.

Last edited by MrOrange; Sep 17th 2007 at 4:28 am.
Reply With Quote
  #3  
Old Sep 17th 2007, 6:31 am
Synchronium's Avatar
Synchronium Synchronium is offline
Hand of A'dal
Recent Blog: Mellow Yellow!
 
Join Date: Jun 2007
Location: Birmingham, UK
Posts: 462
Synchronium will become famous soon enough
Anyone got a quick php script to do it?

Ie, run the script to ping the lot?
__________________
Salvia Divinorum & Kratom @

Earn money from your Salvia Divinorum experiences at !
Reply With Quote
  #4  
Old Sep 18th 2007, 3:51 am
MrOrange MrOrange is offline
Champion of the Naaru
 
Join Date: Jul 2007
Posts: 117
MrOrange is on a distinguished road
Quick & Dirty, but this should work.

php Code:
<?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");
?>
Reply With Quote
  #5  
Old Sep 28th 2007, 3:49 am
ivenms's Avatar
ivenms ivenms is offline
Hand of A'dal
 
Join Date: Sep 2006
Posts: 333
ivenms is on a distinguished road
Nice script. Definitely work...
__________________
CuteLink: Hide your Affiliate Links. Make money by doing so..

|
Reply With Quote
  #6  
Old Mar 30th 2009, 3:05 am
waxman1000 waxman1000 is offline
of the Nightfall
 
Join Date: Dec 2008
Location: Sweden
Posts: 1,139
waxman1000 is on a distinguished road
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.
__________________
Increase Height Grow Taller Growing Taller | Jump Manual Vertical Jump Manual Vertical Leap
Reply With Quote
  #7  
Old Mar 30th 2009, 12:19 pm
hans's Avatar
hans hans is offline
Starcaller
 
Join Date: Mar 2004
Location: Philippines
Posts: 2,622
hans is just really nicehans is just really nicehans is just really nicehans is just really nicehans is just really nice
Quote:
Originally Posted by MrOrange View Post
[/CODE]
I don't think you can ping MSN, at least I've not seen it done.
that's what I found at the direct soource
http://social.microsoft.com/Forums/e...otocol/threads

and successfully tested for Live search:

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

and then ADD the full URL to your sitemapindex file

if you have NO sitemap-index file, I assume it also works with single sitemap file.
Reply With Quote
  #8  
Old Mar 30th 2009, 12:58 pm
nickjason nickjason is offline
Champion of the Naaru
 
Join Date: Mar 2009
Posts: 175
nickjason is on a distinguished road
where this code should be add?
Reply With Quote
  #9  
Old Mar 30th 2009, 1:45 pm
hans's Avatar
hans hans is offline
Starcaller
 
Join Date: Mar 2004
Location: Philippines
Posts: 2,622
hans is just really nicehans is just really nicehans is just really nicehans is just really nicehans is just really nice
Quote:
Originally Posted by nickjason View Post
where this code should be add?

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
Reply With Quote
  #10  
Old Mar 30th 2009, 1:54 pm
web7's Avatar
web7 web7 is offline
Hand of A'dal
 
Join Date: Dec 2007
Location: Online
Posts: 364
web7 is on a distinguished road
Use this Tool for XML Sitemap ping
http://tools.pingates.com/sitemap
a green reputation is welcome if you found this useful
Reply With Quote
  #11  
Old Mar 30th 2009, 2:28 pm
nickjason nickjason is offline
Champion of the Naaru
 
Join Date: Mar 2009
Posts: 175
nickjason is on a distinguished road
Thanks

Quote:
Originally Posted by hans View Post
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
thanks mate for help. its easy ...then y others talked about php code?
Reply With Quote
  #12  
Old Mar 30th 2009, 3:01 pm
hans's Avatar
hans hans is offline
Starcaller
 
Join Date: Mar 2004
Location: Philippines
Posts: 2,622
hans is just really nicehans is just really nicehans is just really nicehans is just really nicehans is just really nice
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.
Reply With Quote
  #13  
Old Mar 30th 2009, 4:06 pm
rollingsta rollingsta is offline
Grunt
 
Join Date: Feb 2009
Posts: 77
rollingsta is an unknown quantity at this point
Can someone please tell me what pinging search engines does for your website?
__________________
Get FREE Gadgets from Free Gifts / Free gift grab
Get Free Console Games @
Reply With Quote
  #14  
Old Mar 30th 2009, 9:03 pm
hans's Avatar
hans hans is offline
Starcaller
 
Join Date: Mar 2004
Location: Philippines
Posts: 2,622
hans is just really nicehans is just really nicehans is just really nicehans is just really nicehans is just really nice
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.
Reply With Quote
  #15  
Old May 4th 2009, 12:12 pm
digitalextrememediagroup's Avatar
digitalextrememediagroup digitalextrememediagroup is offline
Hand of A'dal
 
Join Date: Mar 2009
Location: SEO Heaven
Posts: 425
digitalextrememediagroup is an unknown quantity at this point
Thanks. Anyone know of a full ping script for free!
__________________
Reply With Quote
  #16  
Old May 17th 2009, 9:16 pm
bigcat1967 bigcat1967 is offline
Twilight Vanquisher
 
Join Date: Jan 2009
Posts: 676
bigcat1967 is on a distinguished road
Thanks for all the info. This has been a great thread!
Reply With Quote
  #17  
Old Aug 10th 2009, 1:44 am
kittuk kittuk is offline
Grunt
 
Join Date: Jul 2009
Location: Mumbai, India
Posts: 96
kittuk is on a distinguished road
I agree.. very helpful thread..
Reply With Quote
  #18  
Old Aug 10th 2009, 2:08 am
rohitw's Avatar
rohitw rohitw is offline
Peon
 
Join Date: Aug 2009
Posts: 3
rohitw is on a distinguished road
Pinging Helps in crawling website.I usually ping websites weekly..
Reply With Quote
  #19  
Old Aug 10th 2009, 2:39 am
lindamood1 lindamood1 is offline
of the Nightfall
 
Join Date: Dec 2008
Posts: 1,534
lindamood1 is on a distinguished road
generally if u have regular link building of your site then google take update of your site.
Reply With Quote
  #20  
Old Aug 10th 2009, 3:45 am
seodmb seodmb is offline
Grunt
 
Join Date: Aug 2008
Location: Gurgaon
Posts: 52
seodmb is on a distinguished road
Thumbs up thanks

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.
__________________
website design
seo
Reply With Quote
Reply

Bookmarks

Tags
pinging, vedicsoft

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
What other search engines allow you to ping them? MartynD All Other Search Engines 1 Aug 17th 2007 8:00 pm
Seo ? search engines and major search engines the difference? Aaron111 Search Engine Optimization 2 Jun 2nd 2007 11:00 pm
What is the Search all search engines script [like Dmoz search but with search box]? universe Scripts 0 Apr 23rd 2007 5:24 am
Directory of web directories, search engines, meta search engines and more. shivam Solicitations & Announcements 12 Nov 7th 2006 10:08 pm
Adding/changing content will drop my rankings within search engines (MSN Search)? Michel Z. Microsoft 5 Apr 17th 2006 1:05 am


All times are GMT -8. The time now is 11:51 am.