I'm testing a new theme with Genesis Framework to update my site, but the problem is rel="next" and rel="prev" not working on Genesis homepage, but they work on tags or categories pages. I'm testint with the Genesis theme itself, not a child theme, and I notice that even the yoast.com homepage don´t have the rel="next" tag.
Is that normal on Genesis?
How can I fix that?
Homepage
<link rel="canonical" href="http://localhost/clube/?paged=2" />
<meta name="robots" content="noindex,follow"/>
Category Page
<link rel="canonical" href="http://localhost/clube/?cat=8" />
<link rel="next" href="http://localhost/clube/?cat=8&paged=2" />
Thanks