Home Forums WoodMart support forum Upsell section – change headline tag for SEO

Upsell section – change headline tag for SEO

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #565763

    Inkom Media
    Participant

    We would like to change the headings in the upsell section. At the moment, the first heading is an h4 and the product title is always an h3. So it is not possible to optimise the website for SEO. How can we fix / change this?

    #565833

    Luke Nielsen
    Member

    Hello,

    1. Products title on the shop page –

    if ( ! function_exists( 'woocommerce_template_loop_product_title' ) ) {
    	function woocommerce_template_loop_product_title() {
    		echo '<span class="wd-entities-title"><a href="' . get_the_permalink() . '">' . get_the_title() . '</a></span>';
    	}
    }

    Paste the code in the functions.php file in your child theme.

    2. Sorry, but there is no way to change the tag for Upsells, that tag is friendly SEO.

    Let me know if you have any questions.

    Kind Regards

Viewing 2 posts - 1 through 2 (of 2 total)