Analysing the Ixis website for page structure improvements using the SEM Rush tool highlighted a number of issues to address - some of which were based on the blog contents page.
Drupal index pages generated using Views are paginated based on the number of items per page. By default every paginated version of the View page inherits the same View page title - resulting in tools like SEMRush reporting duplicate meta data for many pages.

There's many posts 1 2, half baked custom theme code solutions and un-finished modules are knocking around the Internet - but nothing seemed to be documented on for making each page of the View unique by inserting the pagination number in to the title in a clean and simple manner.
Unique Titles for Views
Enable the "Metatag: Views" module (This module is part of the metatag module suite).

Setting the Meta tags configuration for the View specific Page display mode shows a modal dialog to add a custom page title for the meta tags. This controls the title displayed in the browser titlebar, tab and search engine results pages.

The dynamic title is generated using available tokens contained in square brackets. In our blog index page example we use "Blog page [current-page:page-number]".
Re-running the SEMRush campaign audit should hopefully improve the campaign score by removing the flagged duplicate content errors. Success!
How do you avoid the page number to show up on page one?