Page 1 of 2 12 LastLast
Results 1 to 15 of 16

Thread: Linking without affecting PageRank.

  1. #1
    Site Contributor
    Join Date
    Oct 2003
    Location
    Sweet Carolina
    Posts
    736

    Linking without affecting PageRank.

    That's what I want to do.

    On my wireless site, I don't want list coverage maps for each wireless company, but I want to link to them instead. I don't want the hassle of updating and finding decent looking maps, maps that are updated -- and the companies themselves don't provide updated maps, I've discovered.

    Therefore, how can I create a link to an outside site that doesn't hurt my PR? I know JavaScript is used with document.write, but I haven't written JavaScript since I was 6 years old.

    Help?

  2. #2
    Administrator Chris's Avatar
    Join Date
    Feb 2003
    Location
    East Lansing, MI USA
    Posts
    7,055
    Try making forms that redirect through a script
    Chris Beasley - My Guide to Building a Successful Website[size=1]
    Content Sites: ABCDFGHIJKLMNOP|Forums: ABCD EF|Ecommerce: Swords Knives

  3. #3
    Site Contributor
    Join Date
    Oct 2003
    Location
    Sweet Carolina
    Posts
    736
    Um. What?

  4. #4
    Registered GCT13's Avatar
    Join Date
    Aug 2003
    Location
    NYC
    Posts
    480
    Take a look (view source) at the "Home", "Produce", "Promote", etc., buttons on the top nav of this page.

    Or..

    Create a redirection script like this

    bye.php?link=http://www.coveragemap.com

    ..and disallow it thru robots.txt


    I think that'll do what you want (someone can correct me if I'm wrong). Hope that helps.
    ....

  5. #5
    Senior Member chromate's Avatar
    Join Date
    Aug 2003
    Location
    UK
    Posts
    2,348
    something like this:

    <form method="post" action="http://www.coveragemaps.com">
    <a href="#" onClick="javascript: this.form.submit();"> coverage map </a> </form>


    OR


    <script language="JavaScript">document.write('<a hr' + 'ef = "http://w' + 'ww.coveragemaps.org'">Coverage Maps</a>'); </script>

  6. #6
    Administrator Chris's Avatar
    Join Date
    Feb 2003
    Location
    East Lansing, MI USA
    Posts
    7,055
    Actually the top of this page is just form links, they don't redirect.

    See this thread for how to do it with server side redirection:

    http://www.websitepublisher.net/foru...=&threadid=336

    Most of the outgoing links on the main part of this site are redirected through a script.

    In addition to stopped PR (if you ban the script via robots.txt or make it non-spiderable another way), is that you can count outgoing traffic.
    Chris Beasley - My Guide to Building a Successful Website[size=1]
    Content Sites: ABCDFGHIJKLMNOP|Forums: ABCD EF|Ecommerce: Swords Knives

  7. #7
    Registered GCT13's Avatar
    Join Date
    Aug 2003
    Location
    NYC
    Posts
    480
    The forms on the top nav of this site... can search engine spiders follow those links?
    ....

  8. #8
    Administrator Chris's Avatar
    Join Date
    Feb 2003
    Location
    East Lansing, MI USA
    Posts
    7,055
    Nope.
    Chris Beasley - My Guide to Building a Successful Website[size=1]
    Content Sites: ABCDFGHIJKLMNOP|Forums: ABCD EF|Ecommerce: Swords Knives

  9. #9
    Registered GCT13's Avatar
    Join Date
    Aug 2003
    Location
    NYC
    Posts
    480
    Cool.

    And you did it that way because... you wanted to use images up there and didn't want to loose the contextual value of the text-based left navigation? (wild guess on my part)
    ....

  10. #10
    Administrator Chris's Avatar
    Join Date
    Feb 2003
    Location
    East Lansing, MI USA
    Posts
    7,055
    exactly.
    Chris Beasley - My Guide to Building a Successful Website[size=1]
    Content Sites: ABCDFGHIJKLMNOP|Forums: ABCD EF|Ecommerce: Swords Knives

  11. #11
    Senior Member
    Join Date
    Jul 2003
    Posts
    774
    would this work
    and is it even correct ?

    <a href = "http://www.test.com" onclick = "self.href('http://www.test.com);">Test</a>

  12. #12
    web designer Percept's Avatar
    Join Date
    May 2003
    Posts
    285
    Originally posted by s2kinteg916
    would this work
    and is it even correct ?

    <a href = "http://www.test.com" onclick = "self.href('http://www.test.com);">Test</a>
    I don't know if it's correct but Search engines will be able to find that link so you will still lose PR over it. I'll leave it up the others to explain how to do a good javascript link cause I'm not good with it myself.
    Percept | Webdesign | Desk02 | 7962154zz8x

  13. #13
    Administrator Chris's Avatar
    Join Date
    Feb 2003
    Location
    East Lansing, MI USA
    Posts
    7,055
    The safest javascript link is to actually print out the link using javascript's document.write() function. Like in Chromate's post above.
    Chris Beasley - My Guide to Building a Successful Website[size=1]
    Content Sites: ABCDFGHIJKLMNOP|Forums: ABCD EF|Ecommerce: Swords Knives

  14. #14
    Senior Member
    Join Date
    Jul 2003
    Posts
    774
    so this would work ?

    <form method="post" action="http://www.cars.com">
    <a href="http://www.cars.com" onClick="javascript: this.form.submit();"> Cars.com </a> </form>

    is that correct ?

  15. #15
    Site Contributor
    Join Date
    Oct 2003
    Location
    Sweet Carolina
    Posts
    736
    That's what I was referring to, Chris, in my first post. The document write to split up the address - that's what a lot of major companies use to stop spam.

Similar Threads

  1. theories on exchanging links and pagerank
    By Kyle in forum Search Engine Optimization
    Replies: 9
    Last Post: 04-27-2004, 10:58 AM
  2. google assigning pagerank
    By Kyle in forum Search Engine Optimization
    Replies: 9
    Last Post: 12-11-2003, 07:03 AM
  3. linking to front page
    By Kyle in forum Search Engine Optimization
    Replies: 5
    Last Post: 12-04-2003, 06:02 PM
  4. pagerank arguement...
    By michael_gersitz in forum Search Engine Optimization
    Replies: 3
    Last Post: 10-02-2003, 05:09 PM
  5. Overall PageRank Power
    By Mike in forum Search Engine Optimization
    Replies: 9
    Last Post: 08-29-2003, 05:51 AM

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
  •