<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	>
<channel>
	<title>Comments on: SEO Concerns and Product Update Issues with Affiliate Product Data Feeds</title>
	<atom:link href="http://www.revenews.com/carstencumbrowski/seo-concerns-and-product-update-issues-with-affiliate-product-data-feeds/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.revenews.com/carstencumbrowski/seo-concerns-and-product-update-issues-with-affiliate-product-data-feeds/</link>
	<description>Discussion of Online Advertising, CPA, SEO, Affiliate and Next Generation Marketing</description>
	<lastBuildDate>Tue, 16 Mar 2010 20:25:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Carsten Cumbrowski</title>
		<link>http://www.revenews.com/carstencumbrowski/seo-concerns-and-product-update-issues-with-affiliate-product-data-feeds/comment-page-1/#comment-20684</link>
		<dc:creator>Carsten Cumbrowski</dc:creator>
		<pubDate>Thu, 19 Mar 2009 00:57:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.revenews.com/?p=3311#comment-20684</guid>
		<description>p.s. the EAN13 does not work for all types of products, particularly the ones that have no national nor international bar code.</description>
		<content:encoded><![CDATA[<p>p.s. the EAN13 does not work for all types of products, particularly the ones that have no national nor international bar code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carsten Cumbrowski</title>
		<link>http://www.revenews.com/carstencumbrowski/seo-concerns-and-product-update-issues-with-affiliate-product-data-feeds/comment-page-1/#comment-20683</link>
		<dc:creator>Carsten Cumbrowski</dc:creator>
		<pubDate>Thu, 19 Mar 2009 00:55:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.revenews.com/?p=3311#comment-20683</guid>
		<description>Hi Scott, thanks for your comments as well. The identity or auto_increment product id generates extra overhead during updates, unless you are using it as an additional key for your internal purposes. Having your own product identifier makes sense if you do price comparison, but there I would prefer using the EAN13 barcode, which is even used by several U.S. merchants themselves (Wal Mart is an example of a large retailer who uses EAN13 for their product ids). 

It&#039;s a bit slower for primary key look ups, if you keep your own auto_increment product ids smaller than 2.1 million, but you can save a lot of time during pre-processing of feeds.</description>
		<content:encoded><![CDATA[<p>Hi Scott, thanks for your comments as well. The identity or auto_increment product id generates extra overhead during updates, unless you are using it as an additional key for your internal purposes. Having your own product identifier makes sense if you do price comparison, but there I would prefer using the EAN13 barcode, which is even used by several U.S. merchants themselves (Wal Mart is an example of a large retailer who uses EAN13 for their product ids). </p>
<p>It&#8217;s a bit slower for primary key look ups, if you keep your own auto_increment product ids smaller than 2.1 million, but you can save a lot of time during pre-processing of feeds.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott A.</title>
		<link>http://www.revenews.com/carstencumbrowski/seo-concerns-and-product-update-issues-with-affiliate-product-data-feeds/comment-page-1/#comment-20682</link>
		<dc:creator>Scott A.</dc:creator>
		<pubDate>Wed, 18 Mar 2009 23:05:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.revenews.com/?p=3311#comment-20682</guid>
		<description>Good post Carsten.  I agree that you can&#039;t just build a datafeed site for SEO anymore.  It needs to have some social functionality and some noteworthy features that can garner some press.  It&#039;s fine to have datafeed content, but I think a good solution for a new site would be to keep the data part of an internal search engine and only make products public if your community interacts with them.  For example if you&#039;ve got a review system maybe only publish the products with reviews.  That way there is always a person tied to each spiderable product in one way or another.

As for your structural suggestions I&#039;d like to add another solution.  You can assign an auto_increment product ID to each product as you import them into your database.  These ID&#039;s can be used in your URL and will never change.  You can simply mark them as out of stock when the product is no longer in the feed and stop linking to those pages. Then maybe after a couple months the product can be removed permanently.</description>
		<content:encoded><![CDATA[<p>Good post Carsten.  I agree that you can&#8217;t just build a datafeed site for SEO anymore.  It needs to have some social functionality and some noteworthy features that can garner some press.  It&#8217;s fine to have datafeed content, but I think a good solution for a new site would be to keep the data part of an internal search engine and only make products public if your community interacts with them.  For example if you&#8217;ve got a review system maybe only publish the products with reviews.  That way there is always a person tied to each spiderable product in one way or another.</p>
<p>As for your structural suggestions I&#8217;d like to add another solution.  You can assign an auto_increment product ID to each product as you import them into your database.  These ID&#8217;s can be used in your URL and will never change.  You can simply mark them as out of stock when the product is no longer in the feed and stop linking to those pages. Then maybe after a couple months the product can be removed permanently.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carsten Cumbrowski</title>
		<link>http://www.revenews.com/carstencumbrowski/seo-concerns-and-product-update-issues-with-affiliate-product-data-feeds/comment-page-1/#comment-20681</link>
		<dc:creator>Carsten Cumbrowski</dc:creator>
		<pubDate>Wed, 18 Mar 2009 22:46:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.revenews.com/?p=3311#comment-20681</guid>
		<description>Hi Paul, thanks for the comment. From a SEO perspective I don&#039;t think that your idea makes a lot of sense and is even counter productive IMO. 

No, you have to do something with the feed content. Mash it with something else of value to the user and that is unique, add also your own content to it, step by step and/or have users generate it for you. 

Whatever the result might be, it not only has to pass the automated filters and checks by the search engine bots and algorithms, but also pass the human check as well. If it does not pass the second and only the first, then it is just a question of when and not if your site will be kicked out of the search engines... manually penalized or filtered out during a future update of SE Algos that will come for sure.</description>
		<content:encoded><![CDATA[<p>Hi Paul, thanks for the comment. From a SEO perspective I don&#8217;t think that your idea makes a lot of sense and is even counter productive IMO. </p>
<p>No, you have to do something with the feed content. Mash it with something else of value to the user and that is unique, add also your own content to it, step by step and/or have users generate it for you. </p>
<p>Whatever the result might be, it not only has to pass the automated filters and checks by the search engine bots and algorithms, but also pass the human check as well. If it does not pass the second and only the first, then it is just a question of when and not if your site will be kicked out of the search engines&#8230; manually penalized or filtered out during a future update of SE Algos that will come for sure.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SEO</title>
		<link>http://www.revenews.com/carstencumbrowski/seo-concerns-and-product-update-issues-with-affiliate-product-data-feeds/comment-page-1/#comment-20680</link>
		<dc:creator>SEO</dc:creator>
		<pubDate>Wed, 18 Mar 2009 22:17:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.revenews.com/?p=3311#comment-20680</guid>
		<description>I wonder if hard coding section pages as index-able pages would work?  Create a html page that would link to the dynamic pages.  They can show discounted products and some of the popular models.  All this info would be static and indexed.  You would need to update these pages weekly or monthly.

Good solution?

Paul R</description>
		<content:encoded><![CDATA[<p>I wonder if hard coding section pages as index-able pages would work?  Create a html page that would link to the dynamic pages.  They can show discounted products and some of the popular models.  All this info would be static and indexed.  You would need to update these pages weekly or monthly.</p>
<p>Good solution?</p>
<p>Paul R</p>
]]></content:encoded>
	</item>
</channel>
</rss>
