Proper method for hiding affiliate links

Joined
Sep 16, 2015
Messages
3
Reaction score
0
I have not done any affiliate marketing in quite some time. I'm ready to jump back into it and looking for just a little advice on Affiliate linking.

Our site will be a list of Top 10 items, all centered around a specific niche, and every item on the list will be affiliate linked to either Amazon or another online retailer.

I want to include "Buy Now" type of buttons for every item on the list, and it opens in a new window on the place to buy.

However I would like some advice to get around google crawling all these links as Affiliate links.

Should the buy now button link to a different page that then forwards them to the buy site?

Or what is the preferred method to this these days?

Thanks!
 
Not sure why you want to do that but if you are using Wordpress you can use https://wordpress.org/plugins/pretty-link/ (https://wordpress.org/plugins/pretty-link/).
tr
 
By instructing the robot.txt file not to follow those affiliated links in your site.
Use 302 redirect for the affiliated link which you want link with the buy now button.

By cloaking the page, which shows 2 different pages to the users and the crawlers. These affiliated links won't allowed the link juice.
 
You can also create cloak URLs by this ways also,
#cloak without plugin - There are some steps
1. Choose which URL(affiliate links) you want in your URL.
2. Get list of all your affiliate links and choose your related URL name.
3. Open your htaccess file
4. Use 302 redirect(temporary redirect) it still remains your all metrics.
5. open robots.txt file and disallow, that is you don't want Google to index all your cloaked URLs.
6. Now all set to place your affiliate cloaked URLs. Make sure you add rel="nofollow'' to all your affiliate links
 
Last edited:
You could also split some of the links between youtube and pinterest thus growing your followers and boosting your PR at the same time.
 
Don't do it. It is against G's quality guidelines.
 
Generally the affiliate links are dynamic type of url containing various characters and signs,even the dynamic url are not friendly to the search engines.So it is really necessary that we create a specific folder and its sub folder to 302 redirect to the affiliate pages. And that is what search engines recommend.
 
A member of this forum Deki has a plugin which hides affiliate links and the service thread is very active too.
 
good info buddy thanks
You can also create cloak URLs by this ways also,
#cloak without plugin - There are some steps
1. Choose which URL(affiliate links) you want in your URL.
2. Get list of all your affiliate links and choose your related URL name.
3. Open your htaccess file
4. Use 302 redirect(temporary redirect) it still remains your all metrics.
5. open robots.txt file and disallow, that is you don't want Google to index all your cloaked URLs.
6. Now all set to place your affiliate cloaked URLs. Make sure you add rel="nofollow'' to all your affiliate links
 
Back
Top