• Resolved atz

    (@atz)


    I am using the WordPress SEO Plugin on a WordPress installation that has several custom post types with archive pages. Those pages only have a single page but the Plugin is adding <link rel="next" href="http://www.example.com/custompost/page/2/" /> to the <head>

    I had a look for a removal option but couldn’t find one. My quickfix is commenting out line 241 in class-frontend.php since I don’t need/want the output anyway.

    Could you please add an option to the admin screens for a removal of this output?

    http://wordpress.org/extend/plugins/wordpress-seo/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Mike

    (@hello-there)

    Totally agree. I want «rel» options too.

    Plugin Contributor Joost de Valk

    (@joostdevalk)

    No. You’re doing your themes wrong if wp_query has a paged and a max pages setting there. Not something to fix in my plugin but in your theme…

    Mike

    (@hello-there)

    I don’t think so.

    Plugin Contributor Joost de Valk

    (@joostdevalk)

    Well you can think all day long, in the end you’ll have to prove to me that I’m wrong 🙂

    go to settings -> reading. If that doesn’t say static page on your frontpage, than you’ve got a paginated homepage. Same goes for custom post type archives.

    This page, for example, is a custom post type archive. As you can see, there is no rel=”next” there, because it’s not paginated.

    Mike

    (@hello-there)

    I understand, thank you.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: WordPress SEO by Yoast] Option for rel='next' and 'prev' meta tags’ is closed to new replies.