store-components icon indicating copy to clipboard operation
store-components copied to clipboard

Brand Name HTML Tag

Open Mecrano opened this issue 4 years ago • 1 comments

Is your feature request related to a problem? Please describe.

We want to be able to make an improvement to SEO allowing to change the HTML tag containing the brand name, as it works with the "tag" property in the "product-name" component.

Describe the solution you'd like pass the html element as a parameter

Describe alternatives you've considered pass the html element as a parameter

Additional context product-summary-brand

Mecrano avatar Feb 12 '21 23:02 Mecrano

You can accomplish this by using the "tag" property:

"props": {
      "tag": "div
}

carlosviniciusananias avatar Sep 28 '21 01:09 carlosviniciusananias