FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum Development » Plugins and Code Hacks » Trying to make SEO mods (Google nofollow and such)
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Trying to make SEO mods [message #166655] Mon, 06 February 2012 00:47 Go to previous message
ShineOn is currently offline  ShineOn   United States
Messages: 53
Registered: July 2011
Karma:
Member
Trying to add ref=nofollow on some of the links that we feel might take some juice away if they're left as dofollow's. Problem: some of the HTML is plugged in using variable substitution, and I have no idea where the data is coming from.

For example, the footer link back to FUDforum is generated using
	<p class="SmallText">{MSG: powered-by}<br />{MSG: copyright}</p> 
and this is an easy example - there are lots of HTML generated using these {MSG: <keyword>} constructs. Damifino where they come from though.

In the example, if (not saying when) I wanted to make the link back to this site a nofollow, I would need to know where to find the <a> element that is in the string that replaces the {MSG: copyright} in the resulting "compiled" string:
 	<p class="SmallText">Powered by: FUDforum <?php echo $GLOBALS['FORUM_VERSION']; ?>.<br />Copyright &copy;2001-2011 <a href="http://fudforum.org/">FUDforum Bulletin Board Software</a></p>
 

[Updated on: Mon, 06 February 2012 01:02]

Report message to a moderator

[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Paypal Donate Plugin
Next Topic: shoutbox
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sat Apr 27 06:15:33 GMT 2024

Total time taken to generate the page: 0.05074 seconds