How to ping Google automatically after a Page Update. For example, i have a horoscope page, and I would like to ping everyday.... bcoz of the content is new everyday.
try using pingomatic.com or place its link in another website that has Pagerank I use that method for my new html page only 1/2 day to index by google
You can also automatically set your server to ping the sitemap. You could also automate a ping to the site via cron and curl if you are running on a linux box. To Ping Google hourly via cron and curl in crontab add 0 * * * * curl "http://www.google.com/webmasters/sitemaps/ping?sitemap=[sitemap URL]" here is a page on Yahoo and MSN sitemap ping URLS
This is great. I am hearing it for the first time. I never had an idea about being able to ping the search engines directly. Thanks Gph for the share