I hope you are all having a wonderful day.
I wanted to check if anyone encountered this issue as well, wherein I installed the chat window in our website’s header (as given in the instructions)
However, it is creating an H1 tag in all of our pages, creating an issue in our SEO as “multiple H1 tags”
Using JavaScript and CSS, I managed to change the title tag to a p and hide the empty h1. But this isn’t really appropriate because there’s a trace of an “empty” h1 in the page’s source code.
I’m interested in a “cleaner” solution.