b2evolution SEO tips

Discussion in 'Blogging' started by just-4-teens, Mar 30, 2005.

  1. #1
    Are there any seo tips regarding b2evolution blogging script, apart from the built in clean url thing?
     
    just-4-teens, Mar 30, 2005 IP
  2. ServerUnion

    ServerUnion Peon

    Messages:
    3,611
    Likes Received:
    296
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Interested in hearing also, have 4 programs that we are testing for blog use. B2 is one of them.
     
    ServerUnion, Mar 30, 2005 IP
  3. just-4-teens

    just-4-teens Peon

    Messages:
    3,967
    Likes Received:
    168
    Best Answers:
    0
    Trophy Points:
    0
    #3
    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, Mar 30, 2005 IP
  4. just-4-teens

    just-4-teens Peon

    Messages:
    3,967
    Likes Received:
    168
    Best Answers:
    0
    Trophy Points:
    0
    #4
    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>
    
    PHP:
    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>
    
    PHP:
     
    just-4-teens, Apr 1, 2005 IP
  5. infomalaya

    infomalaya Banned

    Messages:
    103
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    thanks just-4-teens, it's really help me out here!
     
    infomalaya, Mar 31, 2009 IP