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  
 
   
How do you add meta tag BASE on overall_header ???

 
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB3 SEO TooLKit  » phpBB SEO Premod
::  
Author Message
ASLAN
PR0
PR0


Joined: 19 Nov 2007
Posts: 58
Location: Chile

How do you add meta tag BASE on overall_header ???Posted: Sun Aug 17, 2008 4:37 am    Post subject: How do you add meta tag BASE on overall_header ???

How do you add meta tag BASE on overall_header ???

I mean this
Code:
<head>
   <base href="http://www.mysite.com/" />


Thanks
Back to top
Visit poster's website
ASLAN
PR0
PR0


Joined: 19 Nov 2007
Posts: 58
Location: Chile

How do you add meta tag BASE on overall_header ???Posted: Sun Aug 17, 2008 5:21 am    Post subject: Re: How do you add meta tag BASE on overall_header ???

I found this array on phpbb_seo_class.php
Code:
      // Array of the filenames that may require the use of a base href tag.
      $this->seo_opt['file_hbase'] = array('viewtopic', 'viewforum', 'memberlist', 'search');


I add my file on this array and it worked perfect
Back to top
Visit poster's website
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 15242

How do you add meta tag BASE on overall_header ???Posted: Mon Aug 18, 2008 12:23 pm    Post subject: Re: How do you add meta tag BASE on overall_header ???

exactly, but this part went updated in 0.4.4 and now looks like :

Code:
      $this->seo_opt['file_hbase'] = array('viewtopic' => $this->seo_path['phpbb_url'], 'viewforum' => $this->seo_path['phpbb_url'], 'memberlist' => $this->seo_path['phpbb_url'], 'search' => $this->seo_path['phpbb_url']);


We are now providing with the full URL to use in the bas href tag to allow the usage of the phpbb_seo class on any folder and domain, so this mean you should update too Wink

_________________
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
Display posts from previous:   
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB3 SEO TooLKit  » phpBB SEO Premod
Page 1 of 1

Navigation Similar Topics

Jump to: