|
|
Post a Project »
Find a Professional HTML Freelancer!
Find a Freelancer to help you with your HTML projects
| |
|
 |
|
|
09-07-2007, 03:11 PM
|
how to mask a url??
|
Posts: 175
|
Hi there,
I am wanting to mark the url links on my site stardietsecrets.com. As you can see there are some affiliate links in the posts AND in the side bar. When you scroll over them they show the lynxtrack url, I want to mask this so that it doesnt show anything..is this possible?? if so how?
Thanks in advance!
__________________
Want a Free Designer Handbag?
|
|
|
|
09-07-2007, 03:30 PM
|
Re: how to mask a url??
|
Posts: 5,662
Name: John Alexander
|
Not really. You could assign javascript event handlers to change the status bar text to "super happy link" but I can turn off your site's ability to mess with my status bar. You could also try using sneaky java redirects, but that's likely to get you banned from Google.
|
|
|
|
09-07-2007, 03:45 PM
|
Re: how to mask a url??
|
Posts: 3,420
|
You could just use Adsense rather than affiliate marketing - that way, people wouldn't think you were sneaky, which by the subject of this post, I'm sure you're not...
|
|
|
|
09-07-2007, 04:02 PM
|
Re: how to mask a url??
|
Posts: 175
|
hehe thanks! ya i just notice that on a lot of other affiliate sites in particular, when you scrolled over the l;ink it would be like www.mysite.com/hgkjg and not the affiliate site. just wondered how this was done
__________________
Want a Free Designer Handbag?
|
|
|
|
09-07-2007, 04:21 PM
|
Re: how to mask a url??
|
Posts: 3,420
|
That's done via redirects, not via code on the page.
It would be OK to do manually as long as you don't have too many affiliate links to redirect
|
|
|
|
09-07-2007, 04:25 PM
|
Re: how to mask a url??
|
Posts: 5,662
Name: John Alexander
|
You would actually set up that page on your site, but you would either tell your server to direct requests for that page out to your affiliate. Or you could have javascript on that page, like <body onLoad="window.location = 'somesite.com'"> but that's really not a path you want to go down.
I'm not sure whether you have to or not, but if you do this, it would be a very good idea to prevent search robots from seeing that page and its redirects.
|
|
|
|
09-07-2007, 04:50 PM
|
Re: how to mask a url??
|
Posts: 3,420
|
What do bots do in the case of affiliate links? I mean couldn't they just click on them and it would be money in your pocket?
|
|
|
|
09-07-2007, 05:12 PM
|
Re: how to mask a url??
|
Posts: 5,662
Name: John Alexander
|
Not really sure - that would be one reason. Stop click bombs. But I think if you set up a bunch of pages with no content and affiliate redirects, Google would be upset if those pages wound up in their SERPs. I know the question was about how to code such a thing in html, but I think the person asking the question would do well to know the potential consequences this might have. Some poor girl over in the general forum is getting sued over something one of her site members did, and I don't think she woke up expecting that. Getting banned from Google would be almost as bad, and I just have a gut feeling that might be the end result here if carrielulu doesn't tread carefully.
|
|
|
|
09-07-2007, 05:29 PM
|
Re: how to mask a url??
|
Posts: 175
|
Quote:
Originally Posted by whym
That's done via redirects, not via code on the page.
It would be OK to do manually as long as you don't have too many affiliate links to redirect
|
ahh i see, ok. i have about 10 aff link i would like to mask..not trying to be sneaking or anything..just thought it looked tacky and would like the look of a redirect instead so it looks like www.stardietsecrets.com/123.php instead of www.lynxtrack.com/ytr677tgt87.php
now redirects hey...hmm does this involve php? hope not lol
__________________
Want a Free Designer Handbag?
|
|
|
|
09-07-2007, 05:43 PM
|
Re: how to mask a url??
|
Posts: 3,420
|
If you are using cPanel, then you can setup redirects there. That's the easy way.
|
|
|
|
09-07-2007, 05:47 PM
|
Re: how to mask a url??
|
Posts: 175
|
cool i will give it a try....thanks both of u ! interesting posts!!
__________________
Want a Free Designer Handbag?
|
|
|
|
09-07-2007, 05:49 PM
|
Re: how to mask a url??
|
Posts: 3,420
|
OK. No worries. Talkupation appreciated for me and Newbie
Hope we've been able to get this working for you
|
|
|
|
09-07-2007, 06:57 PM
|
Re: how to mask a url??
|
Posts: 253
Name: Michel Samuel
|
frames.
fastest and easiest way
|
|
|
|
09-07-2007, 07:02 PM
|
Re: how to mask a url??
|
Posts: 3,420
|
Quote:
Originally Posted by Michel Samuel
frames.
fastest and easiest way
|
Not very useful for visitors though, accessibility-wise and not good for SEO either - it seems like overkill just to hide these URLs
|
|
|
|
09-08-2007, 12:28 AM
|
Re: how to mask a url??
|
Posts: 30
Name: CONFIDENTIAL
Location: India
|
NO need to hide affiliate links from search engine crawlers if you have original content. Rather - if you hide links and somehow caught notice of the bots ( yah! spam reports) - your site may be penalised.
|
|
|
|
09-08-2007, 11:48 AM
|
Re: how to mask a url??
|
Posts: 175
|
where do go in cpanel for redirects?
__________________
Want a Free Designer Handbag?
|
|
|
|
09-08-2007, 01:40 PM
|
Re: how to mask a url??
|
Posts: 3,420
|
It depends what version of cPanel you are using.
For cPanel 10, its the 3rd or 4th row down, with an icon and the word "redirects" under it.
In cPanel 11, it's under the domains area.
|
|
|
|
09-09-2007, 06:35 PM
|
Re: how to mask a url??
|
Posts: 384
Name: Jeni
Location: Wisconsin, USA
|
I use Link Cloaker 5.0, which I believe does pretty much what you're getting at here. Click on my Fitness and Freebies link in my sig and scroll toward the bottom -- I have three links cloaked using this -- basically it encrypts the link and uses JavaScript like the others mentioned.
If that's what you're after, you can download a free trial at http://www.codelifter.com/lc5index.html
Should mention, too (forgot, sorry) that it does show the affiliate link once it's clicked on, though.
Last edited by fitnfree; 09-09-2007 at 06:37 PM..
Reason: needed to add a bit of info
|
|
|
|
09-11-2007, 03:53 PM
|
Re: how to mask a url??
|
Posts: 5,662
Name: John Alexander
|
Quote:
Originally Posted by carrielulu
|
I don't think anybody thinks you're trying to be sneaky. You're just swimming in waters that lots of bad guys have peed in. People are going to see the yellow snow and slap you with guilt by association - and since you seem like a nice enough, honest guy, I made a point of saying "sneaky redirects" a bunch of time because that's a technical term you don't sound aware of, but need to be.
Oh, and 10 affiliates isn't "too many" for a web site to have. It might be too many for a page, but I'm mainly thinking of sites that have 1,200 pages of affiliate links. As long as you give your site visitors other reasons to stick around, you have nothing to worry about.
|
|
|
|
|
« Reply to how to mask a url??
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|