Is it somehow possible to set up a plugin like WP SEO to address duplicate duplicate meta descriptions and title tags which result from multiple page posts (due to use of the <!--nextpage--> tag)?
Explanation:
If you divide a long post into pages with the "nextpage"-tag WP will create the following permalinks:
http://site.com/article_title/
http://site.com/article_title/2/
http://site.com/article_title/3/
Each off these will have the same meta descriptions and title tags. Google doesn't like this.
Is there a solution?
Thanks,
Eddie