Whatsapp chat uses H1 tags

  • Posted by Ton van der Helm (67) Offline
Hello,
I'm using your Whatsapp Multi Agent on of of my clients sites.
I'm optimising the pages of this website and when I investigate the source I found out that Google sees at least one H1 tag extra on the page and this is in the Whatsapp module.

In the javascript of the extension there are tree H1 tags, in the part of the agent header tab there is one H1 tag.
I couldn't find where or how to change this so therefore my question here.
The source with the H1 tags:
 
div id="tab-1" class="tab_content">
				div class="wa_agent_header_tab">
					h1>Roel en Mirella</h1
					p>Slaapadviseurs Studio Van der Goes</p
				</div
 
var localtime = new Date().getHours();
	var greeting;
	var morning = ("Goedemorgen"+"Kunnen wij je ergens mee helpen?
");
	var afternoon = ("Goedemiddag"+"Kunnen wij je ergens mee helpen?
");
	var evening = ("Goedenavond"+"Kunnen wij je ergens mee helpen?
");

Thanks!

PS: I left out some brackets otherwise the text editor renders them and I can't show where the H1 tags are in the page.
1 year 6 months ago #1 by Ton van der Helm

Please Log in or Create an account to join the conversation.

  • Posted by TemplatePlazza (5195) Offline
Hi, You can do it via template override. If you don't know how to create a template override you can follow this video:


Then you can remove all <h1> tag in the default.php
1 year 6 months ago #2 by TemplatePlazza

Please Log in or Create an account to join the conversation.

Powered by Kunena Forum