Site Name in Browser Tab Title

Support for PhpBB3. Post here to get help with any phpBB3 related issue here
There is no support here! Only Read Access!
Forum rules
In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe your problem and what happened when the problem occured
3. Tell us what version of phpBB3 you are currently using.
Else your topic may be ignored or locked!
BAT
BBCoder II
BBCoder II
Posts: 44
Joined: 03 Apr 2010, 19:25
Contact:

Re: Site Name in Browser Tab Title

Post 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 ...
Last edited by BAT on 05 May 2010, 21:41, edited 1 time in total.
I am a Novice and I'm always confused . :?
User avatar
Fire-Fox
BBCoder IV
BBCoder IV
Posts: 275
Joined: 22 Mar 2010, 13:24
Location: Denmark

Re: Site Name in Browser Tab Title

Post 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
BAT
BBCoder II
BBCoder II
Posts: 44
Joined: 03 Apr 2010, 19:25
Contact:

Re: Site Name in Browser Tab Title

Post 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 ?
I am a Novice and I'm always confused . :?
Locked