Re: Site Name in Browser Tab Title
Posted: 05 May 2010, 21:38
its like this I have in overall header
so is there any other way out , like this forum has done it ...
Code: Select all
<div id="site-description">
<a href="{U_INDEX}" title="{L_INDEX}" id="logo">{SITE_LOGO_IMG}</a>
<h1>{SITENAME}</h1>
<p>{SITE_DESCRIPTION}</p>
<p class="skiplink"><a href="#start_here">{L_SKIP}</a></p>
</div>
Yes that was the main issue for me , I know its a bad seo to remove it from acp board settings ....Steve© » 05 May 2010, 21:38 wrote:goto admin control panel > board settings > and remove the site description and site name but remember its bad seo to remove this.
so is there any other way out , like this forum has done it ...