SitePoint Sponsor

User Tag List

Results 1 to 11 of 11

Thread: Picturelinks and PR

  1. #1
    SitePoint Enthusiast G_Gekko's Avatar
    Join Date
    Nov 2004
    Location
    sweden
    Posts
    43
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Picturelinks and PR

    Have i understod it correctly that Picture links doesn´t pass on PR?

  2. #2
    SitePoint Zealot nkisberg2000's Avatar
    Join Date
    Jul 2004
    Location
    London
    Posts
    151
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Actually, I think you'll find it does as it still uses <a href="blah">

  3. #3
    He's No Good To Me Dead silver trophybronze trophy stymiee's Avatar
    Join Date
    Feb 2003
    Location
    Slave I
    Posts
    23,411
    Mentioned
    1 Post(s)
    Tagged
    1 Thread(s)
    All links pass on PR (barring javascript mangling of the link). The only difference between a linked image and one with text is the loss of anchor text for the site being linked to. But this doesn't benefit your site in anyway so you might as well use the anchor text and be nice to your link partner.

  4. #4
    SitePoint Enthusiast
    Join Date
    Oct 2004
    Location
    South Africa
    Posts
    51
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by stymiee
    The only difference between a linked image and one with text is the loss of anchor text for the site being linked to.
    alt tags are viewed as anchor text in way.
    Free File Hosting
    Free File Hosting

  5. #5
    He's No Good To Me Dead silver trophybronze trophy stymiee's Avatar
    Join Date
    Feb 2003
    Location
    Slave I
    Posts
    23,411
    Mentioned
    1 Post(s)
    Tagged
    1 Thread(s)
    Yes, but their value is very dimished thanks to keyword stuffing.

  6. #6
    SitePoint Wizard silver trophy someonewhois's Avatar
    Join Date
    Jan 2002
    Location
    Canada
    Posts
    6,362
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yeah, like stymiee said, they're slowly being diminished due to spam. Like meta tags, they aren't always used for end users (I think IE doesn't show it unless the image isn't there, not sure though), therefore they're potential moneybanks, and have to be taken down.

    Anchor text is still better, no matter what - but don't forget your alt tags nonetheless, they never hurt.

  7. #7
    He's No Good To Me Dead silver trophybronze trophy stymiee's Avatar
    Join Date
    Feb 2003
    Location
    Slave I
    Posts
    23,411
    Mentioned
    1 Post(s)
    Tagged
    1 Thread(s)
    They are important for accessibilty.

  8. #8
    ☆★☆★ silver trophy vgarcia's Avatar
    Join Date
    Jan 2002
    Location
    in transition
    Posts
    21,235
    Mentioned
    1 Post(s)
    Tagged
    1 Thread(s)
    Quote Originally Posted by someonewhois
    Yeah, like stymiee said, they're slowly being diminished due to spam. Like meta tags, they aren't always used for end users (I think IE doesn't show it unless the image isn't there, not sure though), therefore they're potential moneybanks, and have to be taken down.
    That's a little backwards: IE shows alt text as a tooltip (which it's probably not supposed to do), while other browsers like Firefox and Opera only show it if the image is unavailable for whatever reason. Alt text is still important from an accessibility standpoint though.
    Quote Originally Posted by someonewhois
    Anchor text is still better, no matter what - but don't forget your alt tags nonetheless, they never hurt.
    Off Topic:

    Alt attributes, not alt tags. Minor nit-pick there

  9. #9
    SitePoint Enthusiast G_Gekko's Avatar
    Join Date
    Nov 2004
    Location
    sweden
    Posts
    43
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Then how do i use javascript to avoid passing PR along. I don't mind giving it to my link partners but i don't like giving it in copyrightslinks and the likes.
    AquaticCommunity
    Small sites:1 2 3 4 5 6

  10. #10
    SitePoint Wizard silver trophy someonewhois's Avatar
    Join Date
    Jan 2002
    Location
    Canada
    Posts
    6,362
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    They are important for accessibilty.
    Of course. Definitely. Couldn't have said it better.

    That's a little backwards: IE shows alt text as a tooltip (which it's probably not supposed to do), while other browsers like Firefox and Opera only show it if the image is unavailable for whatever reason. Alt text is still important from an accessibility standpoint though.
    Right, Firefox's the one that does not. I knew either Firefox or IE didn't and the other did.

    Alt attributes, not alt tags. Minor nit-pick there
    Ack, I knew that. Need.. sleep.

    Then how do i use javascript to avoid passing PR along. I don't mind giving it to my link partners but i don't like giving it in copyrightslinks and the likes.
    You could just make a PHP file that is like, file.php?id=12345 and that redirects to the page. JS leads to problems if the person has JS disabled, PHP's server side. If you really want JS:
    <a href="#" onclick="location.href='linkedsite';">Whatever</a>

  11. #11
    SitePoint Enthusiast G_Gekko's Avatar
    Join Date
    Nov 2004
    Location
    sweden
    Posts
    43
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks.
    AquaticCommunity
    Small sites:1 2 3 4 5 6

Bookmarks

Posting Permissions

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