PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

You need to log-in to create request (topic) to the support

Widget - wrong SEO HEADERS structure

The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page please
If you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.

Hello,

Is poosible (and how many cost) add to config possibility change Headers for filter elements?

Actualy we don't have correct SEO comaptybility structure:

IN PANEL WIDGET we have now:

<H4 class="widget widget-woof">Tiltle of FIlter </h4>
and bellow any section of filter is :
<div"woof_container_inner woof_container_inner_pe">
<H4>section X1 name</h4>
</div>
<div"woof_container_inner woof_container_inner_pe">
<H4>section X2 name</h4>
</div>

After SEO audyt we get recomendation to change this struct from
<h4>..</h4>
<h4>..</h4>
<h4>..</h4>
on
<h4>..</h4>
<h5>..</h5>
<h5>..</h5>
or
<h3>..</h3>
<h4>..</h4>
<h4>..</h4>

example:
<H4 class="widget widget-woof">Tiltle of FIlter </h4>
and bellow any sectiion of filter is :
<div"woof_container_inner woof_container_inner_pe">
<H5>section X1 name</h5>
</div>
<div"woof_container_inner woof_container_inner_pe">
<H5>section X2 name</h5>
</div>

Can you add this possibility to change type of headers for this part of widget?

Hello

Yes. Please read this - https://products-filter.com/hook/woof_widget_title_tag   and  this - https://products-filter.com/hook/woof_title_tag

THANK YOU!
all work!

Welcome;)