phpBB SEO
Boards
Directory  
SEO  
Downloads
  phpBB SEO : Search Engine Optimization, Directory, Forums  
Index
Forums
Annuaire
Référencement
Télécharger
 
  Search Rechercher
    Register
Username :  Password :  Log me on automatically each visit  
S'enregistrer  
 
   
what are the characteristics of SEO template ?
Goto page Previous  1, 2, 3, 4, 5, 6  Next
 
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB Forum
::  
Author Message
mreider
phpBB SEO Team
phpBB SEO Team


Joined: 07 May 2006
Posts: 221

what are the characteristics of SEO template ?Posted: Mon Dec 25, 2006 12:15 am    Post subject: Re: what are the characteristics of SEO template ?

Here are a few small pages I removed tables from. They won't directly help SEO wise but they do remove the tables with a CSS design. Which means a faster site. Which means better for users. Happy users = More posts which means more content for search engines Smile

Anyways, these were a couple quick ones:

in confirm_body.tpl replace everything with:
Code:
<a class="nav" href="{U_INDEX}">{L_INDEX}</a>
<div id="c3"><b>{MESSAGE_TITLE}</b></div>
<div id="pc" class="row1">
<div align="center"><form action="{S_CONFIRM_ACTION}" method="post"><br />{MESSAGE_TEXT}<br /><br />{S_HIDDEN_FIELDS}<input type="submit" name="confirm" value="{L_YES}" class="mainoption" />&nbsp;&nbsp;<input type="submit" name="cancel" value="{L_NO}" class="liteoption" /></form></div>
</div>


in agreement.tpl replace it all with:
Code:
<a class="nav" href="{U_INDEX}">{L_INDEX}</a>
<div id="c3"><b>{SITENAME} - {REGISTRATION}</b></div>
<div id="pc" class="row2">
<span class="genmed"><br />{AGREEMENT}<br /><br /><br /><div align="center"><a href="{U_AGREE_OVER13}">{AGREE_OVER_13}</a><br /><br /><a href="{U_AGREE_UNDER13}">{AGREE_UNDER_13}</a><br /><br /><a href="{U_INDEX}">{DO_NOT_AGREE}</a></div><br /></span>
</div>


jumpbox.tpl replace all with:
Code:
<form method="get" name="jumpbox" action="{S_JUMPBOX_ACTION}" onSubmit="if(document.jumpbox.f.value == -1){return false;}"><span class="gensmall">{L_JUMP_TO}:&nbsp;{S_JUMPBOX_SELECT}&nbsp;<input type="submit" value="{L_GO}" class="liteoption" /></span>
</form>


messagebody.tpl:
Code:
<a class="nav" href="{U_INDEX}">{L_INDEX}</a>
<div id="c3"><b>{MESSAGE_TITLE}</b></div>
<div id="pc" class="row1">
{MESSAGE_TEXT}
</div>


And in your css file, if you don't already have it from the changes I put in above:
Code:
#c3 { width:100%;height:25px;border-left:1px solid;border-right:1px solid;border-bottom:1px solid; border-color:#006699;background:url(http://www.yoursite.com/images/cellpic3.gif) repeat-x;}
#pc1{height:125px;}
#pc{
border-left:1px solid;
border-right:1px solid;
border-bottom:1px solid; border-color:#006699;}
#pc {
width:100%;
min-height:250px;
height:auto;
}
/* for Internet Explorer */
/*\*/
* html #pc {
height: 250px;
}
/**/


Change the path to your template images.

Anyways just a few quick changes that reduce but about 50% the filesize on those tpl files. It all adds up, right? Smile
Back to top
sportman1280
phpBB SEO Team
phpBB SEO Team


Joined: 29 Nov 2006
Posts: 281

what are the characteristics of SEO template ?Posted: Mon Dec 25, 2006 3:21 am    Post subject: Re: what are the characteristics of SEO template ?

all i can say is .... WOW thats a lot less code than orginally... lol.
Back to top
Visit poster's website
mreider
phpBB SEO Team
phpBB SEO Team


Joined: 07 May 2006
Posts: 221

what are the characteristics of SEO template ?Posted: Mon Dec 25, 2006 7:12 am    Post subject: Re: what are the characteristics of SEO template ?

No kidding hey? Makes you realize what a waste of code the original template uses.

One thing about the above code I posted - You may want to enclose some of it in a centered div depending on your preferences Smile
Back to top
mreider
phpBB SEO Team
phpBB SEO Team


Joined: 07 May 2006
Posts: 221

what are the characteristics of SEO template ?Posted: Mon Dec 25, 2006 9:20 pm    Post subject: Re: what are the characteristics of SEO template ?

Here's login_body.tpl - again replace all the code with this:

Code:
 
<form action="{S_LOGIN_ACTION}" method="post" target="_top">

<a href="{U_INDEX}" class="nav">{L_INDEX}</a>

<div id="c3"><b>{L_ENTER_PASSWORD}</b></div>
<div id="pc" class="row1">
<div align="center">
<br />{L_USERNAME}: <input type="text" class="post" name="username" size="25" maxlength="40" value="{USERNAME}" /><br />
{L_PASSWORD}:&nbsp;&nbsp;<input type="password" class="post" name="password" size="25" maxlength="32" />

        <!-- BEGIN switch_allow_autologin -->
<br /><br />{L_AUTO_LOGIN}: <input type="checkbox" name="autologin" />
        <!-- END switch_allow_autologin -->
<br /><br />{S_HIDDEN_FIELDS}<input type="submit" name="login" class="mainoption" value="{L_LOGIN}" />
<br /><br /><span class="gensmall"><a href="{U_SEND_PASSWORD}" class="gensmall">{L_SEND_PASSWORD}</a></span>
</form>
</div></div>


I was probably a little liberal with the linebreaks but that's the way it goes. You can also contain them in paragraph tags. Linebreaks worked well for my particular design.

Either way - At 800 bytes, the login page is now half the size it used to be Smile
Back to top
sportman1280
phpBB SEO Team
phpBB SEO Team


Joined: 29 Nov 2006
Posts: 281

what are the characteristics of SEO template ?Posted: Sat Jan 13, 2007 1:50 am    Post subject: Re: what are the characteristics of SEO template ?

What's the progress of this? I still can't wait Very Happy
Back to top
Visit poster's website
AmirAbbas
phpBB SEO Team
phpBB SEO Team


Joined: 11 May 2006
Posts: 529
Location: IRAN

what are the characteristics of SEO template ?Posted: Sun Jan 14, 2007 9:18 am    Post subject: Re: what are the characteristics of SEO template ?

sportman1280 wrote:
What's the progress of this? I still can't wait Very Happy


hi

we are very close to first release candidate of phpbb3
i think working in phpbb3 template is much better
due to some problem in my real life, im not able to be active on net until 5th of february Rolling Eyes
if dcz let me i want to make a team for developing template for phpbb 3.
phpbb 3 template is much better than phpbb 2 and many of useless tables is removed but still its not SEOed completely. we can design some beautiful template for phpbb 3 Rolling Eyes

_________________
چهار گوش - طراحی وب - مجله طراحی وب
Back to top
Visit poster's website
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 15127

what are the characteristics of SEO template ?Posted: Sun Jan 14, 2007 11:26 am    Post subject: Re: what are the characteristics of SEO template ?

Well, you do not need to wonder, you can work on whatever matter you prefer Wink

Anyway, one thing about phpBB3, do not work on the template until it's released, they claimed they would not let people see the final one until release, so all wee see now as phpBB3 template will be changed upon release.


But once released, an optimized phpBB3 template will be a real good thing

++

_________________
Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche
Back to top
Visit poster's website
sportman1280
phpBB SEO Team
phpBB SEO Team


Joined: 29 Nov 2006
Posts: 281

what are the characteristics of SEO template ?Posted: Mon Jan 15, 2007 6:06 pm    Post subject: Re: what are the characteristics of SEO template ?

what a shame Sad. Can anyone pick up where he left off? I would really like to use this. lol.

btw, good luck in RL man.
Back to top
Visit poster's website
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 15127

what are the characteristics of SEO template ?Posted: Mon Jan 15, 2007 6:08 pm    Post subject: Re: what are the characteristics of SEO template ?

Laughing

_________________
Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche
Back to top
Visit poster's website
BFTUK



Joined: 05 Dec 2006
Posts: 15

what are the characteristics of SEO template ?Posted: Thu Jan 18, 2007 8:33 am    Post subject: Re: what are the characteristics of SEO template ?

Any chance of a copy of the latest files for your 2.xx version of the template? I'd be very interested in taking a look and continuing development. There are loads of us using 2.xx after all.
Back to top
AmirAbbas
phpBB SEO Team
phpBB SEO Team


Joined: 11 May 2006
Posts: 529
Location: IRAN

what are the characteristics of SEO template ?Posted: Fri Jan 19, 2007 5:33 am    Post subject: Re: what are the characteristics of SEO template ?

Quote:
Any chance of a copy of the latest files for your 2.xx version of the template? I'd be very interested in taking a look and continuing development. There are loads of us using 2.xx after all.


i will work on it again after 5th of february

first i need to separate content from presentation.
i want to make a unique html file like CSS zen garden HTML file and after that i will style it.

at this time the html and CSS file for this template is not orgenized
if you are interested to help for developing this template and you are familiar with html and CSS please send a PM for me. Very Happy

_________________
چهار گوش - طراحی وب - مجله طراحی وب
Back to top
Visit poster's website
mreider
phpBB SEO Team
phpBB SEO Team


Joined: 07 May 2006
Posts: 221

what are the characteristics of SEO template ?Posted: Sun Jan 21, 2007 9:18 pm    Post subject: Re: what are the characteristics of SEO template ?

The work I've done on my own site has definitely helped, if not SEO then at the very least speed. It's faster loading, and reduces bandwidth. And I'm sure I've had some seo 'boosts' in google and stuff.

I've been pretty ruthless though. I've renamed all the stock images from things like "mini_post_img" to "mpi" for example (and renamed the images folder as mentioned in a previous post). It's amazing how much code bloat can be elminated with simple changes like that!
Back to top
mreider
phpBB SEO Team
phpBB SEO Team


Joined: 07 May 2006
Posts: 221

what are the characteristics of SEO template ?Posted: Sun Jan 21, 2007 9:21 pm    Post subject: Re: what are the characteristics of SEO template ?

One other thing I did was remove redundant alt and title attributes. On images that are like 5x5 px there's no need for an alt and title that says "This will take you to their profile" or something like that. I just stripped those out all together, unless I thought it would impair usability significantly.
Back to top
mreider
phpBB SEO Team
phpBB SEO Team


Joined: 07 May 2006
Posts: 221

what are the characteristics of SEO template ?Posted: Sun Jan 21, 2007 9:25 pm    Post subject: Re: what are the characteristics of SEO template ?

Oh yeah - THis is debatable, but you may want to replace some of the alt atributes with your keywords. They might help your on-page seo, but I don't think dramatically and could be seen as keyword stuffing.

For example the standard alt attribute of the profile image is "View this users profile"

If your site it about travel, you could say "View this travelers profile" for example. It might help...it might not..Either way I'm sure it's not a big deal.
Back to top
mreider
phpBB SEO Team
phpBB SEO Team


Joined: 07 May 2006
Posts: 221

what are the characteristics of SEO template ?Posted: Sun Jan 21, 2007 9:31 pm    Post subject: Re: what are the characteristics of SEO template ?

Ok I promise this will be my last post in a row Smile

One other thing. In viewtopic_body.tpl I put
Code:
<!-- BEGIN switch_user_logged_in -->

and
Code:
<!-- END switch_user_logged_in -->


Before and after where the template calls the images like "{postrow.EMAIL_IMG}".

I figure it helps protect the users from spammers, since their emails won't be visible to guests, and it cuts down on code that is useless to search engines.

I have it block everything except for profile and PM. Maybe I should block those too, but for now I'm leaving them visible to all.
Back to top
Display posts from previous:   
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB Forum
Page 4 of 6 Goto page Previous  1, 2, 3, 4, 5, 6  Next

Navigation Similar Topics

Jump to: