Odd page being generated in Wordpress?

I just launched a new site and I am afraid I am going to lose what seo I have done because of the odd page structure. This Wordpress theme is a 1 pages scrolling theme that works by pulling in child pages of the homepage for content. We also created stand alone pages so that we can have decent architecture and for now I just no-index/nofollowed the children. But when I spider the site I get pages like this:
This one will just go to homepage. http://www.satori-design.com/page/2/
This one 404’s http://www.satori-design.com/page/2/web-hosting-maintenance

Where is this page/2/ coming from?

Hello there,

This page come from the Theme you use… in your code source there is :


<div class='pagination'><ul><li class='active'>........</div></div>

So you have to check your theme files and remove this class plus the code that generate the pagination.

Goodluck