Support for PhpBB3.
Post here to get help with any phpBB3 related issue
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.
If not your topic may be ignored or locked!
Post
by BAT » 05 May 2010, 19:38
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, 19:41, edited 1 time in total.
Post
by Fire-Fox » 05 May 2010, 19:41
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
Post
by BAT » 05 May 2010, 19:45
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 ?