Drupal 6 XML Sitemap for Nodes
Posted: Fri 05/02/2008 by ramiroAfter upgrading to Drupal 6 I opted for a quick and dirty XML sitemap approach. Before I was using the XML Sitemap module which is currently available for Drupal 6 as a development snapshot or directly from CVS. The module offers settings for priority and change frequency. Moreover the module allows for adding taxonomy term and user URLs to the sitemap.
I only wanted nodes and the front page to appear in the sitemap's XML output without priority or change frequency information. Having the path and pathauto modules enabled, which ensure that every node gets a meaningful and search engine friendly URL, a simple database query joining two tables is enough to get the necessary data for all published nodes.
Yahoo lists XML Sitemap in SERPs
Posted: Sun 05/20/2007 by ramiroLooking at the logs of a Drupal site I just noticed that Yahoo lists XML Sitemaps in SERPs. On that site the XML Sitemap Drupal module is installed, which automatically generates an XML Sitemap from your content and if you wish also includes the category pages. There are some other quite useful configuration options the module offers and it can be set to write log messages in Drupal's watchdog table.
- Login to post comments
- Yahoo lists XML Sitemap in SERPs
