Xóa chữ Sản Phẩm trong Yoast SEO Breadcrumb
Thường trong breadcrumb của Yoast SEO sẽ kèm theo chữ Sản phẩm hoặc Product. Để xóa đoạn đó, hãy chèn đoạn code sau vào functions.php của theme đang dùng /* Remove “Products” from Yoast SEO breadcrumbs in WooCommerce */ add_filter( ‘wpseo_breadcrumb_links’, function( $links ) { // Check if we’re on a WooCommerce page // Checks… Read More »