Welcome to the IMTalk - Internet Marketing & SEO Forum.
  • Login:
+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    asghar's Avatar
    asghar is offline IM & SEO Mumbler asghar will become famous soon enough
    Join Date
    Jan 2011
    Posts
    462
    Thanks Given
    33
    Thanked 86 Times in 72 Posts

    Urgent Help Needed Regardsing Blogspot External Links No-Follow

    I have a blog on blogspot and I just wanted to know if I can make all external links No-Follow including Side bar's Friends Links and external links in my Posts? I just post a Java Script to do so but still all my blogs external links are do-follow. following is the java script:

    <script type='text/javascript'>
    <![CDATA[
    jQuery('a').each(function(){var a=jQuery(this).attr('href');if(typeof a!='undefined'&&a!=""&&(a.indexOf('http://')!=-1||a.indexOf('https://')!=-1)&&a.indexOf(window.location.hostname)==-1){jQuery(this).attr("rel","nofollow")}});
    ]]>
    </script>

    I need urgent help

  2. #2
    Nemanja's Avatar
    Nemanja is offline IMTalk.org Nemanja has a reputation beyond repute Nemanja has a reputation beyond repute Nemanja has a reputation beyond repute Nemanja has a reputation beyond repute Nemanja has a reputation beyond repute Nemanja has a reputation beyond repute Nemanja has a reputation beyond repute Nemanja has a reputation beyond repute Nemanja has a reputation beyond repute Nemanja has a reputation beyond repute Nemanja has a reputation beyond repute
    Join Date
    Jun 2010
    Location
    www
    Posts
    4,870
    Thanks Given
    703
    Thanked 3,044 Times in 1,247 Posts
    Why java, don't you have html option for posts?


 

Similar Threads

  1. do follow links
    By szenith1 in forum Link Building - Blogs
    Replies: 6
    Last Post: 11-20-2012, 06:22 PM
  2. What is Internal and External links?
    By AuroINSEO in forum Other Search Engines
    Replies: 9
    Last Post: 10-01-2012, 04:23 AM
  3. Urgent PR4+ links needed
    By bcklnks6 in forum Links
    Replies: 0
    Last Post: 10-02-2011, 07:46 PM
  4. Replies: 25
    Last Post: 05-16-2011, 06:21 PM
  5. Replies: 1
    Last Post: 01-12-2011, 07:45 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts