Make it possible to specify which pages have html_head_index in the robots meta tag. By default html_head_index is index, follow and is set only for page_front_page and html_head_index.

I am trying to create a page that lists the site's attachments so a webcrawler can index both page and attachment content. I modified the TitleIndex macro to create an AttachmentIndex macro by inserting the output of the AttachList macro for each page. Creating a new page that includes this macro, however, doesn't let the webcrawler index the attachments. If I'm reading the code correctly (wikiutil.py) only uses an index, follow tag for page_front_page and page_title_index. A page that lists the pages with the index, follow tag would make it easier to customize how a site was index. The workaround for now is just to use the TitleIndex page.

This feature would only be beneficial to those who were interested in controlling how their site is crawled.


CategoryFeatureRequest

MoinMoin: FeatureRequests/ConfigurableHtmlHeadIndexPages (last edited 2009-05-06 10:14:12 by PascalRosin)