xmlsitemap_robotstxt

Definition

xmlsitemap_robotstxt()
contributions/modules/xmlsitemap/xmlsitemap.module, line 234

Description

Implementation of hook_robotstxt().

Related topics

Namesort iconDescription
XML SitemapNotify search engines of site updates.

Code

function xmlsitemap_robotstxt() {
  return array('Sitemap: '. xmlsitemap_url('sitemap.xml', drupal_lookup_path('alias', 'sitemap.xml') ? drupal_lookup_path('alias', 'sitemap.xml') : NULL, NULL, NULL, TRUE));
}