Individual Attributes wildcards
« on: May 06, 2014, 01:00:05 PM »
I am configuring the sitemaps for my site and am using the Individual Attributes section of the config to allow index pages for my articles to have higher priorities than the articles themselves:

/essays/business/$,,daily,0.7
/essays/business/,,monthly,0.5

The above works fine but the /business/ part of the url is something that is created automatically by our content management system and I don't want to have to check the content system daily to see if new categories have been added just so I can set up attributes in the sitemaps. Is there a way to do the following or similar? :

/essays/(.*)/,,monthly,0.6