title tag h1

Latest Reply from Alice at 2015-01-28 08:22:52
by making seo optimization of my website known that the text representing the logo is placed in the h1 tag thereby setting a duplicate with the h1 tag of the page title.
how can I remove the tag h1 title of the site?
Hi!

To fix this you need to find the code:
<h1 class='site_ttl'><?php echo $this->get( 'general', 'customtext' )?></h1>
inside the metroblog/inc/library.php file and change <h1> to the most appropriate tag.

Leave a reply

Add codeAdd image