Can we make certain Attributes part of Heading?

Dear HivePress Team,

Thank you for keeping us always happy with services!

I’m currently using attributes throughout my site based on a specific template. However, I’ve noticed that all the attributes appear the same, and I’d like to modify the headings (h2, h3, h4) for some of them to improve clarity and differentiation.

Additionally, I’ve realized this setup might be impacting SEO performance. Given this, what would you recommend as the best approach to customize attribute headings while maintaining SEO effectiveness?

Looking forward to your insights.

Best,
Akhil

Hi,

Please clarify where you took this screenshot from, as we do not have this functionality. Also, if you want to display the heading where the value of the attribute is displayed (for example, if the attribute is textarea), you can add any HTML code to the display format, for example:

<h2>title</h2>
%value%

​I hope this is helpful to you.

Hi Andrii,

So I have created some of the attributes in Experthive, and I want some of the attributes to turn h2. This is what I want to do.
Check SS

Hi,

I see. You can use ternary area for such attributes, they will be full width and under each other, and the display format should be specified as follows: <h2>%label%</h2>%value%