Adding search engine ping servers

Release 1.02 - ...

The SearchEngineSitemap macro has the ability to ping search engines that a new sitemap is available on your site. The macro has a few built in search engines but additional search engine ping addresses can be configured in the Smartsite.config file like this:

XML CopyCode image Copy Code
<configuration>
  <runtime>
    <searchenginesitemap>
      <ping clear="true">
        <searchengine url="http://www.google.com/webmasters/sitemaps/ping?sitemap="/>
      </ping>
    </searchenginesitemap>
  </runtime>
</configuration>

When the attribute clear is set to true, the built in server addresses are not used.