Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 6 of 6

Thread: Legalities and ethics of using third party URL's imbedded in Page Source Code.

  1. #1
    Junior Member
    Join Date
    Jun 2012
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Legalities and ethics of using third party URL's imbedded in Page Source Code.

    I am wondering...can a company put in the page source code a URL link to a specific website to siphon off or piggy back on traffic? I have seen both using meta words and also the full URL. Are both legit...either illegal or unethical? Which forum if any can I ask this in?

    In looking this up on the internet...I may not be searching correct terminology but it looks like it is illegal to hide a URL link in page source code for the purpose of siphoning off traffic...but I can not confirm this is an ethical or legal issue.


  2. #2
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: Legalities and ethics of using third party URL's imbedded in Page Source Code.

    Do you have a specific example of a page that does what you're talking about?

    I would be surprised if it's illegal. Illegal where? How would it be enforced? How do you prove motive?

    Whether it's unethical probably depends on who you ask. Depending on what you're talking about, it might be a form of copyright infringement, but without a concrete example, it's going to be a little hard to talk about specifics.

    I would wager that you're going to get a similar answer no matter where you go. If it's your content, I would contact the infringer and then consult a copyright lawyer. If it's not, then there really isn't much you can do other than not go to the offending site.
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

  3. #3
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: Legalities and ethics of using third party URL's imbedded in Page Source Code.

    Define 'siphon off traffic'. Do you mean place hidden URL's that are invisible to a user but visible to a parser, such as a web crawler? Don't. It ranks in there as black hat SEO, and can demolish your ranking in search engines, and at worst have your site completely removed from a search engine index.

  4. #4
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: Legalities and ethics of using third party URL's imbedded in Page Source Code.

    Ah man, I thought the OP was complaining about another site doing this. On another reading, it seems he's investigating whether he can get away with doing it himself. Pessimism wins again. Boo.
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

  5. #5
    Junior Member
    Join Date
    Jun 2012
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Legalities and ethics of using third party URL's imbedded in Page Source Code.

    Quote Originally Posted by copeg View Post
    Define 'siphon off traffic'. Do you mean place hidden URL's that are invisible to a user but visible to a parser, such as a web crawler? Don't. It ranks in there as black hat SEO, and can demolish your ranking in search engines, and at worst have your site completely removed from a search engine index.
    Yes...not me trying to do it to others but rather they are doing it to us. It is not visible to a browser...but near as I can tell only visible to a web crawler: If they are doing it to us...how do I report it?

    sample of what they put into their page source page...they have about 10 of these in their code with our URL attached.

    <div class="row clear">

    <label for="search_string" class="name">Search string</label>

    <div class="value">

    <input type="text" id="search_string" name="search_string" value="www.iwanttofish.com" class="text" />

    </div>

    </div>

  6. #6
    Junior Member
    Join Date
    Jun 2012
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Legalities and ethics of using third party URL's imbedded in Page Source Code.

    Somewhat good news. I must of spooked them with the Black Hat reference. They changed their site...and only list us in the page source once instead of 10 - 16 times They dropped all but the one. They are now plummeting on our search criteria.


    Strange I checked it earlier and it showed they dropped the .com off our name...now it is back on. It is like they are modifying their page source every once and a while.

    Thanks everyone. It was very helpful. Not sure if this is Black Hat SEO but it sure puts them below us. I think our site is better designed and scares the crap out of them.

    <div class="row clear">
    <label for="search_string" class="name">Search string</label>
    <div class="value">
    <input type="text" id="search_string" name="search_string" value="www.iwanttofish.com" class="text" />
    </div>
    </div>
    Last edited by Sundancefisher; June 21st, 2012 at 10:22 PM.

Similar Threads

  1. Getting Value from Website source code.
    By Blackbird94 in forum Java Theory & Questions
    Replies: 2
    Last Post: August 26th, 2011, 07:16 AM
  2. How can i add an image into my source code?
    By joelmeler in forum Java Theory & Questions
    Replies: 14
    Last Post: August 1st, 2011, 06:15 PM
  3. source code for CD BURNER
    By zeerussia in forum Java Theory & Questions
    Replies: 0
    Last Post: October 23rd, 2010, 02:23 AM
  4. control third party page in java.
    By kirti in forum Member Introductions
    Replies: 1
    Last Post: May 2nd, 2010, 03:33 PM
  5. How can i add a new count to this source code ?
    By mm2236 in forum File I/O & Other I/O Streams
    Replies: 0
    Last Post: January 30th, 2010, 10:21 PM

Tags for this Thread