David Law
Member
Posted 5 years ago #
When using <!--nextpage--> it creates a duplicate copy of page 1.
So you get the main page-
post-name/
and
post-name/1/
Which have identical content.
How would you go about removing
post-name/1/
Have tried both
<?php wp_link_pages(); ?>
<?php link_pages(); ?>
With the same results.
Would this be considered a bug?
Thanks
David
spencerp
Member
Posted 5 years ago #
Can we have the URL to the blog in question please? Is this it? http://www.seo-gold.com/
spencerp
Sounds like you found the nextpage stuff in the codex, right?
I'm not sure I completely follow, but post-name/ and post-name/1/ should be the same. Not until you get to post-name/2/ would you expect to see the next page.
David Law
Member
Posted 5 years ago #
Yes HandySolo I am trying to use nextpage stuff.
The problem with post-name/ and post-name/1/ showing the same content is it results in duplicate pages indexed by search engines which is bad.
spencerp I'm not using it on a blog because it results in duplicate content, but would like to use it.
Thanks
David