Re: Sitemaps and pagination

2006-12-11 Thread [EMAIL PROTECTED]
Personally, I think you're overthinking it, and only mapping the starting point for each topic is the appropriate (and expected) behavior. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To po

Sitemaps and pagination

2006-12-11 Thread Maciej BliziƄski
Hello Djangoers, I'm writing a sitemap for a forum. The forum's model is standard: there are topics which have posts. When viewing a topic, posts are paginated: /forum/topics/12/how-are-you/ /forum/topics/12/how-are-you/page2/ /forum/topics/12/how-are-you/page3/ ...and so forth. In the standard