Is it possible to avoid canonical issues with single posts that are split using <!--nextpage--> and <?php wp_link_pages(‘Pages‘, ‘’, ‘number’); ?>?
The url might go from
http://www.mysite.com/elephants/
to
http://www.mysite.com/elephants/2/
The <title></title> will be the same, and the comments underneath will be the same .... Is there a better way of splitting a single post?
All I can think of is creating a specific template for a specific single post, and then using next_post_link and previous_post_link to link to a chronological series of mini-posts