Generating rel=prev and rel=next only on wordpress categories
Not entirely sure if I agree with the explanation of your SEO guy as rel=prev and rel=next are used for paginated archives. Of course categories can be one, but also your blog if it’d contain multiple pages. Anyways, here’s what I’m currently using: remove_action( ‘wp_head’, ‘adjacent_posts_rel_link_wp_head’ ); add_action( ‘wp_head’, ‘cor_rel_next_prev_pagination’ ); /** * Pagination with … Read more