Sitemaps and pagination

183 views
Skip to first unread message

Maciej Bliziński

unread,
Dec 11, 2006, 3:43:24 AM12/11/06
to django-users
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 sitemap approach, each object has its own URL. It's
different with posts: they are displayed only in the topic view.

I could generate a sitemap entry for each topic, but in such a case only
the first page of each topic would be included in the sitemap.

The objects I want to include in the sitemap, are the _pages_ of topics.
What would be a correct approach to this problem in your opinion?

Regards,
Maciej

--
Maciej Bliziński
http://automatthias.wordpress.com

mail....@gmail.com

unread,
Dec 11, 2006, 9:54:20 AM12/11/06
to Django users
Personally, I think you're overthinking it, and only mapping the
starting point for each topic is the appropriate (and expected)
behavior.

Reply all
Reply to author
Forward
0 new messages