Join Free
  • Inbox
    + Reply to Thread
    Results 1 to 8 of 8
    1. #1

      Specify no links on certain content

      I use Viglinks on a site. One of the things I like is that I am able to tell it to ignore certain areas and not place links in the content within that area. They have a class called 'nolinks' that allows me to do that.

      For example:
      Code:
      <h1 class='nolinks'>Whatever</h1>
      
      <p class='nolinks'>Some content</p>
      
      <div class='nolinks'>
        A lot of content.
      </div>
      Could you consider doing this also? I would like to see it in both the javascript for scripted sites and the plugin for WP sites.

      You might want to make the class a little less generic. Maybe something like 'noproslinks'

    2. #2
      Any comments on this?

      I have parts of my content I would like to keep free of links.

      I also have parts of the content I would like Prosperlinks not to consider when evaluating the content to decide what links to create. Google allows this to help in better targeting adsense ads:

      Code:
      <!-- google_ad_section_start(weight=ignore) -->
        some content
      <!-- google_ad_section_end -->

    3. #3
      Quote Originally Posted by BigShell View Post
      Any comments on this?

      I have parts of my content I would like to keep free of links.

      I also have parts of the content I would like Prosperlinks not to consider when evaluating the content to decide what links to create. Google allows this to help in better targeting adsense ads:

      Code:
      <!-- google_ad_section_start(weight=ignore) -->
        some content
      <!-- google_ad_section_end -->
      This type of setup would be more desireable.

    4. #4
      Administrator Prosperent Andrew's Avatar
      Join Date
      Apr 2011
      Location
      Colorado Springs, CO
      Posts
      246
      I think it's a good idea. We will discuss in tomorrows meeting...

    5. #5
      I second this. I was testing PL on my Wordpress website and one of the terms it underlined was "discount pricing" or to that effect. So some kind of negative and positive filtering would be useful.

    6. #6
      Quote Originally Posted by deafbiz View Post
      I second this. I was testing PL on my Wordpress website and one of the terms it underlined was "discount pricing" or to that effect. So some kind of negative and positive filtering would be useful.
      When it comes to this, just let us know and we can filter it globally. That isn't a good link.

    7. #7
      Quote Originally Posted by Prosperent Andrew View Post
      I think it's a good idea. We will discuss in tomorrows meeting...
      Any further information on the status of this? I know you guys have been busy doing some good stuff, but I still think that having the ability to declare certain areas to be 'link free' is an idea worth pursuing.

      Most of my sites are scripted rather than WordPress so I'm more interested in a script version than a WP plugin but both would be nice.

    8. #8
      I'll bump this up on our todo list

    Posting Permissions

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