{"id":7542,"date":"2021-09-15T21:48:42","date_gmt":"2021-09-16T04:48:42","guid":{"rendered":"https:\/\/codedcommerce.com\/?post_type=product&#038;p=7542"},"modified":"2024-04-10T14:34:32","modified_gmt":"2024-04-10T21:34:32","slug":"wordpress-sitemap-customization","status":"publish","type":"woo-code","link":"https:\/\/codedcommerce.com\/woo\/wordpress-sitemap-customization\/","title":{"rendered":"WordPress sitemap customization"},"content":{"rendered":"\n<pre class=\"wp-block-code language-php\"><code>add_filter( 'wp_sitemaps_posts_query_args', function( $args, $post_type ) {\n\n\t\/\/ Setup Exclusion Array Preexistence\n\t$args&#91;'post__not_in'] = isset( $args&#91;'post__not_in'] )\n\t\t? $args&#91;'post__not_in'] : &#91;];\n\n\t\/\/ Exclude WooCommerce NoIndex Pages By Their Post ID\n\t$args&#91;'post__not_in']&#91;] = 1; \/\/ Your Cart page\n\t$args&#91;'post__not_in']&#91;] = 2; \/\/ Your Checkout page\n\t$args&#91;'post__not_in']&#91;] = 3; \/\/ Your Account page\n\n\t\/\/ Return\n\treturn $args;\n\n}, 10, 2 );\n<\/code><\/pre>\n","protected":false},"template":"","class_list":["post-7542","woo-code","type-woo-code","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/codedcommerce.com\/wp-json\/wp\/v2\/woo-code\/7542","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/codedcommerce.com\/wp-json\/wp\/v2\/woo-code"}],"about":[{"href":"https:\/\/codedcommerce.com\/wp-json\/wp\/v2\/types\/woo-code"}],"wp:attachment":[{"href":"https:\/\/codedcommerce.com\/wp-json\/wp\/v2\/media?parent=7542"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}