How do you set the sitemap priority for flatpages in django?

Posted by mlissner on Stack Overflow See other posts from Stack Overflow or by mlissner
Published on 2010-04-26T02:38:11Z Indexed on 2010/04/26 2:43 UTC
Read the original article Hit count: 462

I have a site with about 60,000 pages that are getting placed in the sitemap, and which have a priority of 0.3. These are all really long pages that are rich in keywords.

I also have a few pages (like the about page), that need high priority, but which I've implemented with the django flatpages framework.

Is it possible for pages created this way to have a higher priority in the sitemap?

© Stack Overflow or respective owner

Related posts about sitemap

Related posts about django