View Full Version : b2evolution SEO tips
just-4-teens
Mar 30th 2005, 9:18 am
Are there any seo tips regarding b2evolution blogging script, apart from the built in clean url thing?
ServerUnion
Mar 30th 2005, 12:57 pm
Interested in hearing also, have 4 programs that we are testing for blog use. B2 is one of them.
just-4-teens
Mar 30th 2005, 3:18 pm
as far as i know there aint any current seo related mods for b2evo but wuld like any tips from seos that use that blog.
just-4-teens
Apr 1st 2005, 8:15 am
heres one ive put together.
Give your headings titles
Firstly open up your b2evo skin(s) _main.php file in a text editor.
Find
<div id="header">
<h1><a href="<?php $Blog->disp( 'blogurl', 'raw' ) ?>"><?php $Blog->disp( 'name', 'htmlbody' ) ?></a></h1>
<div class="description"><?php $Blog->disp( 'tagline', 'htmlbody' ) ?></div>
</div>
Replace With
<div id="header">
<h1><a href="<?php $Blog->disp( 'blogurl', 'raw' ) ?>" title="<?php $Blog->disp( 'name', 'htmlbody' ) ?>"><?php $Blog->disp( 'name', 'htmlbody' ) ?></a></h1>
<div class="description"><?php $Blog->disp( 'tagline', 'htmlbody' ) ?></div>
</div>
infomalaya
Mar 31st 2009, 7:36 am
thanks just-4-teens, it's really help me out here!
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.