[META] how to remove the title tag of mod?

Support for the phpBB3 SEO mods released in the phpBB3 SEO Toolikt forum.

Moderator: Moderators

[META] how to remove the title tag of mod?

Postby belka15 » Tue Oct 07, 2008 11:09 pm

Nice mod. :)

I want to leave only description and keywords generation from this mod.
What should be deleted from the code? :roll:

Thanks.
belka15
 
Posts: 1
Joined: Tue Oct 07, 2008 10:58 pm

Advertisement

Postby dcz » Sat Oct 11, 2008 9:53 am

in includes/functions.php, replace :
Code: Select all
      $this->meta['meta_tpl'] =  '<meta name="title" content="%s" />' . "\n" . '<meta name="description" lang="%s" content="%s" />' . "\n" . '<meta name="keywords"    content="%s" />' . "\n" . '<meta name="category"    content="%s" />' . "\n" . '<meta name="robots"      content="%s" />'. "\n" . '<meta name="distribution" content="%s" />' . "\n" . '<meta name="resource-type" content="%s" />' . "\n" . '<meta name="copyright" content="%s" />' . "\n";


with :
Code: Select all
      $this->meta['meta_tpl'] =  '<meta name="description" lang="%s" content="%s" />' . "\n" . '<meta name="keywords"    content="%s" />' . "\n";


and :
Code: Select all
      return sprintf( $this->meta['meta_tpl'], $this->meta['meta_title'], $this->meta['meta_lang'], $this->meta['meta_desc'], $this->meta['keywords'], $this->meta['meta_cat'], $this->meta['meta_robots'], $this->meta['meta_distrib'], $this->meta['meta_restype'], $this->meta['meta_copy'] );

with :

Code: Select all
      return sprintf( $this->meta['meta_tpl'], $this->meta['meta_lang'], $this->meta['meta_desc'], $this->meta['keywords'] );


But you may still want to play with the meta robots tag, it can be handy to disallow some content.

++
Useful links :
SEO Forum || SEO Directory || SEO phpBB || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Recherche
dcz
Admin
Admin
 
Posts: 21238
Joined: Fri Apr 28, 2006 9:03 pm


Return to phpBB SEO MODS

 


  • Related topics
    Replies
    Views
    Last post

Who is online

Users browsing this forum: MSN NewsBlogs and 5 guests