vote up 3 vote down star

I have listing pages that take a page argument on the url like the following:

http://www.domain.com/foo/bar/?page=7

Should I just include the URL without params or should I list all pages in my sitemap.xml?

EDIT

Paginated content are listings, like an index. Therefore their content is also (in more detail) found in detail pages. But these paginated ones are the only way to reach detail pages.

flag

2 Answers

vote up 2 vote down check

I really wanted to find you a reliable source for this one, but I couldn't. Which means you'll have to make do with my intuition:

If the articles exist only in their paginated form, and you want them to be indexed as separate pages, list them all. They'll all have distinct content on them, so you won't be penalised for duplication.

I found details of one exception; including page 1 twice. Basically you need to choose whether the first page will be /foo/bar/?page=1 or just /foo/bar/, then do a 301 redirect from the version you don't want to use.

Hope this helps (even just a little).

Tom

link|flag
I shouldprobably have mentioned that the paginated resources are listing pages that link to detail pages. Thus containing links to detail pages. – muhuk Apr 5 at 12:16
Maybe then I'd omit the listing pages altogether. Doesn't sound like they have any real content on them and it could detract from the details pages - which is presumably where you actually want your users to go. – Tom Wright Apr 5 at 12:17
After reading your answer and the linked page, I started to realize that. I'll include only the first pages of listings maybe, but not all paginated results. Thanks. – muhuk Apr 6 at 11:52
vote up 0 vote down

In this case the ?page=7 probably relates to the content management systems page. In you site map file you can add this. In the site map if you want each of these pages to be displayed in what ever uses this file yes you should add them.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.