Viewing 1 replies (of 1 total)
  • Hi eval,

    We don’t have experience with SEO audits or browseo, but what text is duplicate? When I look at the code for your page, I only see one h4/instance of the “Load More” text per FAQ. It’s there for each FAQ, but I don’t see any actual duplicates. If you are experiencing an issue with that text showing when you don’t want it to, then you could just use custom CSS to hide it. For example:

    .ewd-ufaq-load-more h4 {
    display: none;
    }
    
Viewing 1 replies (of 1 total)

The topic ‘Hidden H4 Tags’ is closed to new replies.