BlogHarbor Home Page
FAQFAQ  SearchSearch  MemberlistMemberlist  UsergroupsUsergroups  UsergroupsRSS   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
Nofollow on contact URLs
 
Post new topic   Reply to topic    BlogHarbor Community Forum Index -> General Discussion
View previous topic :: View next topic  
Author Message
Robin



Joined: 07 May 2005
Posts: 94

PostPosted: Fri Mar 17, 2006 9:12 pm    Post subject: Nofollow on contact URLs Reply with quote

I have enabled the nofollow tag on comments, but does this apply only to URLS entered in the body of a comment, or also to URLs entered for contact information (in the new commenting features)?

If it does not apply to URLs entered for contact information, is there a way to add the nofollow tag to the javascript openwindow function in the Comments template? And if so, where in the line would I add it?

Thanks!
Back to top
View user's profile Send private message Visit poster's website
john
Site Admin


Joined: 16 Mar 2004
Posts: 3434

PostPosted: Fri Mar 17, 2006 10:34 pm    Post subject: Re: Nofollow on contact URLs Reply with quote

This setting only applies to content contained in the content body area.

While I am not sure if adding NOFOLLOW to a Javascript link will have an effect how a search engine robot treats the link, you can try changing this line in the comments template:

Code:
<a href="javascript:openWindow('{{contact_url}}', 'info', 450, 600);">{{var name=contact_name escape=html}}</a>


I would assume you would change it to this:

Code:
<a href="javascript:openWindow('{{contact_url}}', 'info', 450, 600);" rel="nofollow">{{var name=contact_name escape=html}}</a>
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Robin



Joined: 07 May 2005
Posts: 94

PostPosted: Sat Mar 18, 2006 2:00 pm    Post subject: Reply with quote

Thanks John!
Back to top
View user's profile Send private message Visit poster's website
Search all BlogHarbor support resources.
View previous topic :: View next topic  
Display posts from previous:   
Post new topic   Reply to topic    BlogHarbor Community Forum Index -> General Discussion All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum