<?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:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>Netconcepts &#187; SEO and Articles</title>
	<atom:link href="http://www.netconcepts.com/tag/seo+articles/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.netconcepts.com</link>
	<description>Specialists in SEO, web dev, online marketing, and ecommerce</description>
	<pubDate>Fri, 29 May 2009 14:37:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<!-- podcast_generator="podPress/8.8" -->
		<copyright>&#xA9; </copyright>
		<managingEditor>infodesk@netconcepts.com ()</managingEditor>
		<webMaster>infodesk@netconcepts.com()</webMaster>
		<category></category>
		<ttl>1440</ttl>
		<itunes:keywords></itunes:keywords>
		<itunes:subtitle></itunes:subtitle>
		<itunes:summary>Specialists in SEO, web dev, online marketing, and ecommerce</itunes:summary>
		<itunes:author></itunes:author>
		<itunes:category text="Society &amp; Culture"/>
		<itunes:owner>
			<itunes:name></itunes:name>
			<itunes:email>infodesk@netconcepts.com</itunes:email>
		</itunes:owner>
		<itunes:block>No</itunes:block>
		<itunes:explicit>no</itunes:explicit>
		<itunes:image href="http://www.netconcepts.com/images/NetconceptsPodcast-Small.gif" />
		<image>
			<url>http://www.netconcepts.com/images/NetconceptsPodcast-Small.gif</url>
			<title>Netconcepts</title>
			<link>http://www.netconcepts.com</link>
			<width>144</width>
			<height>144</height>
		</image>
		<item>
		<title>Is Your Retail Site Navigation Spamming Google?</title>
		<link>http://www.netconcepts.com/faceted-navigation-article/</link>
		<comments>http://www.netconcepts.com/faceted-navigation-article/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 15:48:44 +0000</pubDate>
		<dc:creator>Netconcepts</dc:creator>
		
		<category><![CDATA[News & Media]]></category>

		<category><![CDATA[Articles]]></category>

		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.netconcepts.com/faceted-navigation-article/</guid>
		<description><![CDATA[If your retail website has deployed filter-based navigation system technology, you&#8217;re likely providing a much more useful experience to consumers, while spamming Google (and other engines) with duplicate content in the process. This duplicate content causes significant problems for your website and has a negative effect on your site&#8217;s visibility, and therefore your search engine [...]]]></description>
			<content:encoded><![CDATA[<p>If your retail website has deployed filter-based navigation system technology, you&#8217;re likely providing a much more useful experience to consumers, while spamming Google (and other engines) with duplicate content in the process. This duplicate content causes significant problems for your website and has a negative effect on your site&#8217;s visibility, and therefore your search engine sales potential. Google has publicly recognized this issue and urged retailers to fix the problem or face continued search result ranking challenges. In short, this issue is likely costing you millions in missed sales every mo<span id="more-1497"></span>nth. </p>
<p>To help you understand whether your retail website is suffering from faceted navigation spam, Netconcepts is now offering a limited-time Faceted Navigation Analysis, conducted by our search experts, to qualified site owners free of charge. The executive-style analysis will:<br />
<img src="/images/Google-Spam.png" title="Google Spam: Faceted Navigation - image from MultiChannel Merchant" align="right" hspace="10"></p>
<ul>
<li>Diagnose whether your navigation is inadvertently spamming Google</li>
<li>Quantify the order of magnitude and impact areas including PageRank dilution</li>
<li>Estimate your resulting lost revenue to help you take concise action</li>
</ul>
<p>Your analysis will include a brief executive report on Google duplication across representative category-, subcategory-, and product-level pages of your website, as well as business analysis on lost revenue for those category/subcategory/product pages.</p>
<p>To receive your free Faceted Navigation Analysis in as little as 10 business days, just fill in your website profile below. We&#8217;ll contact you with qualification details and your free report.</p>
<p>Learn more about this complex issue in our article titled <a href="/learn/Faceted-Navigation-Natural-Search-Spam.pdf">Faceted Navigation: The New Search Engine Spam</a> in the February issue of <a href="http://multichannelmerchant.com/ecommerce/0201-natural-search-spam/index.html">Multichannel Merchant</a> magazine.</p>
<p> &nbsp; </p>
<p><a name="form"></a></p>
<p><script language="javascript">
 <!--
  function validateForm() {
  var submitForm = true;
  var errors = "We need a little more information. Please enter:\n\n";
   var notvalid = "=";
   var ok1 = "yes";
   var temp1;
   for (var i=0; i<document.form.comments.value.length; i++) {
      temp1 = "" + document.form.comments.value.substring(i, i+1);
      if (notvalid.indexOf(temp1) == "0") {
      errors += "Remove Invalid Characters from comments, \n";
      submitForm = false;
}
}
if (document.form.firstname.value == "")
  {
   errors += " - Your name,\n";
   submitForm = false;
   }
if (document.form.address.value == " ")
  {
   errors += " - Your address,\n";
   submitForm = false;
   }
  if (document.form.url.value == "")
  {
   errors += " - Your website,\n";
   submitForm = false;
   } 
  if (document.form.company.value == "")
  {
   errors += " - Your compnay name,\n";
   submitForm = false;
   } 
   if (document.form.email.value != "")
  {
   if ((document.form.email.value.indexOf("@") == -1) ||
   (document.form.email.value.indexOf(".") == -1))
  {
     errors += " - Your valid email address needs a @ and .,\n";
     submitForm = false;
    }
   } else
    {
    errors += " - Your email address is blank,\n";
    submitForm = false;
   }
   if (!submitForm)
  {
    errors += "\nand then re-submit the form.\n\nThanks!";
    alert(errors);
   }
   return (submitForm);
 }
 // -->
 </script></p>
<form action="/contact/faceted_nav_form.php" method=post name=form onSubmit="return validateForm();">
<table border=0 cellpadding=5 cellspacing=1>
<tbody>
<tr>
<td width=148>
<div align=right>Company Name:</div>
</td>
<td width=299>
<input name="company" />  * required </td>
</tr>
<tr>
<td width=148>
<div align=right>First Name:</div>
</td>
<td width=299>
<input name="firstname" />  * required </td>
</tr>
<tr>
<td width=148>
<div align=right>Last Name:</div>
</td>
<td width=299>
<input name="lastname" />  * required </td>
</tr>
<tr>
<td width=148>
<div align=right>E-mail Address:</div>
</td>
<td width=299>
<input name="email" />  * required </td>
</tr>
<tr>
<td width=148>
<div align=right>Website Address:</div>
</td>
<td width=299>
<input name="url" />
  </td>
</tr>
<tr>
<td width=148>
<div align=right>Address:</div>
</td>
<td width=299>
<input name="address" />
  </td>
</tr>
<tr>
<td width=148>
<div align=right>City:</div>
</td>
<td width=299>
<input name="city" />
  </td>
</tr>
<tr>
<td width=148>
<div align=right>State:</div>
</td>
<td width=299>
<input maxlength=2 name="state" size=4/>
  </td>
</tr>
<tr>
<td width=148>
<div align=right>Zip:</div>
</td>
<td width=299>
<input maxlength=10 name="zip" />
  </td>
</tr>
<tr>
<td width=148>
<div align=right>Country:</div>
</td>
<td width=299>
<input name="country" />
  </td>
</tr>
<tr>
<td width=148>
<div align=right>Phone: (optional)</div>
</td>
<td width=299>
<input maxlength=14 name="phone" />
  </td>
</tr>
<tr>
<td width=148>
<div align=right>Site navigation technology:</div>
</td>
<td valign=top width=299>
<select name="navfilter">
    <option selected>- Please Select -</option><br />
    <option>Endeca</option><br />
    <option>Mercado</option><br />
    <option>Celebros</option><br />
    <option>In-house/Custom</option><br />
</select>
</td>
</tr>
<tr>
<td width=148>
<div align=right>Website SKU count:</div>
</td>
<td valign=top width=299>
<select name="sku">
    <option selected>- Please Select -</option><br />
    <option>5,000 - 15,000</option><br />
    <option>15,000 to 50,000</option><br />
    <option>50,000 +</option><br />
</select>
</td>
</tr>
<tr>
<td width=148>
<div align=right>Average Order Value:</div>
</td>
<td valign=top width=299>
<input maxlength=14 name="aov" /> * optional
</td>
</tr>
<tr>
<td width=148>
<div align=right>Est. Conversion Rate:</div>
</td>
<td valign=top width=299>
<input maxlength=14 name="conversionrate" /> * optional
</td>
</tr>
<tr>
<td width=148>
<div align=right>How did you hear about <br />
    our web site?</div>
</td>
<td valign=top width=299>
<select name="howhear">
    <option selected>- Please Select -</option><br />
    <option>Multichannel Merchant</option><br />
    <option>Colleague</option><br />
    <option>Friend</option><br />
    <option>Surfing the Net</option><br />
    <option>Web Search</option><br />
    <option>Advertisement</option><br />
    <option>Other</option><br />
  </select>
</td>
</tr>
<tr>
<td width=148>
<div align=right>If other, indicate here:</div>
</td>
<td width=299>
<input maxlength=30 name="howhear2" />
  </td>
</tr>
<tr>
<td valign=top width=148>
<div align=right>Please enter any questions or comments:</div>
</td>
<td width=299>
  <textarea cols=30 name="comments" rows=5></textarea>
  </td>
</tr>
<tr>
<td colspan="2">
* Optional values will be used for estimating lost revenue only, and will be kept strictly confidential.
</td>
</tr>
<tr>
<td width=148>
</td>
<td width=299>
<input type="submit" border="0" name="imageField" value="Submit" width="78" height="29" />
</td>
</tr>
</tbody>
</table>
</form>
<p> &nbsp; </p>
]]></content:encoded>
			<wfw:commentRss>http://www.netconcepts.com/faceted-navigation-article/feed/</wfw:commentRss>
		</item>
		<item>
		<title>New tricks for Old Pueblo</title>
		<link>http://www.netconcepts.com/new-tricks-for-old-pueblo/</link>
		<comments>http://www.netconcepts.com/new-tricks-for-old-pueblo/#comments</comments>
		<pubDate>Sun, 07 Dec 2008 18:55:20 +0000</pubDate>
		<dc:creator>Stephan Spencer</dc:creator>
		
		<category><![CDATA[Ecommerce]]></category>

		<category><![CDATA[Learning Center]]></category>

		<category><![CDATA[Search Engine Optimization]]></category>

		<category><![CDATA[Articles]]></category>

		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.netconcepts.com/new-tricks-for-old-pueblo/</guid>
		<description><![CDATA[In this article on Multichannel Merchant, Netconcepts founder and President Stephan Spencer sits down with Amy Africa to review Old Pueblo Traders, an eCommerce clothing site. Stephan&#8217;s contribution discusses key concepts in SEO like this one:
In my brief tour of Oldpueblotraders.com, I found plenty of opportunities for major traffic gains through search engine optimization. The [...]]]></description>
			<content:encoded><![CDATA[<p>In this article on Multichannel Merchant, Netconcepts founder and President Stephan Spencer sits down with Amy Africa to review Old Pueblo Traders, an eCommerce clothing site. Stephan&#8217;s contribution discusses key concepts in SEO like this one:</p>
<blockquote><p>In my brief tour of Oldpueblotraders.com, I found plenty of opportunities for major traffic gains through search engine optimization. The first one became immediately obvious as I was loading the home page. Directing my Web browser to load http://www.oldpueblotraders.com/, I was immediately redirected to http://www.oldpueblotraders.com/pagebuilder/.</p>
<p>Unfortunately, the type of redirect used was a temporary one (302) instead of a permanent one (301). I discovered this through the use of a server header checker (http://www.webrankinfo.com/english/tools/server-header.php) A 301 redirect passes PageRank and link popularity to the destination URL, whereas a 302 redirect does not. Luckily, this is an easy thing to fix.</p></blockquote>
<p>For more about this eCommerce website audit, visit the original article on Multichannel Merchant <a rel="nofollow" href="http://multichannelmerchant.com/webchannel/websitecreative/new_tricks_old_2/index.html">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.netconcepts.com/new-tricks-for-old-pueblo/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SEO Toolbox Tips</title>
		<link>http://www.netconcepts.com/wwwnetconceptscomclickz_4/</link>
		<comments>http://www.netconcepts.com/wwwnetconceptscomclickz_4/#comments</comments>
		<pubDate>Wed, 13 Aug 2008 13:03:23 +0000</pubDate>
		<dc:creator>Patricia Fusco</dc:creator>
		
		<category><![CDATA[News & Media]]></category>

		<category><![CDATA[Articles]]></category>

		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.netconcepts.com/wwwnetconceptscomclickz_4/</guid>
		<description><![CDATA[How current is your SEO Toolbox? Do you have all the tools needed to research, analyze &#038; diagnose the SEO issues for your website? Are you reading the most useful blogs? How well organized are the RSS feeds you subscribe to? Are you using webmaster tools to gain an inside view to how the search [...]]]></description>
			<content:encoded><![CDATA[<p>How current is your SEO Toolbox? Do you have all the tools needed to research, analyze &#038; diagnose the SEO issues for your website? Are you reading the most useful blogs? How well organized are the RSS feeds you subscribe to? Are you using webmaster tools to gain an inside view to how the search engines see your website? In this article Netconcepts Director of Search, P.J. Fusco shares a few of her favorite goodies in her SEO Toolbox:</p>
<blockquote><p>&#8230;updating and refreshing your SEO toolbox requires a continual flow of information to keep up with the job&#8217;s demands. Keeping your SEO toolbox well organized and current has never been more challenging.</p></blockquote>
<p>Read the full SEO Toolbox article at <a href="http://www.clickz.com/showPage.html?page=3630494">ClickZ</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.netconcepts.com/wwwnetconceptscomclickz_4/feed/</wfw:commentRss>
		</item>
		<item>
		<title>A Natural Disposition for Search</title>
		<link>http://www.netconcepts.com/wwwnetconceptscomclickz-11/</link>
		<comments>http://www.netconcepts.com/wwwnetconceptscomclickz-11/#comments</comments>
		<pubDate>Thu, 31 Jul 2008 16:29:48 +0000</pubDate>
		<dc:creator>Patricia Fusco</dc:creator>
		
		<category><![CDATA[News & Media]]></category>

		<category><![CDATA[Articles]]></category>

		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.netconcepts.com/wwwnetconceptscomclickz-11/</guid>
		<description><![CDATA[Is the use of rich media and new web technologies such as AJAX hiding your retail website from search engine spiders? Has your company shifted efforts away from natural search optimization to opt for the coolest, new applications to enhance the user experience? In this article for ClickZ, P.J. Fusco, director of natural search for [...]]]></description>
			<content:encoded><![CDATA[<p>Is the use of rich media and new web technologies such as AJAX hiding your retail website from search engine spiders? Has your company shifted efforts away from natural search optimization to opt for the coolest, new applications to enhance the user experience? In this article for ClickZ, P.J. Fusco, director of natural search for Netconcepts discusses the importance of maintaining a natural search marketing strategy.</p>
<blockquote><p>With rich media in plan, dynamic Web site constructs in motion, and competing forces all around, putting together a natural search strategy has many complex components. Just as a wetland must work in harmony with the environment to produce desired results, so too must an online organization provide resources for understanding natural search, lest the spiders get bogged down by the muck.</p></blockquote>
<p>For more about this topic, visit the full article on <a href="http://www.clickz.com/showPage.html?page=3630366">ClickZ</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.netconcepts.com/wwwnetconceptscomclickz-11/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Art of PageRank Sculpting</title>
		<link>http://www.netconcepts.com/the-art-of-pagerank-sculpting/</link>
		<comments>http://www.netconcepts.com/the-art-of-pagerank-sculpting/#comments</comments>
		<pubDate>Wed, 02 Apr 2008 00:02:32 +0000</pubDate>
		<dc:creator>Brian Brown</dc:creator>
		
		<category><![CDATA[News & Media]]></category>

		<category><![CDATA[Articles]]></category>

		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.netconcepts.com/the-art-of-pagerank-sculpting/</guid>
		<description><![CDATA[Are you keeping track of how much Google values your home page? Google&#8217;s trademarked PageRank score, or the value it places on your home and interior pages is measured and displayed in the Google toolbar. Your home page usually scores the higest in your site, and there is a way to &#8216;sculpt&#8216; your interlinking within [...]]]></description>
			<content:encoded><![CDATA[<p>Are you keeping track of how much Google values your home page? Google&#8217;s trademarked PageRank score, or the value it places on your home and interior pages is measured and displayed in the Google toolbar. Your home page usually scores the higest in your site, and there is a way to &#8216;<em>sculpt</em>&#8216; your interlinking within your site to make the most of your PageRank:</p>
<blockquote><p>With PageRank sculpting, your goal is to optimize the flow of PageRank internally in your site so that the most important of your deeper pages get a larger share of PageRank than unimportant pages.</p></blockquote>
<p>To read the full article go to <a href="http://64.233.167.104/search?q=cache:XjQ74Avrwt8J:www.marketingprofs.com/8/sculpting-pagerank-search-engine-rankings-spencer.asp+marketingprofs+pagerank+sculpting&#038;hl=en&#038;ct=clnk&#038;cd=1&#038;gl=us">MarketingProfs</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.netconcepts.com/the-art-of-pagerank-sculpting/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Search Is On</title>
		<link>http://www.netconcepts.com/seo-best-practices/</link>
		<comments>http://www.netconcepts.com/seo-best-practices/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 21:53:12 +0000</pubDate>
		<dc:creator>Stephan Spencer</dc:creator>
		
		<category><![CDATA[News & Media]]></category>

		<category><![CDATA[Articles]]></category>

		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.netconcepts.com/seo-best-practices/</guid>
		<description><![CDATA[How do you navigate your way through the promises, uncertainties, and red herrings of SEO best practices? Testing is the key to achieving scalable SEO nirvana on your site. By monitoring and retesting specific SEO enhancements, you validate their benefit and appropriateness for your e-commerce site.

While conversion may be the hot topic for online retailers and marketers, having a well-optimized Website and e-commerce platform that facilitates your pages being efficiently crawled, indexed, and ranked is equally important. With a little upfront polishing, your site can really shine, offering its products to searchers and devoted customers alike.

Consider the following proven best practices as a starting point for your SEO testing regimen...]]></description>
			<content:encoded><![CDATA[<p>The SEO landscape is constantly shifting. What used to be considered a best practice two years ago may very well be irrelevant today, simply because Web-based technology and search engine algorithms are always evolving.</p>
<p>Plus, a &#8220;best practice&#8221; isn&#8217;t necessarily a hard and fast rule for every site. What SEO experts proclaim to be critical advice might be invaluable for one site â€” and a waste of time for another.</p>
<p>How do you navigate your way through the promises, uncertainties, and red herrings of SEO best practices? Testing is the key to achieving scalable SEO nirvana on your site. By monitoring and retesting specific SEO enhancements, you validate their benefit and appropriateness for your e-commerce site.</p>
<p>While conversion may be the hot topic for online retailers and marketers, having a well-optimized Website and e-commerce platform that facilitates your pages being efficiently crawled, indexed, and ranked is equally important. With a little upfront polishing, your site can really shine, offering its products to searchers and devoted customers alike.</p>
<p>By implementing SEO best practices â€” with particular emphasis on those reaching the &#8220;lowest hanging fruit&#8221; &#8212; you can extend your brand reach significantly through organic search.</p>
<p>Consider these proven strategies as a starting point for your SEO testing regimen.</p>
<h2>CRITICAL Best Practices</h2>
<p><b>301 Redirects</b>: In SEO, duplicate content is the bane of any Website owner&#8217;s existence. There is one common mistake that can result in two copies of your site getting indexed by the search engines: having one URL containing â€œwwwâ€? and one that does not.</p>
<p>Take a look at your Website&#8217;s domain. Let&#8217;s say you own www.yourstore.com. Now, type in yourstore.com without the â€œwww.â€? If your site does not redirect to â€œwww.yourstore.com,â€? you&#8217;ve fallen into a common SEO trap.</p>
<p>If it does redirect, you&#8217;re not out of the woods yet. You&#8217;ll need to use a server header checker (like the one at http://seopen.com/seopen-tools/header-checker.php) to ensure it is a 301 redirect, not a 302. Only a 301 passes PageRank to the destination URL. If not, take a few minutes to address this critical issue through a 301 redirect to the â€œcanonicalâ€? (or original) URL and rest assured your PageRank will flow to the right place.</p>
<p><b>URLs free of tracking parameters and session IDs</b>: Does your URL structure look something like this: www.mystore/pagegen.asp?product=123&#038;session=107342587867&#038;source=usatoday_ad? Pages with URLs that contain session IDs or tracking parameters are deadly to SEO because they result in duplicate content and PageRank dilution. If you&#8217;re unable to ditch the session IDs or tracking parameters, you can still eliminate this SEO problem with conditional redirects or â€œgood cloaking.â€?</p>
<p><b>Static-looking URLs</b>: The most palatable URLs to spiders are the ones that look like they lead to static pages. That&#8217;s because the spiders are less likely to end up in a â€œspider trapâ€? â€” an infinite loop where the spider unwittingly follows links to the same content but at varying URLs.</p>
<p>So you may want to reconsider your URLs if they look something like www.yourdomain.com/pagegen.asp?productID=1234&#038;category=123&#038;storeID=1234&#038;catalogID=1234 &#038;langID=1&#038;photos=ON&#038;bct=123;456;789, for example. A more search-engine-friendly URL would be www.yourdomain.com/product/1234.</p>
<p>You can achieve such static-looking URLs when you run a dynamic Website by rewriting your URLs with a server module/plugin like mod_rewrite (for Apache) or ISAPI_Rewrite (for Microsoft IIS Server) or by recoding your scripts to obtain the necessary parameters from the URL&#8217;s path info instead of its query string. If your company is IT-resource constrained, you can enlist a proxy-based solution like GravityStream to incorporate SEO best practices with minimal involvement from your IT team.</p>
<p><b>Content written in the searchers&#8217; vocabulary</b>: All too often, online retailers are stuck using industry-specific language that searchers may not be familiar with. For example, are you selling â€œkitchen electrics?â€? Do you really think anyone is typing that phrase into Google?</p>
<p>Keyword research tools like WordTracker.com and KeywordDiscovery.com can tell you what keywords are being searched. Your page content should reflect the searcher&#8217;s vocabulary â€” in the title tag, H1 tag, page content, and internal backlinks.</p>
<p>One easy way to speak your customers&#8217; language is to get them to write content for you. Incorporate consumer-generated content such as product reviews and discussion forums into your site â€” and ensure that the content is readable by search engine spiders. (Some third-party product-review services insert the reviews into your product pages using JavaScript, which is unreadable by spiders.)</p>
<p><b>Optimized title tags</b>: The text within your site&#8217;s page title is given more weight by the search engines than any other text on your page. Don&#8217;t squander this opportunity. Many companies lead with their brand name at the beginning of the title tag, on all their site&#8217;s pages (e.g., â€œYour Store : Bedding : Kids&#8217; Comfortersâ€?). By inverting the elements of the title tag, you make the most important keywords the more prominent ones (e.g., â€œKids&#8217; Comforters : Bedding : YourStore.comâ€?).</p>
<p>For best results, write hand-crafted title tags that aren&#8217;t simply regurgitations of the product name and/or category name (e.g., â€œKids&#8217; Comforters, Quilts, Covers and Throws and other Bedding for Childrenâ€?). By making each title tag unique and keyword-rich, you help the search engine spiders understand the page&#8217;s keyword focus.</p>
<p>Use Google&#8217;s Webmaster Tools at www.google.com/webmasters (sign up for a free account if you don&#8217;t already have one) and look up what Google is reporting about your title tags. Google notes how many pages have duplicate titles and whether any are too long or too short.</p>
<p>This can be helpful in finding the pages on your site that may need additional intervention to improve after you&#8217;ve tried to individualize everything. An even quicker trick is to do a â€œsite:www.yourstore.comâ€? query on Google (replace yourstore with your own domain name), setting your display preferences to 100 results per page, then doing a quick scan through those search results to ensure the titles displayed in the search listings are unique, keyword-rich and compelling. If not, get to work!</p>
<p><b>H1 tags</b>: One â€œon-pageâ€? SEO element critical to your site&#8217;s SEO health is to ensure that you use one keyword-rich H1 tag per page. In HTML, there are six heading tags, H1 through H6. The search engines consider H1 tags to be more important than the rest of the body copy.</p>
<p>Some Web developers believe that H1 tags look ugly â€” big, bold text that sticks out like a sore thumb and interferes with the look and feel of a brand. But that doesn&#8217;t have to be the case. The H1 tag&#8217;s font, size, color and amount of surrounding white space can all be defined using style sheets and integrated seamlessly to look good for your brand.</p>
<h2>DESIRABLE Best Practices</h2>
<p><b>Keywords in your URLs</b>: Short keyword-rich URLs usually help boost rankings for those keywords. Netconcepts tested more than 600 shortened keyword URLs through our GravityStream platform.</p>
<p>For example, instead of www.domain.com/shop-134/fa/1585/hp!sf.htm, we rewrote it to a keyword URL that looked like www.domain.com/fashion.htm. The result was a significant improvement in rankings and traffic.</p>
<p><b>RSS feeds</b>: If you have engaging, time-sensitive content, you should be publishing RSS feeds to push out that content to subscribers and feed search engines as it gets added. Use an RSS feed analytics solution, such as Feedburner, to track your feed subscribers, reads and clickthroughs, but ensure it&#8217;s your own domain represented in the URL, not your analytics provider&#8217;s. If you have one or more RSS feeds, ping the blog and feed search engines to let them know you have published new content in your RSS feeds.</p>
<p><b>Breadcrumb navigation</b>: Breadcrumb links refer to a â€œtrailâ€? of category and subcategory links on your site; they often appear just beneath the masthead. Keyword-rich breadcrumb links reinforce your site&#8217;s internal hierarchical linking structure to the search engines, as well as enhancing your site&#8217;s usability. Breadcrumb navigation might look like: â€œOnline Catalogue > Home Furnishings > Lighting > Table Lamps.â€?</p>
<p><b>Unique meta descriptions for every page</b>: It&#8217;s highly desirable to improve the snippet that&#8217;s displayed in your search listings, as it improves the clickthrough from the search results. Let&#8217;s say you&#8217;re an online retailer of expensive men&#8217;s suits. Typing the phrase into your search engine, you see that your title tag is displayed correctly, but the snippet reads something like: â€œmen&#8217;s suits, mens suits, buy a suit, wool suits, find a black suit, brown suit.â€?</p>
<p>You quickly scan the rest of the listings and see that your competitor&#8217;s snippet reads: â€œAre you looking for a well-tailored men&#8217;s suit? Our brand features high-quality men&#8217;s suits in a variety of fabrics to fit your needs.â€? Which one do you feel is more enticing to a potential buyer? Through your meta descriptions, you can influence the snippets that are displayed to offer better, more compelling â€œmini-advertisementsâ€? to searchers through your search listings. Note that Google&#8217;s Webmaster Tools can report not only on title tags, but also meta descriptions.</p>
<p><b>Tagging and tag clouds</b>: Tagging offers an alternative form of site navigation that is based on keyword-rich text links â€” perfect for SEO. Products can be organized into groups by keywords or tags. Those keywords can then be displayed as navigation using what&#8217;s called a â€œtag cloud.â€?</p>
<p>In a tag cloud, the font size of each keyword is proportionate to the number of times that keyword has been used as a tag, so the more products associated with a keyword, the bigger the keyword is displayed in the cloud. (For an example, check out the bottom of the home page at Barnesandnoble.com.)</p>
<p>A key benefit to using tagging is that it allows large, e-commerce sites to inject keyword-rich text links higher up in the site tree, so search engine spiders don&#8217;t have to dig deep into your site to find things like coffee makers and potholders. Remember, the higher up a page is linked in the site tree, the more PageRank it will inherit.</p>
<p><b>Keyword-rich intro copy on category-level pages</b>: If you take a look at any e-commerce site, you&#8217;ll notice category pages are often very graphically-intensive but target popular terms. Keyword-rich body introductory copy helps set a stable keyword theme for the page, rather than relying on the latest and hottest featured products being the most prominent text on the page. Adding just a few sentences of keyword-rich, descriptive intro copy to support the page&#8217;s keyword focus can mean higher search rankings and increased traffic.</p>
<p><b>Keyword-rich text links for navigation</b>: Most e-commerce sites are overly reliant on graphical tabs, buttons and images. Google, Yahoo and Live Search (MSN) all associate the anchor text in the link as highly relevant to the page it&#8217;s being linked with. Use good keywords in the anchor text to help the engine better ascertain the theme of the page you are linking to. By incorporating keyword-rich text links into your site&#8217;s navigation, you reinforce searcher vocabulary throughout your site.</p>
<p><b>Nofollows on low-value internal links</b>: Most sites have pages that serve mostly an administrative purpose, like terms and conditions, privacy and security policy, legal notices, and view cart. Such pages, while essential, have little SEO value. By â€œnofollowingâ€? (adding â€œrel=nofollowâ€?) to these types of links, you will direct the flow of PageRank to travel more deeply into other, more important (from an SEO standpoint) pages of your site.</p>
<p>For example, retailers often have a link to a â€œhacker safeâ€? page hosted by a third party. By employing a â€œnofollowâ€? in the URL (a rel=â€œnofollowâ€? href=â€œhttp://thirdparty.yourcompany.com/hackersafeâ€?>) you will save more of your PageRank to spend on the other links on your home page, such as your category pages and featured products.</p>
<p>Another type of â€œlow-valueâ€? internal link is a text link that has a word or phrase like â€œmoreâ€? and â€œadditional infoâ€? in the anchor text. If you also have a keyword-rich text link leading to the same page (like the name of the product), try â€œnofollowingâ€? the â€œread moreâ€? link because it isn&#8217;t providing the search engines with good context.</p>
<p><b>Unique product copy</b>: All too often, merchants rely on descriptions from manufacturers for their product-level pages. Thus, the same product description is on the sites of numerous retailers, providing duplicate content to the search engines and subjecting your site to the engine&#8217;s duplicate content filter. By paraphrasing your product content and/or augmenting the manufacturer description with value-added text, you improve your chances for traffic.</p>
<p>Once you&#8217;ve tested these SEO best practices, it&#8217;s time to implement these features according to what is scalable for you. One way to introduce scalable, on-page optimization is through â€œthin slicing,â€? a concept popularized in the book Blink. Author Malcolm Gladwell notes how over-thinking and over-analyzing can actually sabotage your good judgment, forcing you to make a wrong decision. â€œThin slicingâ€? is the idea that humans can rely on common sense and intuition to make decisions based on the â€œthinnest sliceâ€? of our experiences.</p>
<p>When you&#8217;re going through a 100,000-page Website, â€œthin slicingâ€? allows you to make very quick modifications to the most important elements on the page â€” like the title tag and the H1 header â€” without getting bogged down on keyword research, strategy or on the rest of the page&#8217;s elements. Just as Website owners fall into the trap of not paying enough attention to their overall SEO, there is such a thing as â€œover-doingâ€? your SEO.</p>
<p>It is quite possible to attract unwanted scrutiny from the search engines because you&#8217;ve over-optimized your site and its pages so perfectly that it doesn&#8217;t appear natural to the engines anymore. Even though you may not have intended to, it looks like you&#8217;ve specifically engineered your site to manipulate the search engine algorithms to achieve higher rankings.</p>
<p>Look at scalable actions that will help your company achieve a happy medium. SEO is undeniably essential to natural search. On the other hand, it&#8217;s also important to manage your SEO efforts if you want to turn your pages into gold.</p>
<p><i>Stephan Spencer is founder/president of Madison, WI-based SEO agency Netconcepts.</i></p>
]]></content:encoded>
			<wfw:commentRss>http://www.netconcepts.com/seo-best-practices/feed/</wfw:commentRss>
		</item>
		<item>
		<title>When SEO Isn&#8217;t Really SEO</title>
		<link>http://www.netconcepts.com/when-seo-isnt-really-seo/</link>
		<comments>http://www.netconcepts.com/when-seo-isnt-really-seo/#comments</comments>
		<pubDate>Mon, 31 Mar 2008 15:29:24 +0000</pubDate>
		<dc:creator>Jeff Muendel</dc:creator>
		
		<category><![CDATA[Learning Center]]></category>

		<category><![CDATA[Search Engine Optimization]]></category>

		<category><![CDATA[Web Marketing]]></category>

		<category><![CDATA[Articles]]></category>

		<category><![CDATA[online-marketing]]></category>

		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.netconcepts.com/when-seo-isnt-really-seo/</guid>
		<description><![CDATA[Do you know what the difference is between SEO and online marketing? Confused about the terminology? In this article featured on Practical eCommerce, Jeff Muendel discusses how SEO is a specialty within the online marketing field.
By definition, SEO refers to the process of optimizing a website with the goal of having major search engines (primarily [...]]]></description>
			<content:encoded><![CDATA[<p>Do you know what the difference is between SEO and online marketing? Confused about the terminology? In this article featured on Practical eCommerce, Jeff Muendel discusses how SEO is a specialty within the online marketing field.</p>
<blockquote><p>By definition, SEO refers to the process of optimizing a website with the goal of having major search engines (primarily Google, Yahoo! and MSN Live Search) return pages from that website in highly-ranked search engine results. SEO is almost always employed as a form of marketing, but it is a very specific form of marketing that takes place within the search engines.</p>
<p>Lately, some industry blogs have suggested that SEO has grown beyond its primary parameters, suggesting that successful SEO includes expanding into other realms of marketing. I don&#8217;t think that makes any sense. By definition, SEO - search engine optimization - does not include any form of marketing that goes outside of search engines. The use of the term SEO in such a way is disingenuous and confuses many webmasters and owners of ecommerce sites.</p></blockquote>
<p>For more about this controversial topic, visit the full article on Practical eCommerce <a rel="nofollow" href="http://www.practicalecommerce.com/articles/706/When-SEO-Isnt-Really-SEO/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.netconcepts.com/when-seo-isnt-really-seo/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Content Optimization: Keyword Analytics Tools</title>
		<link>http://www.netconcepts.com/content-optimization-keyword-analytics-tools/</link>
		<comments>http://www.netconcepts.com/content-optimization-keyword-analytics-tools/#comments</comments>
		<pubDate>Wed, 26 Mar 2008 17:42:27 +0000</pubDate>
		<dc:creator>Patricia Fusco</dc:creator>
		
		<category><![CDATA[Learning Center]]></category>

		<category><![CDATA[Search Engine Optimization]]></category>

		<category><![CDATA[Articles]]></category>

		<category><![CDATA[Keyword-Research]]></category>

		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.netconcepts.com/content-optimization-keyword-analytics-tools/</guid>
		<description><![CDATA[Are you interested in doing some content optimization for your website? Do you know the difference between keyword suggestion tools and keyword analytics tools? In this article, written by Director of Natural Search Consulting PJ Fusco, learn about how keyword suggestion tools can really help boost the quality of your content optimization. PJ defines Keyword [...]]]></description>
			<content:encoded><![CDATA[<p>Are you interested in doing some <a href="http://www.netconcepts.com/content-optimization/">content optimization</a> for your website? Do you know the difference between <a href="http://www.netconcepts.com/content-optimization-keyword-suggestion-tools/">keyword suggestion tools</a> and keyword analytics tools? In this article, written by Director of Natural Search Consulting PJ Fusco, learn about how keyword suggestion tools can really help boost the quality of your content optimization. PJ defines Keyword analytics tools as:</p>
<blockquote><p>Keyword suggestion tools help you understand what words are used in search queries and what phrases are associated with those words. Keyword analytical tools provide some measure of keyword suggestion functionality, as well as the ability to understand the competition levels for specific search terms. More importantly, keyword analytics tools help you determine the relative size of the search referral market associated with specific keywords and phrases.</p></blockquote>
<p>Read more about keyword analytics tools and how effective they might be for your site in this article at ClickZ <a rel="nofollow" href="http://www.clickz.com/3628854">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.netconcepts.com/content-optimization-keyword-analytics-tools/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Being Off-Topic, Off-Message, or Off-Brand Can Be Good For Your SEO!</title>
		<link>http://www.netconcepts.com/being-off-topic-off-message-or-off-brand-can-be-good-for-your-seo/</link>
		<comments>http://www.netconcepts.com/being-off-topic-off-message-or-off-brand-can-be-good-for-your-seo/#comments</comments>
		<pubDate>Thu, 20 Mar 2008 18:26:23 +0000</pubDate>
		<dc:creator>Stephan Spencer</dc:creator>
		
		<category><![CDATA[Ecommerce]]></category>

		<category><![CDATA[Learning Center]]></category>

		<category><![CDATA[Search Engine Optimization]]></category>

		<category><![CDATA[Articles]]></category>

		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.netconcepts.com/being-off-topic-off-message-or-off-brand-can-be-good-for-your-seo/</guid>
		<description><![CDATA[Ok, perhaps I'm being a bit provocative here, but sometimes it's the off-topic, off-message, or off-brand content that earns you the most valuable links&#8212;links that you wouldn't have otherwise gotten. Those links can really pay the bills, in terms of the extra search traffic and resulting sales. The brand police within your company may pitch a fit, but heck, it'll be worth it! Here's how it's done:]]></description>
			<content:encoded><![CDATA[<p>Ok, perhaps I&#8217;m being a bit provocative here, but sometimes it&#8217;s the off-topic, off-message, or off-brand content that earns you the most valuable links&mdash;links that you wouldn&#8217;t have otherwise gotten. Those links can really pay the bills, in terms of the extra search traffic and resulting sales. The brand police within your company may pitch a fit, but heck, it&#8217;ll be worth it! Here&#8217;s how it&#8217;s done:</p>
<p><b>Don&#8217;t be afraid to do something off-color.</b> Most folks in the corporate communications, PR, and legal departments shy away from anything potentially controversial. And for good reason, right? Then why would a company selling life insurance online dare to venture into the taboo topic of weird and disturbing death trivia? Sounds crazy, doesn&#8217;t it? But that&#8217;s exactly what Lifeinsure.com did with their link bait article, &#8220;<a rel="nofollow" href="http://www.lifeinsure.com/information/19-things-about-death.asp">19 Things You Didn&#8217;t Know About Death</a>.&#8221; With such goodies as &#8220;After being decapitated, the average person remains conscious for an additional 15-20 seconds,&#8221; you can imagine how much of a hit it was with the irreverent alpha-geeks that make up the Digg community. The article made it to the Digg front page, which in turn got it in front of countless bloggers and social bookmarkers. Surely the success of this article in attracting links has contributed to Lifeinsure.com&#8217;s impressive #4 ranking for &#8220;life insurance.&#8221; Not surprisingly though, this contentious article is nowhere to be found in Lifeinsure.com&#8217;s navigation hierarchy, so customers and prospects are unlikely to stumble across it (phew!).</p>
<p><b>Deviate from your core business.</b> Successful enterprises are built on the relentless pursuit of excellence in their core business, trimming the fat, and outsourcing the rest. It may seem like a bad idea for an SEO firm like ours to own a <a href="http://www.innsite.com">bed and breakfast directory</a> and a <a href="http://www.writers.net">writers community</a>. But the great links these sites attract make it a good investment. </p>
<p>Netconcepts benefits from these links in two ways: link juice is passed from these sites to our own corporate site, and both sites&#8217; rankings have earned (and continue to earn) us a respectable passive income from Google AdSense (six figures for each site, in total, to date). Our firm also develops WordPress plugins and distributes them for free on our corporate site (netconcepts.com). Dedicating resources to WordPress plugin development when the market for WordPress is mostly made up of individuals and small businesses may seem counterintuitive, given that our focus is SEO for ecommerce and that our target market is large, brand name retailers. But it works. Our free <a href="http://www.netconcepts.com/seo-title-tag-plugin/">SEO Title Tag</a> plugin has been a magnet for links from bloggers, to the point that the traffic to the plugin page now exceeds that of our home page.</p>
<p><b>Do it for a good cause.</b> The linkerati love a good corporate citizen, so be one. Consider such activities not as an expense, but as an investment that will generate a return in the form of links. With <a rel="nofollow" href="http://www.secondchancetrees.org/">Second Chance Trees</a>, social media marketing agency Converseon really went out on a limb (ugh, bad pun, I know!)&mdash;creating a charitable initiative using internal resource and expertise that could have instead been put on to billable work. The idea was to create an island in Second Life where players could purchase a virtual tree with Linden dollars and plant it. This would then trigger the planting of a real tree of the same species in an ecologically sensitive region, such as a Central or South American rain forest. For a charitable endeavor, the payoff was huge. High-value links came from news outlets, the blogosphere, organizations, and elsewhere. Nicely done, Converseon!</p>
<p>Be bold, be off-the-wall. You don&#8217;t always have to toe the corporate line. If you&#8217;re thinking that this will garner links that aren&#8217;t very relevant to your business and industry, you&#8217;re probably right. But remember that PageRank is topic independent. Time after time, the tests we conduct at Netconcepts show that high PageRank endowed yet topically irrelevant links still help&mdash;and they can help a lot.  Definitely still work to acquire topically relevant links as well, but don&#8217;t neglect the off-topic ones too.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.netconcepts.com/being-off-topic-off-message-or-off-brand-can-be-good-for-your-seo/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Content Optimization: Keyword Suggestion Tools</title>
		<link>http://www.netconcepts.com/content-optimization-keyword-suggestion-tools/</link>
		<comments>http://www.netconcepts.com/content-optimization-keyword-suggestion-tools/#comments</comments>
		<pubDate>Wed, 12 Mar 2008 17:25:53 +0000</pubDate>
		<dc:creator>Patricia Fusco</dc:creator>
		
		<category><![CDATA[Learning Center]]></category>

		<category><![CDATA[Search Engine Optimization]]></category>

		<category><![CDATA[Articles]]></category>

		<category><![CDATA[Keyword-Research]]></category>

		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.netconcepts.com/content-optimization-keyword-suggestion-tools/</guid>
		<description><![CDATA[In her article on content optimization, Director of Natural Search Consulting PJ Fusco discussed how important it was to have keyword themes. As she mentions in this article, where she reviews different keyword suggestion tools on ClickZ, PJ writes, &#8220;to be found for the right words on any site, you must undergo regular, extensive keyword [...]]]></description>
			<content:encoded><![CDATA[<p>In her article on <a href="http://www.netconcepts.com/content-optimization/">content optimization</a>, Director of Natural Search Consulting PJ Fusco discussed how important it was to have keyword themes. As she mentions in this article, where she reviews different keyword suggestion tools on ClickZ, PJ writes, &#8220;to be found for the right words on any site, you must undergo regular, extensive keyword research to understand what words people use when they search for your goods and services.&#8221;</p>
<p>From Google Trends to Quintura, get an inside look at these free keyword suggestion tools that can help you with content optimization for your site. Read the full review of these tools at ClickZ <a rel="nofollow" href="http://www.clickz.com/3628708">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.netconcepts.com/content-optimization-keyword-suggestion-tools/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
