Forwarding URL

R

Richard

Can anyone tell me what I have to do to comply with the following guideline
from EzineArticles.com? I know how to create a link in my article that sends
people to my Web site, but how do I redirect or forward them from my Web site
to the affiliate link where the product I'm writing about is explained.

In other words, I want them to

Read my article
Click on the link in the article which EzineArticles requires send them
to
my own Web site
Then I want to be automatically redirected from my Web site to the
affilate page.

Basically, they would not really even stop at my Web page and would not have
to do or click on anything at my Web page.

Thanks to anyone who can tell me how to do this.


EzineArticles.com Editorial Guidelines: (AFFILIATE PROGRAMS):

Affiliate links will be allowed if the link is a domain name you own which
forward/redirects to the affiliate link from the top-level of the domain
name. For example, it is permissible to forward to an affiliate link from:

http://your-company-name.com/

....but it would not be permissible to forward to an affiliate link from:

http://your-company-name.com/page.html
http://your-company-name.com/subdirectory/
http://your-company-name.com/subdirectory/page.html
http://sub-domain.your-company-name.com/

Any article with an affiliate link that does not adhere to this guideline
will cause the article to be rejected.
 
S

Spike

Use a redirect code on a separate page on your site like:
redirect_001,htm

Using the HTML code fragment option, insert the following code:
<meta http-equiv="Refresh" content="0; url=http://www.xyz.com">

Where http://www.xyz.com = the site you want to send them to

the 0 after content=" is the number of seconds to stay on that page before
they get redirected

set your link to redirect_001.htm and in (0) zero seconds they will be
redirected to the new site.
If you want to leave a message put it on the redirect_001,htm page and set
the read time by replacing the 0 with more seconds

Spike
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top