<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Gravity Search Marketing &#187; ecommerce seo</title>
	<atom:link href="http://www.yourseoplan.com/tag/ecommerce-seo/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.yourseoplan.com</link>
	<description>Expert SEO Consulting &#38; SEO Training</description>
	<lastBuildDate>Thu, 01 Dec 2011 18:07:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Canonicalization for Pagination &#8211; Roundup of SEO Wisdom [UPDATED]</title>
		<link>http://www.yourseoplan.com/canonicalization-for-pagination-roundup-of-seo-wisdom/</link>
		<comments>http://www.yourseoplan.com/canonicalization-for-pagination-roundup-of-seo-wisdom/#comments</comments>
		<pubDate>Fri, 23 Sep 2011 22:15:54 +0000</pubDate>
		<dc:creator>Gradiva Couzin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ecommerce seo]]></category>
		<category><![CDATA[technical seo]]></category>

		<guid isPermaLink="false">http://www.yourseoplan.com/?p=1852</guid>
		<description><![CDATA[Tongue twister, anyone?  Pagination canonicalization is one of the trickier challenges for the technical SEO set today.  We&#8217;ve been closely monitoring the hints and tips that occasionally drop from our favorite Googlers&#8217; lips (sure, we all adore Matt Cutts, but let&#8217;s save a little love for JohnMu and Maile Ohye, shall we?).  Here&#8217;s a roundup [...]]]></description>
			<content:encoded><![CDATA[<p></p><h2>Tongue twister, anyone?  Pagination canonicalization is one of the trickier challenges for the technical SEO set today.  We&#8217;ve been closely monitoring the hints and tips that occasionally drop from our favorite Googlers&#8217; lips (sure, we all adore Matt Cutts, but let&#8217;s save a little love for JohnMu and Maile Ohye, shall we?).  Here&#8217;s a roundup of good advice we&#8217;ve heard, along with our analysis and resulting recommendations.</h2>
<p>Pagination is commonly seen on ecommerce sites when a category contains more products than can be listed on each page:</p>
<p><img class="aligncenter size-full wp-image-1853" title="Screen shot 2011-09-23 at 2.52.40 PM" src="http://www.yourseoplan.com/wp-content/uploads/2011/09/Screen-shot-2011-09-23-at-2.52.40-PM.png" alt="" width="588" height="44" />The question often arises:  How should an SEO handle all of these pages?  Allowing all of these pages to be indexed separately in search engines means indexing a lot of duplicate or near-duplicate content on a website, which dilutes SEO power and creates an undesirable user experience, since nobody particularly wants to click through from Google to a deep paginated page.</p>
<p>Here is the wisdom we&#8217;ve gathered from our favorite Googlers on the subject:</p>
<p>JohnMu <a href="http://www.google.com/support/forum/p/Webmasters/thread?tid=6c18b666a552585d&amp;hl=en">on paginated pages and the canonical tag</a> (Feb, 2010):</p>
<blockquote><p>Pagination: this is complicated, I personally would be careful when using with rel=canonical with paginated lists. The important part is that we should be able to find all products listed, so at the very least those lists should provide a default sort order where we can access (and index) all pages. Since this is somewhat difficult unless you really, really know what you are doing,<strong> I would personally avoid adding rel=canonical for these pages</strong>. One possible solution could be to use JavaScript for paginated lists with different sort orders, for example, that way you would have a single URL which lists all products.</p></blockquote>
<p>Our interpretation: Google needs to be able to see all of these paginated pages so that it can click through and get to all the individual links (product pages) that are listed on all the pages.  JohnMu suggests creating a default page that contains <strong>all</strong> of the links, so that Google can get to them.   Trouble is, what if you have a thousand of these links?  Or even more.</p>
<p>At SMX West (March 2011), <a href="http://www.seroundtable.com/smxw11-seo-tech-13054.html">Maile Ohye noted that you shouldn&#8217;t use canonical tags for paginated pages</a>. (We&#8217;ve heard her say this since 2010) Here are notes from Barry Schwartz (SEORoundtable) on this session:</p>
<blockquote><p>Maile explained that since the results on pages 2, 3, 4, and 5 are different from page 1, you should not use the canonical tag here.<br />
Not only that, if you do, <strong>Google may ignore it</strong> because Google uses methods to determine if the canonical tag command is actually something valid for that case. So if you canonical page 2 to page 1 and page 2 is not similar enough to page 1, Google may ignore your canonical tag.</p></blockquote>
<p>Our interpretation:  Since paginated pages aren&#8217;t identical to each other, and they aren&#8217;t subsets of each other, they shouldn&#8217;t be canonicalized to each other.  Google is pretty smart and can probably figure out when it&#8217;s dealing with page=1, page=2, page=3, and Google may ignore your canonical tags in this case.</p>
<p>The one exception to the <em>no canonical tags for pagination</em> rule is when you have a &#8220;view all&#8221; page.  As Brian Ussery of SEO firm Nine by Blue notes:</p>
<blockquote><p>If paginated content uses &#8220;view all&#8221; page if it loads well you can put rel canonical on those URLs.<br />
If you don&#8217;t have a &#8220;view all&#8221; page 2 isn&#8217;t a subset so you can&#8217;t use rel canonical.</p></blockquote>
<p>At the end of the day, our two favored pagination approaches are the following:</p>
<ul>
<li><strong>noindex,follow<br />
</strong>Place a robots meta tag on all deep paginated pages instructing the robots to &#8220;noindex, follow&#8221; the page.  This will allow Google to visit the deep pages, follow links on these pages, but not index these pages.<strong><br />
</strong></li>
<li><strong> &#8220;view all&#8221; + canonical<br />
</strong>Create a &#8220;view all&#8221; page showing all of the links on your list.  Then, on all other paginated pages (including page 1), add a canonical tag identifying the &#8220;view all&#8221; page as the canonical form.   We think this solution is best used when the &#8220;view all&#8221; page is also the version of the page that is linked from elsewhere on the site.<strong></strong></li>
</ul>
<h2>UPDATE:  Google got its act together and created a better way to deal with pagination canonicalization.  Read all about it at <a href="http://googlewebmastercentral.blogspot.com/2011/09/pagination-with-relnext-and-relprev.html">Google&#8217;s webmaster blog</a>.</h2>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.yourseoplan.com/canonicalization-for-pagination-roundup-of-seo-wisdom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shopping Search Resources [Updated]</title>
		<link>http://www.yourseoplan.com/shopping-search/</link>
		<comments>http://www.yourseoplan.com/shopping-search/#comments</comments>
		<pubDate>Sat, 01 Jan 2011 21:58:02 +0000</pubDate>
		<dc:creator>Gravity</dc:creator>
				<category><![CDATA[seo resources]]></category>
		<category><![CDATA[ecommerce seo]]></category>

		<guid isPermaLink="false">http://seo.shocklab.com/?p=717</guid>
		<description><![CDATA[If you sell a product on line, you'll want to explore search engines that cater to the e-commerce crowd. Learn how here!
]]></description>
			<content:encoded><![CDATA[<p></p><h2>You built it, but did they come? If you’ve ever wondered how to get listed in the major search engines’ shopping sites, these links will help you.</h2>
<h3>Google</h3>
<blockquote><p>Search Google Products, Google’s shopping engine, here: <a href="http://www.google.com/products">http://www.google.com/products</a>.</p>
<p>If you’d like to sell something on Google Products, you can do so for free. You&#8217;ll need to set up a product feed, which is basically a list of all of your products, along with important info like price, URL, thumbnail image and UPC code.</p>
<p>Get started here: <a href="http://www.google.com/intl/en_us/products/howitworks.html">http://www.google.com/intl/en_us/products/howitworks.html</a></p></blockquote>
<h3>Yahoo</h3>
<blockquote><p>Search Yahoo! shopping here: <a href="http://shopping.yahoo.com/">http://shopping.yahoo.com/</a></p>
<p>To list your products, you have some choices:</p>
<ul>
<li>You can set up your own Yahoo! store through Yahoo! Merchant Solutions. There are three levels available to you, each with varying levels of fees for setup, hosting, and transactions. Learn about it and sign up here: <a href="http://searchmarketing.yahoo.com/shopsb/index.php">http://searchmarketing.yahoo.com/shopsb/index.php</a></li>
<li>Or, you can have your products fed to Yahoo Shopping via Pricegrabber. (typically a pay-per-click fee applies).</li>
</ul>
</blockquote>
<h3>Bing</h3>
<blockquote><p>Bing offers a shopping feed similar to Google&#8217;s, but with a more difficult-to-understand process for setting it up.  Get started here:</p></blockquote>
<blockquote><p><a href="http://advertising.microsoft.com/search-advertising/bing-shopping">http://advertising.microsoft.com/search-advertising/bing-shopping</a></p></blockquote>
<h3>Independent shopping portals: Shopzilla, Bizrate.com, Shopping.com, Nextag.com, Pricegrabber</h3>
<blockquote><p>These independent shopping sites offer many shopping amenities and a user experience that is comparable to &#8211; or better than &#8211; the larger services. Their market share is often larger than Google, Yahoo! Search, or Bing. For much more information and details about independent shopping sites, see SearchEngineLand: <a href="http://searchengineland.com/070504-105037.php">Kicking The Tires on Shopping Search, Part II</a>.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.yourseoplan.com/shopping-search/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Human Readable, Semantic URLs Will Help Your SEO</title>
		<link>http://www.yourseoplan.com/human-readable-semantic-urls-will-help-your-seo/</link>
		<comments>http://www.yourseoplan.com/human-readable-semantic-urls-will-help-your-seo/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 22:31:05 +0000</pubDate>
		<dc:creator>Gradiva Couzin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ecommerce seo]]></category>
		<category><![CDATA[keywords in url]]></category>
		<category><![CDATA[semantic urls]]></category>
		<category><![CDATA[technical seo]]></category>

		<guid isPermaLink="false">http://www.yourseoplan.com/?p=1253</guid>
		<description><![CDATA[If you&#8217;re building a new site or redesigning one, we think you should switch to meaningful, human readable (aka &#8220;semantic&#8221;) URLs.  But don&#8217;t do it just because we think you should.  Do it because the research backs us up. If you&#8217;re launching a new website, or getting started on a redesign that will require changes [...]]]></description>
			<content:encoded><![CDATA[<p></p><h2>If you&#8217;re building a new site or redesigning one, we think you should switch to meaningful, human readable (aka &#8220;semantic&#8221;) URLs.  But don&#8217;t do it just because we think you should.  Do it because the research backs us up.</h2>
<p>If you&#8217;re launching a new website, or getting started on a redesign that will require changes to your page URLs, you may be considering the benefits of human-readable, semantic URLs.  We are proponents of these URLs, which we think make good common sense.  But if you need more than common sense to justify an increased level of effort for implementing human-readable URLs, here&#8217;s some hard data to back it up:</p>
<h3>Semantic URLs Help Search Engine Ranks</h3>
<ul>
<li>The consensus in the SEO industry is that keywords in page URLs are a factor in Google&#8217;s ranking algorithm. In our experience, sitewide semantic URLs gives a modest, across-the-boards ranking lift. Don&#8217;t expect to jump from third page to #1; but a lift from #11 to #6 is feasible.</li>
<li>Page URLs are sometimes used as the linking text from other websites; this translates into more keywords in the linking text pointing to your site, which plays a role in the ranking algorithm</li>
<li>Google&#8217;s Matt Cutts has confirmed that it is helpful to have keywords in the URL &#8211; as long as it&#8217;s done in a sensible way. (See <a href="http://searchengineland.com/googles-matt-cutts-on-keywords-in-the-url-16976">http://searchengineland.com/googles-matt-cutts-on-keywords-in-the-url-16976</a>)</li>
</ul>
<h3>Semantic URLs Increase Clickthrough Rates</h3>
<p>Not only can human-readable, meaningful, keyword-rich URLs improve search rankings, they may increase your clickthrough rates.  Here are salient research highlights:</p>
<ul>
<li>In one eye-tracking study, business professionals viewing a search engine listing with a long URL ended up clicking on the URL immediately after it 2.5 times as often as those viewing a short URL. (1)<cite></cite></li>
<li>In another eye-tracking study, when searchers scan through search engine listings, 13-33% of time is spent looking at URLs. (2)<em></em><cite><a href="research.microsoft.com/apps/pubs/default.aspx?id=70395"><em></em></a></cite></li>
<li>In yet another eye-tracking study, searchers spend 30% of their time reading the listing title, 43% of the time reading the listing description, and 21% of their time reading the URL. (3)</li>
<li>There was &#8220;overwhelming endorsement&#8221;  when participants where asked the question: &#8220;When I&#8217;m searching the Web, I often look at the URL of each search result to help me decide if the page will be useful.” (on a 7-point scale, 6.4 was the average).  <em>(2)</em></li>
</ul>
<p>There are, of course, a few caveats on the effect of semantic URLs on clickthrough rates:</p>
<ul>
<li>The effect is greater for navigational searches, and lower for informational searches.  Navigational searches are people who already know exactly what they are looking for (for example, they might type &#8220;flickr.com&#8221; into the Google search box), and they are probably most interested in your domain name, not so much the individual filenames.</li>
<li>The effect may be diminished if Google is showing breadcrumbs, rather than a URL, in your site snippets.</li>
</ul>
<p>We&#8217;re pleased that common sense and scientific research are in alignment on semantic URLs. We typically would not recommend changing page URLs for the sole purpose of SEO improvements, but if you&#8217;re making changes to your website anyway, we hope you&#8217;ll take advantage of this rare SEO &#8220;no brainer.&#8221;</p>
<p>FOOTNOTES</p>
<p>(1) Marketing Sherpa (2008).  Search Marketing Benchmark Guide for 2008 (<cite><a href="http://www.marketingsherpa.com/exs/Search08Excerpt.pdf">www.marketingsherpa.com/exs/Search08Excerpt.pdf</a>)</cite></p>
<p>(2) Cutrell, E., &amp; Guan, Z. (2007). Eye tracking in MSN Search: Investigating snippet length, target position and task types <em>(</em><cite><a href="http://research.microsoft.com/apps/pubs/default.aspx?id=70395"><em>research.microsoft.com/apps/pubs/default.aspx?id=70395</em></a>)</cite></p>
<p>(3) Granka, L., Joachims, T., &amp; Gay, G. (2004). Eye-tracking     analysis of user behavior in WWW search. <em>Proceedings     of the 27th Annual International ACM SIGIR Conference on Research and     Development in Information Retrieval</em> (pp. 478-479)<em>.</em> New     York: ACM Press. (<cite><a href="http://www.cs.cornell.edu/People/tj/publications/granka_etal_04a.pdf">http://www.cs.cornell.edu/People/tj/publications/granka_etal_04a.pdf</a>)</cite></p>
]]></content:encoded>
			<wfw:commentRss>http://www.yourseoplan.com/human-readable-semantic-urls-will-help-your-seo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

