Page 2 of 2

Re: Site Name in Browser Tab Title

Posted: 05 May 2010, 21:38
by BAT
its like this I have in overall header

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>
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.
sn.PNG
Yes that was the main issue for me , I know its a bad seo to remove it from acp board settings ....

so is there any other way out , like this forum has done it ...

Re: Site Name in Browser Tab Title

Posted: 05 May 2010, 21:41
by Fire-Fox
Yes.

If you remove the line with "{SITE_LOGO_IMG}" then you remove the image in the header. and {SITE_DESCRIPTION} yes it is :)

hope it helps

Re: Site Name in Browser Tab Title

Posted: 05 May 2010, 21:45
by BAT
so you say that to not to display sitename and description I need to remove

<h1>{SITENAME}</h1>
<p>{SITE_DESCRIPTION}</p>

this two line ?

is this too a bad seo ?