Can hidden header elements be added to the sections

Hi,

I have some data within h6 element, and these tags are inside a hidden div. Why can’t these show up in the sections so that I can use it for filtering. Any help on how to add data to sections would be great. Thanks.

Hey Sandeep,

As long as those header sections are visible within the HTML markup being returned when the crawler fetches the page, and the element doesn’t exist within a block outside the boundaries for content inclusion/exclusion, we should be picking it up.

May I have a link to a sample page where you’re encountering this issue?

Thanks for getting back Mike. The issue was that the header tags were generated by javascript and that is why they were not getting picked up by the crawler.