www.1001TopWords.com |
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/gs/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/gs/ceramic/porcelain/gs/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'thenall "ceramic" is changed to "porcelain"thenall "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/gs/ceramic/porcelain/gs/MYTEMPKEYWORD/ceramic/gs/Porcelain/MYTEMPKEYWORD/gs/Ceramic/Porcelain/gs/MYTEMPKEYWORD/Ceramic/gs/Metallic/Shiny Metal Finish/gs/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 merchantthat carries 2500+ gifts. If you enjoy working with companiesthat treat affiliates like valued partners then be sure tocheck us out. You can find more information about our program at:http://www.genericgifts.com/affiliate_program.jsp
|
RELATED ARTICLES
Accounting for Affiliate Marketers If you are an affiliate marketer, then you are in business. Therefore, you should treat it like a business. Keep in mind that Linkshare, Clickbank, Commission Junction and all the other affiliate marketplaces are going to report your earnings to the IRS. Soliciting Referral Customer referrals are vital to small and home-based service businesses. When you need to increase sales but can't afford a salesperson and have limited selling time, focus on existing clients and let them do the selling for you. Most business owners understand the value of referrals, but not many are doing what it takes to get them. Self-Replication, The All Important Third Step in Affiliate Marketing 'Self-replication' sounds like science fiction but it's not. It has nothing to do with cloning, in a biological sense. What I'm writing about here is a third and very important step of affiliate or multi-level marketing. 5 Mistakes to Avoid When Choosing an Affiliate Program When people decide to join an affiliate program to make extra money, or to have a full time job, they often do so with illusions and no idea of how the affiliate program actually works. Read the following top 5 mistakes people make when it comes to choosing an affiliate program and avoid these mistakes at all costs. Then, you will be able to be more effective and make more money for your time, so it is definitely worthwhile to read these warnings and avoid them. 11 Awesome Ways To increase Your Affiliate Commissions! Let me ask you a simple question. "Now that you have your own online business and you joined some affiliate programs, do you have any idea how to earn more commissions then ever?" Choosing a Niche Market to Promote ? Affiliate Marketing I think it truly goes without saying that there are some niche markets that do incredibly well, some that do "ok" and others that just totally flop. Three Easy Ways to Become a Super Affiliate and Earn Cash Quickly If you want extra cash every month, you have to read this. You can start a part-time or full-time business simply by developing an affiliate network on the Internet. You will enjoy the comfort of working at home and be your own boss. However, this will take lots of determination, persistence, communication, and organizational skills to achieve success. Let me share with you the secrets of building your own affiliate empire with little or no start up cost. Why 95% of Affiliate Websites Lose Money - And To Avoid The Pitfalls Affiliate marketing is an agreement between two websites in which one site (the affiliate) sends traffic to another site by means of advertising or content. How to Monetize a Free Website For some time now I have been aggressively marketing my Geocitieswebsite without the prospect of any financial return. The siteis content based so I did not expect to generate any productsales and neither was I able to lure potential sponsors. Generate More Sales in ANY Affiliate Program ? Part Two Incentive Marketing, Incentive Marketing, Incentive Marketing? How To Earn Residual Income The Lazy Way I've got a confession to make... what I am about to reveal is the way I started out my Internet Marketing career. A Wake Up Call To Always Remember I received two emails this weekend. Both were as a result of autoresponder follow ups these people were receiving from my business. Are Your Affiliate Programs Eating Away Your Money And Time So many times I have heard this. So many examples I do remember. People have left the internet business after being disappointed with their so called affiliate programs. Is There Any Money On Over Saturated Markets? Well that depends ultimately on you! Let me explain? 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. Generate More Sales in ANY Affiliate Program ? Part Six ACTIVE AFFILIATES are those who sign up under you for free, then upgrade to being a paid affiliate. Those who sign up but don't upgrade within the first 72 hours are called inactive affiliates and who are unlikely to ever upgrade. Instant Success - Yeh Right. Join our affiliate-program and make your fortune overnight. Your Home Based Affiliate Marketing Business Did you know that you can make money on the internet without ever selling anything? There are very few home based business opportunities that are easier or cost less than affiliate marketing. There are businesses and people earning thousands of dollars each year doing affiliate marketing. 5 Deadly Mistakes That Affiliates Make - A Quiz Some people are making big money with affiliate programs-some are not. With a little research I have discovered that the people that are not cashing many checks are making the same five mistakes. Why not take a short quiz to see how you rate? Do you qualify as a novice, average, or super affiliate? Try this true and false quiz. You might learn something! How to Run A Successful Affiliate Program There are many people who log onto the internet everyday looking for a way to make money online. |
© Athifea Distribution LLC - 2013 |