We are working with SEO for our homepage and found that we do not have H1 in page titles which are a very important element in SEO. We have checked the file default.php in \templates\gk_twn\html\com_content\article
\templates\gk_twn\html\com_content\category
\templates\gk_twn\html\com_content\frontpage
\templates\gk_twn\html\com_content\section
<h1 class="pagetitle"> is coded in all the files, but when we check page titles they are without h1.
Some examples of page titles:
When homepage displays : <title>Cuba noticias actualidad.Periodismo independiente.</title>
When a section displays: <title>Cuba noticias | Cuba noticias actualidad.Periodismo independiente.</title>
When an article displays <title>Un suceso escalofriante | Cuba noticias actualidad.Periodismo independiente.</title>
What is wrong?