Skip to content

Instantly share code, notes, and snippets.

@lukecarbis
lukecarbis / gist:c8770e1a0b4248a2dbf7
Last active August 29, 2015 14:02 — forked from galbaras/gist:6ad566fa9fd7dd8de1d5
WooCommerce Yoast SEO noindex rule
function woo_seo_noindex_special_pages () {
global $post;
$woocommerce_pages = array(
wc_get_page_id( 'myaccount' ),
wc_get_page_id( 'edit_address' ),
wc_get_page_id( 'cart' ),
wc_get_page_id( 'checkout' ),
wc_get_page_id( 'pay' ),
wc_get_page_id( 'view_order' ),