Hello, is it possible to exclude page from sitemap? My sitemap file is very simple for now, as I don''t know what to put into content block ... but it still generates full sitemap, so this is probably OK. --- site_url: http://www.example.com/ default_change_freq: monthly --- name:content Thank you, -Peter Stibrany
Am Wed, 3 Sep 2008 20:29:48 +0200 schrieb "Peter Stibrany" <pstibrany at gmail.com>:> Hello, > > is it possible to exclude page from sitemap?Currently, no. All files according to the `common.sitemap.*` options are used.> My sitemap file is very simple for now, as I don''t know what to put > into content block ... but it still generates full sitemap, so this is > probably OK. > > --- > site_url: http://www.example.com/ > default_change_freq: monthly > --- name:contentA .sitemap file has no content block. The sitemap handler just uses a file in Webgen Page Format for simplicity. The actual content of the sitemap comes form .page files of a website. Which files are used is defined by the `common.sitemap.*` options that can also be set in the sitemap file. -- Thomas
Thank you for pointers. common.sitemap.honor_in_menu should be sufficient for my purposes. -Peter Thomas Leitner wrote:> Am Wed, 3 Sep 2008 20:29:48 +0200 > schrieb "Peter Stibrany" <pstibrany at gmail.com>: > > >> Hello, >> >> is it possible to exclude page from sitemap? >> > > Currently, no. All files according to the `common.sitemap.*` options > are used. > > >> My sitemap file is very simple for now, as I don''t know what to put >> into content block ... but it still generates full sitemap, so this is >> probably OK. >> >> --- >> site_url: http://www.example.com/ >> default_change_freq: monthly >> --- name:content >> > > A .sitemap file has no content block. The sitemap handler just uses a > file in Webgen Page Format for simplicity. The actual content of the > sitemap comes form .page files of a website. Which files are used is > defined by the `common.sitemap.*` options that can also be set in the > sitemap file. > > -- Thomas > _______________________________________________ > webgen-users mailing list > webgen-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/webgen-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/webgen-users/attachments/20080904/07900cfc/attachment.html>