|
View previous topic
::
View next topic
|
| Author |
Message |
petertdavis
Joined: 10 Oct 2003
Posts: 91
Location: New England
|
|
| Back to top |
|
 |
Mantius
Joined: 08 Oct 2003
Posts: 217
Location: Saint Lucia (Caribbean)
|
Posted: Tue Feb 24, 2004 10:06 pm
Post subject:
|
|
|
Peter,
I certainly am not doing it because I have no clue how to or what is involved. Please help.
Mantius. |
|
| Back to top |
|
 |
Debs
Joined: 16 Aug 2003
Posts: 4296
Location: NY
|
Posted: Tue Feb 24, 2004 10:51 pm
Post subject:
|
|
|
I've read ways to do it, but haven't. But you gave me an idea on bypassing Norton Security
Debs _________________ Learn how to turn keyphrases into quality, well-targeted articles your visitors and SE's will love with Gary Antosh's new ebook "Web Content Made Easy!" |
|
| Back to top |
|
 |
Sean Burns
Joined: 11 Oct 2003
Posts: 232
Location: Sydney
|
Posted: Wed Feb 25, 2004 12:45 am
Post subject:
|
|
|
Using some forms of JS will stop PR leak although I have seen recent examples of JS links being counted as backlinks. Google appears to be treating anything with a http:// in it as a link - even if it's just text (un-linked).
If you put the links in an external JS file, remove the http or break up the link then it will probably still work.
Keep in mind that 10% of your visitors may not be able to use the link because they have JS turned off in their browser. I prefer to just out-number outgoing links so the PR leak is minimal.
Cheers
Sean Burns |
|
| Back to top |
|
 |
Vrindavan
Joined: 07 Jul 2003
Posts: 242
Location: Internet
|
Posted: Wed Feb 25, 2004 6:19 am
Post subject:
|
|
|
| Quote: | remove the http or break up the link then it will probably still work.
|
What is the format of such JS code? _________________ http://sunsss.com |
|
| Back to top |
|
 |
Sean Burns
Joined: 11 Oct 2003
Posts: 232
Location: Sydney
|
Posted: Wed Feb 25, 2004 7:00 am
Post subject:
|
|
|
| Code: | <script> document.write('<a hr'+'ef="ht'+'tp://www.webmastersreference.com">mylink</a>'); </script>
|
That breaks up the link. Not sure if it's even possible to remove the http - I just assumed that it was. Someone who knows more about JS than me will have the answer.
Cheers
Sean Burns |
|
| Back to top |
|
 |
Vrindavan
Joined: 07 Jul 2003
Posts: 242
Location: Internet
|
Posted: Wed Feb 25, 2004 7:46 am
Post subject:
|
|
|
i can use such code to put email address on web page too, i think _________________ http://sunsss.com |
|
| Back to top |
|
 |
Charlie
Joined: 22 Aug 2003
Posts: 3305
Location: UK
|
Posted: Wed Feb 25, 2004 11:15 am
Post subject:
|
|
|
| Vrindavan wrote: | | i can use such code to put email address on web page too, i think |
That's it - just the same approach. You might like to split between multiple lines or use ASCII codes too. You could even put other dud javascript code between multiple write tags.
I described various ways in a thread on hiding email adresses from harvesting robots, if you want to do a search.
All the best,
Charlie. _________________ "Before I speak, I have something important to say."
- Groucho Marx |
|
| Back to top |
|
 |
| View previous topic :: View next topic |
|