I use a totally customized static frontpage with several loops to create a unique "newspaper" style frontpage. I accomplish these loops using both query_posts() and new WP_Query().
However, I have one problem: Google somehow sees pagination for my homepage, like this:
http://mysite.com/page/1/
http://mysite.com/page/2/
However, the content on these pages is identical, which I suspect will lead Google to penalize me.
Since the frontpage doesn't use pagination, I'd like to disable it. However, I have no idea how to do so.
Anyone have any ideas?