Add BreadCrumb Support in Woocommerce Product Page
-
Dear Support
I Would like to Have Google Search BreadCrumb Support inbuilt with Woocommerce… For this Just Need to Change
templates\global\breadcrumb.php file line Number 24
Replace this :
{{{
echo ‘‘ . esc_html( $crumb[0] ) . ‘‘;
}}}With THIS ONE :
{{{
echo ‘<span itemscope itemtype=”https://data-vocabulary.org/Breadcrumb”><span itemprop=”title”>’ . esc_html( $crumb[0] ) . ‘</span></span>’;
}}}
- The topic ‘Add BreadCrumb Support in Woocommerce Product Page’ is closed to new replies.