hi!
please add to
wp-content/themes/royal/woocommerce/single-product.php:
<span itemprop=”name”><?php the_title(); ?></span>
in line #29, i.e:
`<div itemscope itemtype=”http://schema.org/Product” id=”product-<?php the_ID(); ?>” class=”container”>
<span itemprop=”name”><?php the_title(); ?></span>
<div class=”page-content sidebar-position-<?php esc_attr_e( $l[‘sidebar’] ); ?> sidebar-mobile-<?php esc_attr_e( $l[‘shop-sidebar-mobile’] ); ?>”>
this will help fix