The
Google Webmasters Tools reports several title issues in the "Content Analysis" section for Drupal-based sites. This due to the fact that the Drupal paging mechanism does not alter the title of the page, thus all pages within the same content list (eg. taxonomy list or the default node listing at
/node or any pageable views) share the same title. You can of course alter your code if you consider this an issue as well. You could eg. create a custom module, hook into the page rendering mechanism somewhere really at the end of the process (and also set your module's weight to some huge value) and overwrite the title of the page (eg. by adding some "(page #k of n)" text to the end of the title) if the pager is being used.
Recent comments
1 day 21 hours ago
1 week 5 days ago
1 week 6 days ago
1 week 6 days ago
1 week 6 days ago
2 weeks 4 hours ago
2 weeks 3 days ago
2 weeks 3 days ago
4 weeks 1 day ago
4 weeks 1 day ago