how can i disable the links in text body ?

Discussions about the phpBB2 Forum. How to get the best from this powerful script.

Moderator: Moderators

Postby coyote » Tue Oct 30, 2007 2:34 pm

dcz wrote:I'll compile this into a mod when we'll have all the feature we want.


To add nofollow tag for the links posted without bbcode :

like this http://www.phpbb-seo.com/boards/

Open :

Code: Select all
includes/bbcode.php


Find :

Code: Select all
   $ret = preg_replace("#(^|[\n ])([\w]+?://[\w\#$%&~/.\-;:=,?@\[\]+]*)#is", "\\1<a href="\\2" target="_blank">\\2</a>", $ret);

Replace with :
Code: Select all
   // www.phpBB-SEO.com SEO TOOLKIT BEGIN
   $ret = preg_replace("#(^|[\n ])([\w]+?://[\w\#$%&~/.\-;:=,?@\[\]+]*)#is", "\\1<a href="\\2" rel="nofollow" target="_blank">\\2</a>", $ret);
   // www.phpBB-SEO.com SEO TOOLKIT END


But this would concern all links, I'll see how to only add the nofollow tag to external links only.

++


Hey, here's an oldie but goodie. :)

I just figured out how to do this yesterday, and here you guys have figured it out already long ago. I thought I was so clever. :lol:

So, how important are internal links, anyway? This wouldn't affect topic titles on viewforum or anything, would it? If all your internal pages have links to them in the menu, that should be enough, right?
coyote
phpBB SEO Team
phpBB SEO Team
 
Posts: 257
Joined: Fri May 11, 2007 6:24 am

Advertisement

Postby dcz » Sat Nov 03, 2007 11:33 am

dcz wrote:This can be good as well : deter comment spam mod, which adds :
Code: Select all
rel="nofollow"

and is configurable to strip the tag for selected domains.

++


Internal linking is very important. They help bots to find content and to determine which pages are more important in comparison with others in the site.

You best articles should be the most linked to show up well placed in the SERPs.

++
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: 21219
Joined: Fri Apr 28, 2006 9:03 pm

Postby spy » Fri Nov 16, 2007 1:49 pm

thank you , I needed that
spy
 
Posts: 38
Joined: Wed Mar 07, 2007 10:34 pm

Previous

Return to phpBB2 Forum

 


  • Related topics
    Replies
    Views
    Last post

Who is online

Users browsing this forum: Bing [Bot] and 5 guests