class Sitemapper::PingBot
- Sitemapper::PingBot
- Reference
- Object
Defined in:
sitemapper/ping_bot.crConstant Summary
-
ENGINES =
{google: "https://www.google.com/webmasters/tools/ping?sitemap=%s", bing: "https://www.bing.com/webmaster/ping.aspx?siteMap=%s"}
Constructors
-
.new(sitemap_index : String)
The URL to your sitemap_index file
Instance Method Summary
-
#ping(**other_engines) : Nil
You can add other URLs like ping(yandex: "http://blogs.yandex.ru/pings/?status=success&url=%s")
Constructor Detail
Instance Method Detail
def ping(**other_engines) : Nil
#
You can add other URLs like ping(yandex: "http://blogs.yandex.ru/pings/?status=success&url=%s")