function somarket_noindex_paged() { if ( is_paged() ) { ?> <link rel=”canonical” href=”<?php global $wp; $current_url = home_url( add_query_arg( array(), $wp->request ) ); $s = home_url( add_query_arg( array(), $wp->request ) ); echo strstr( $s, 'page', true ); ?>" /> <?php } } add_action( 'wp_head', 'somarket_noindex_paged', 2 );
Add link rel="cannonical" to first page on archives. WordPress Code example
Approved. Code works!
This is exactly the working code that is verified by the moderator or site administrators
More
Comments (1)
Leave a Reply
lil-code© | 2022 - 2024
Go Top
The only use case I see is when you don’t use SEO plugins that do it with one button😅