Two Quick Ways to Make Your Copy of Merchants Data Feed Different From All Other Affiliates


Product data feeds are really popular among affiliates because they can help produce thousands of product pages quickly and easily. Such pages can be used to drive highly targeted search engine traffic looking specifically for those products. But there is a big problem.

The problem with data feeds is the fact that a lot of affiliates use the same copies of feeds in the same exact ways. Most data feed affiliates put just the product names in HTML titles, so they all end up with a bunch of similar pages that have identical titles. And since the search engines give a lot of weight to the titles of HTML pages, those affiliates end up competing with each other for the same highly specific keywords.

Luckily, this problem has a quick and dirty solution. It's worse than going over the feed by hand, but much better than doing nothing. What I get from affiliates is that manually modifying feed simply defeats the purpose. But being able to do it automatically can help one differentiate his site from other affiliates without losing the benefits of using data feeds.

There are two basic ways to automatically make your site a little bit different from other affiliates of the same merchant.

The first way is to add some keywords before and/or after the product name in the HTML title. For example, let's say you pick a phrase "On Sale" to add after the product name. So instead of "Blue Widget #MN-3143" you have in the original data feed, you would now have "Blue Widget #MN-3143 On Sale" in the HTML title of that product page. You simply add that phrase to the titles of all products in the feed. That lets you specifically target people who would search for "blue widget on sale" or "mn-3143 on sale."

You can also use some arbitrary keywords like "Cheap" or "Discounted" or "Quality" before the product name to have something like "Cheap Blue Widget #MN-3143." The keywords you pick largely depend on the merchant's product line.

Another variation of this technique is to randomize the keywords that are displayed before and after product names in the titles. You can use a sever-side technology of your choice to pick a random keyword out of some predefined list and append it to the name of a product to form the title for the page. Your scripts would pick a new keyword for each request for the product page. Of course, that would only work if you are using a database, and do not generate static HTML using Webmerge or a similar program. That way, even though you don't control the exact keyword that is displayed for any particular page, with enough product pages you can cover a wider market of people searching with different modifiers. You should be able to cover different shopper types -- the ones looking for bargains as well as the ones looking for quality.

The second way to make your site different from others is a bit more complex, but could yield much greater results. Instead of adding something to the product names, you can try changing the names on a large scale. As I said earlier, modifying feeds by hand would defeat the purpose of using them. But if you perform a find-and-replace operation on the whole file then you can get different content without spending much additional time.

The utility you might want to use for feed modification is called sed. You can search for that name using you favorite search engine. It's sed -- the stream editor. I'm going to skip much of the technical detail on how and why it does certain things in a certain way. Instead, I will concentrate on describing practical application of sed with product feeds.

At its core, sed takes input data, modifies it according to certain rules and outputs the result -- all done line-by-line. It uses regular expressions and can perform extremely complex operations, by for now I just want to concentrate on simple replacements.

The good thing about sed is it can use an external file with multiple commands and execute them one after another for the entire input file (in our case, it's a product feed). So you can replace as many words as you need. Also, once you define those commands, you can use them for many different feeds with different merchants.

Let's go over a few examples that should illustrate the true power of this approach.

I'll assume that the merchant we are working with sells widgets of various kinds. You looked over the feed and saw that the merchant has some porcelain widgets; red and blue, large and small. One of the synonyms for porcelain is ceramic, so first thing you would do is replace the word porcelain with ceramic in all product names and descriptions.

This can be done by adding the following commands to a sed script file before running it against the feed:

s/porcelain/ceramic/g s/Porcelain/Ceramic/g

Those commands will replace your keywords while preserving capitalization. So that a title like "Big Blue Porcelain Widget" becomes "Big Blue Ceramic Widget."

To make things more interesting, let's assume that the feed already has some ceramic widgets aside from the porcelain ones. So you do not want to end up with just one kind. Instead, you want to switch them around. Remember, your goal is to be as different from the original feed as possible.

You can achieve that with the following set of commands:

s/porcelain/MYTEMPKEYWORD/g s/ceramic/porcelain/g s/MYTEMPKEYWORD/ceramic/g

In the example above, I used MYTEMPKEYWORD as a place-holder. That let us make sure that we are not losing the original keywords.

What happens there is:

all "porcelain" is changed to "MYTEMPKEYWORD' then all "ceramic" is changed to "porcelain" then all "MYTEMPKEYWORD" (which used to be the original porcelain) is changed to "ceramic"

and then the same thing should be done for all capitalized keywords.

You can use anything in place of MYTEMPKEYWORD as long as it does not already appear in the feed. You want to use some unique keyword.

Once you are done with those keywords, you can change something like "Metallic" to "Shiny Metal Finish" -- assuming that makes sense for a given product line.

Adding that to a command file would give you:

s/porcelain/MYTEMPKEYWORD/g s/ceramic/porcelain/g s/MYTEMPKEYWORD/ceramic/g s/Porcelain/MYTEMPKEYWORD/g s/Ceramic/Porcelain/g s/MYTEMPKEYWORD/Ceramic/g s/Metallic/Shiny Metal Finish/g s/metallic/shiny metal finish/g

That would also change "Blue Metallic Widget" to "Blue Metal-Looking Finish Widget."

As I said earlier, you can add as many commands as you want for different words and phrases. And with enough such small changes, you will be able to reach traffic that is not already covered by your competing affiliates. While a few hundred affiliates with their data feed sites might be displayed for a keyword "blue porcelain widget" -- there might be just a few (if any) covering "blue ceramic widget" for the same merchant.

Even something like

s/TV Set/Television Set/g

along with diagonal sizes and brand names might help you stand apart from the rest of the affiliates who use the same feed. Any change is better than having the same exact content as others.

I encourage you to download a copy of sed and check it out. Once you get a hang of it, you will be able to automate the whole process. And if you are already using scripts to refresh merchants' feeds and rebuild sites automatically, then you can plug sed in the middle and modify feeds on the fly.

Also, if you are having a hard time coming up with words to replace, you might want to check out Princeton's WordNet. You can even download the word database and use it locally on your desktop.

Konstantin Goudkov manages an affiliate program with a merchant that carries 2500+ gifts. If you enjoy working with companies that treat affiliates like valued partners then be sure to check us out.


More Resources

Affiliate Marketing Pros and Cons
Want an online business with a win-win opportunity for both the merchant and the publisher? Try investing your money, time and effort in affiliate marketing business and be overwhelmed by the profit you'll get out of it. It has been written in almost all articles about affiliate marketing that it is among the greatest ways to earn money online.
The Affiliate Interview - Do You Have What It Takes?
So you have decided to start up your own home business and after hours of searching you have decided on the program you are going to join.Now stop and take check before you rush in.
Accounting for Affiliate Marketers
If you are an affiliate marketer, then you are in business. Therefore, you should treat it like a business.
Big Ticket Items - 6 More BIG Benefits To Selling As An Affiliate
Today, we're going to cover 6 More BIG Benefits to selling Big Ticket items as an AFFILIATE. First, we had better define both Big Ticket Item and Affiliate.
Tracking Phone Sales Is Important To Your Affiliates
Today the majority of affiliates are looking for compensation when your customers call in their orders by phone. One of the first things they will look for when thinking about joining your affiliate program is to see if you have an order phone number on your site.
Affiliate Products: Keeping Up With The Product Cycle
You may not realize it, but this time of year is prime earning season. It's time to make some money to pay for your upcoming summer holidays.
Affiliate Programs
Basic IdeaAffiliate marketing is a type of marketing in which revenue sharing between online merchants and online salespeople (affiliates), whereby compensation is based on performance measures, typically in the form of sales (Pay Per Sale), clicks (Pay Per Click) and impressions (Pay Per Impressions).Merchants run affiliate programs to generate leads and sales from other Web sites.
3 Powerful Words
I should have listened to an internet veteran back in 2000.Learn from my mistake.
How To Earn Residual Income The Lazy Way
I've got a confession to make..
Your Own Affiliate Program
What better avenue to drive high quality and targeted traffic to your website than through your very own affiliate opportunity!Plus, you have dozens and dozens of other marketers promoting YOUR wares at no startup cost to you, and on top of your own promotional efforts.Another positive is that it is a win-win situation.
8 Basic Rules for Choosing The Right Affiliate Program
Joining an Affiliate Program is a great way to start earning a sizeable income on the Internet without many of the hassles that come with running your own business.But the problem is? there are so much affiliate programs out there for you.
Online Affiliate Programs - 6 Must Read Reasons to Join Them
You must have been exposed to the online hype, and the fact is starting an online business is a great way to make an extra income. There are many ways to make money online, one of them, is joining online affiliate programs.
How To Choose The Right Niche To Promote
Easy profit, a worldwide market, manageability of business at home level-all these and a variety of other reasons contributed to the popularity of online businesses. In fact, a lot of businessmen who used to peddle their stuffs in a local area are now getting online.
Affiliates: 3 Things You Should Own Though You Dont Own A Product.
1. Your Own web site:Most affiliates put a redirect link directly to their affiliate product.
Why You Dont Succeed As An Affiliate ?
Affiliate Program have exploded on the internet. Thousand of people join them every day.
Dont Even Think About Affiliate Marketing Until Youve Read This - Part 1
You've probably heard some of the affiliate success stories from across the internet. You've also probably heard of the diverse benefits of affiliate marketing.
Free traffic vs. Extra Revenue - Earning From PPC Search Engines
What are the Search Engines?A Search Engine is special database-driven web site designed to index and categorize internet addresses. Search Engines focus to help people to find information stored on the Web.
Best Affiliate Products, Where to Find them and Choose the Best ones
The BIG QUESTION on everyone's mind is..
Affiliate Marketing is a Brilliant Way to Begin On-line Marketing
Affiliate Marketing is a brilliant way to begin earning on the Internet, for those of us who haven't as yet got our own products. To make money in life, in business, you need to market something, a book, a car, a computer, yourself or whatever.
Google AdWords Clobbers Affiliate Sellers
First, we must understand their point of view. Unlike some other search engines, Google is committed to providing the best quality search results possible.

More Affiliate Revenue Information:

Related Articles

Affiliate Marketing - A Quick Overview For Beginners
It's simply a kind of marketing in the internet where marketers sell products or services of certain merchants. Those Internet Marketers earn commissions on sales.
10 Ways To Increase Your Affiliate Commissions
1. Participate in chat rooms related to the product you're reselling.
Affiliate Program Mastery: Learn How To Build Internet Capital Goods for Free
As I mention in almost all of my articles, 97% of Internet marketers never make a cent online. I mention this simple fact because it has a lot of power--it has the power to completely discourage people who are not succeeding, and it also has the power to encourage those same people who are failing to learn, so that they can succeed.
Google AdWords Clobbers Affiliate Sellers
First, we must understand their point of view. Unlike some other search engines, Google is committed to providing the best quality search results possible.
Reselling - Money On The Side
The other night I had dinner with a friend who mentioned knowing quite a few people needing websites for their local businesses. Despite being a software engineer, my friend is not a web designer nor does he know enough about servers to actually host (store) websites.
8 Reasons To Be An Affiliate Marketer
When I began affiliate marketing I knew only half of these things but, in hindsight, if I had have known these things then it would have made the decisions I made so much easier. Such is the intention of this article, to contribute towards the success of affiliate marketing newcomers.
How To Make Affiliate Sales In 15 Minutes
If you are one of the 98.6% of affiliate members that never make one cent from affiliate sales or make small $5.
6 Affiliate Mistakes Youre Probably Making...
Everyday I see more and more affiliates making the same mistakes. The worst part is that they're just doing what they're taught by the so-called "experts.
Affiliate! Discover Why You Are Losing $600 Each and Every Month!
Link bypassing is the number one trap affiliates fall into online. Also known as the "affiliate links theft".
What Puts The Super In Super Affiliate?
To be super at anything means to excel beyond the scope of average or achieve superiority status.Super affiliates do just that.
Ten Ways Affiliates Sabotage Themselves
If affiliate marketing is so lucrative, then why do so few ever turn a profit? Read on, and I'll tell you why.1.
Why Do Many People Fail in Affiliate Marketing!
Affiliate marketing has been around on the Web for quite sometime now, but there are still a lot of people who doesn't know much or even nothing about it. Most of the people that don't know about affiliate marketing and has just discovered it normally thinks that they can make a quick buck or two.
Commission Junction: the Perfect Affiliate Resource for Niche Markets
There are many affiliate programs you can go to to find real solid product to market online. Most marketers who produce their own product provide these programs that are easily accessible, and can be worked simply by signing up to them.
You Deserve a Check Today
Perhaps the fastest and easiest way to prosper online is to market products and services as an affiliate.While there have been many an article and book written about how to be an affiliate, most overlook one very important aspect of the affiliate process.
Affiliate Programs : Golden Opportunity or Waste of Time?
Now that the idea of doing business over the internet has been firmly established, many potential internet businessmen are searching for the best way to do business. Usually the choice comes down to whether you want to set up your own business and online store, or sign up for an affiliate program.
Common Decency......Lets Keep it Alive!
I recently had an experience with one of the affiliate programs I *was* involved with. This experience did not surprise me, but did however, disappoint me.
Is It Possible To Make A Living Being An Affiliate Marketer?
It may sound cliché but it is worth repeating. Affiliate marketing is one of the best ways to earn money online.
10 Tips To Help You Create Your Own Money Making Affiliate Program
1. View your affiliate program as a partnership between you and your affiliates, and make it your priority to develop good relationships between you and your affiliate sales force.
Googles Secret Guidelines On Thin Affiliates
Journalist Henk van Ess has caused a flurry of excitement on blogs and forums. In his blog he revealed that Google uses teams of humans all over the world to evaluate the accuracy of Google's search results.
Get the Big Dogs to Affiliate with You
Have you ever tried to launch an affiliate program? If you have, then you know that one of the challenges you face is to get people to be your affiliate marketers. After all, if you are new on the block, people who have never heard of you may be reluctant to encourage their list or web traffic to come to your website.