I have created a WordPress eCommerce website, with WooCommerce providing the shopping functionality.
Each Product Page, consists of a 'Platform' Variation. Upon the selection of the desired Platform, an additional piece of text appears beneath the Product Description. This is referred to as the Product Variation description.
Although this description appears on the page, I noticed that the Product Variation Description is outputted via the following entry:
<div class="woocommerce-variation-description">{{{ data.variation.variation_description }}}</div>
Whilst familiar with PHP, CSS and HTML, I do not recognise the data.variation.variation_description
entry. Is this JavaScript or jQuery etc?
Is there anyway I could replace this with the actual content/markup, as to aid with SEO efforts?