All multiple pages in Drupal are same titles.

Suggested format:
Page 1 | Drupal.com
Page 2 of 10 | Drupal.com
Drupal.com | page 3
...
....
..

Comments

Everett Zufelt’s picture

Status: Active » Postponed

I don't understand your problem statement:

"All pages in Drupal are same titles."

Can you please try to explain a little more clearly and provide examples?

droplet’s picture

Title: Page number on title » add Page number to multiple pages title
Status: Postponed » Active
Issue tags: +SEO

multiple pages, pager / pagination page, pages with pager, paged page, listing page .....etc

e.g.
http://drupal.org/project/modules?page=1
http://drupal.org/project/modules?page=2

D6 ~ 8 have same problem :(

Everett Zufelt’s picture

@droplet

Thanks for clarifying the problem statement.

Can you point to best practices and examples of how other CMSs are handling this scenario?

droplet’s picture

both examples on Issue Summary are common usage.

On homepage with pager, most site will be:
Site Name | Page 1
Site Name | page 2 of 10

Other page maybe:
Apple New - Page 1 | Site Name
Apple New - page 2 of 10 | Site Name

But its common pattern on Drupal (most node & page):
Node Title | Site Name

On Drupal homepage with slogan:
Site Name | Slogan

So I think the best pattern is:
Site Name | Page 1
Site Name | Slogan - Page 1
Drupal | Great CMS - Page 1 of 10000
(we can start adding it from Page 2)

(Page number provides more info to visitor and avoid duplicated content to search engine)

Everett Zufelt’s picture

@droplet

Can you point to external sources where the pattern you are suggesting is in use? Are other big companies, CMS products, style guides, etc. using or suggesting this pattern?

droplet’s picture

Sorry, no external sources. Every SEO guys have their own vision. and all of above are common pattern.

If you asked me about secret of SEO. I will vote for this:

homepage:
Site Name | Slogan

homepage page 2:
Slogan | Site Name - Page 2

Article page:
Apple New - page 2 | Site Name

Search page:
Search for Apple news - Page 2 of 10 | Site Name

Big companies have their own strategics.

e.g.
I'm a big shopping site. I just want you to know you're on "Brand - Searching KEYWORD"
I'm a Mac, then "Apple | Title - Page 2" is better for them.
I'm a ebook site: "Page 2 of 10 - Book Name | SiteName"

Matt Cutts never told me which one is better :)

Provide a PAGE NUMBER + Site Title and store in separated vars. Allow site builder to mix up their own pattern. We pick one which less hurt SEO and better for most site and users is good enough.

droplet’s picture

Issue summary: View changes

Updated issue summary.

mgifford’s picture

Version: 8.0.x-dev » 8.1.x-dev
Issue summary: View changes

Google's Webmaster Tools complains about this for titles for Drupal blog pages (and others).

Edit: Other folks looking for this http://drupal.stackexchange.com/questions/102348/how-do-i-add-the-page-n...

droplet’s picture

Category: Feature request » Task

Version: 8.1.x-dev » 8.2.x-dev

Drupal 8.1.0-beta1 was released on March 2, 2016, which means new developments and disruptive changes should now be targeted against the 8.2.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

Version: 8.2.x-dev » 8.3.x-dev

Drupal 8.2.0-beta1 was released on August 3, 2016, which means new developments and disruptive changes should now be targeted against the 8.3.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

finex’s picture

This issue is still unresolved. I'm trying to write some code to fix this, should I work on metatag module or would be better to fix in core? Thanks.

droplet’s picture

+1 fix in CORE.

Version: 8.3.x-dev » 8.4.x-dev

Drupal 8.3.0-alpha1 will be released the week of January 30, 2017, which means new developments and disruptive changes should now be targeted against the 8.4.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

Version: 8.4.x-dev » 8.5.x-dev

Drupal 8.4.0-alpha1 will be released the week of July 31, 2017, which means new developments and disruptive changes should now be targeted against the 8.5.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

fomenkoandrey’s picture

A similar problem.
Did you manage to solve it?
Please explain how to add page numbers to the description and title (except the main one).

Version: 8.5.x-dev » 8.6.x-dev

Drupal 8.5.0-alpha1 will be released the week of January 17, 2018, which means new developments and disruptive changes should now be targeted against the 8.6.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

caxy’s picture

I ran into this issue as well so I made a module. It currently only deals with pages that come from page=[x] but could be adapted for other formats. Let me know what you think. https://www.drupal.org/project/pagination_page_titles

Version: 8.6.x-dev » 8.7.x-dev

Drupal 8.6.0-alpha1 will be released the week of July 16, 2018, which means new developments and disruptive changes should now be targeted against the 8.7.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

budda’s picture

@caxy the module you made is an empty repository - do you have something private that's working and could be released?

dawehner’s picture

Status: Active » Fixed

This seems to be a feature which would fit best into contrib.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

budda’s picture

Solution documented at https://ixis.co.uk/blog/unique-titles-paginated-content-drupal-8 for anybody searching.