<?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; Articles</title>
	<atom:link href="http://www.netconcepts.com/tag/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>SEO Report Card: Littlepixiegifts.com.au</title>
		<link>http://www.netconcepts.com/wwwnetconceptscompracticalecommerce10/</link>
		<comments>http://www.netconcepts.com/wwwnetconceptscompracticalecommerce10/#comments</comments>
		<pubDate>Wed, 06 Aug 2008 16:47:21 +0000</pubDate>
		<dc:creator>Jeff Muendel</dc:creator>
		
		<category><![CDATA[News & Media]]></category>

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

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

		<category><![CDATA[Website-Audits]]></category>

		<guid isPermaLink="false">http://www.netconcepts.com/wwwnetconceptscompracticalecommerce10/</guid>
		<description><![CDATA[A SEO review of this site and the Best Practices in use, as well as opportunities for new optimization. Analyst Jeff Muendel of Netconcepts goes through the site with a fine tooth comb. Learn from his findings on how to analyze your ecommerce website and tweak it in time for holiday traffic. 
If Little Pixie [...]]]></description>
			<content:encoded><![CDATA[<p>A SEO review of this site and the Best Practices in use, as well as opportunities for new optimization. Analyst Jeff Muendel of Netconcepts goes through the site with a fine tooth comb. Learn from his findings on how to analyze your ecommerce website and tweak it in time for holiday traffic. </p>
<blockquote><p>If Little Pixie Gifts has an SEO weak point, it is in the URLs. As search engines spider the URL addresses along with title tags and page content, each URL should reflect the keyword theme of the page. Instead, Little Pixie Gifts has URLs like http://www.littlepixiegifts.com.au/cart.php?target=category&#038;category_id=62. While such a URL doesnâ€™t necessarily hurt things from a search engine perspective, it certainly doesnâ€™t help.</p></blockquote>
<p>To read the full article, visit <a href="http://www.practicalecommerce.com/articles/792-SEO-Report-Card-Littlepixiegifts-com-au">Practical Ecommerce</a>. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.netconcepts.com/wwwnetconceptscompracticalecommerce10/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>Christmas in July?</title>
		<link>http://www.netconcepts.com/wwwnetconceptscomclickz-10/</link>
		<comments>http://www.netconcepts.com/wwwnetconceptscomclickz-10/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 17:08:17 +0000</pubDate>
		<dc:creator>Patricia Fusco</dc:creator>
		
		<category><![CDATA[News & Media]]></category>

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

		<guid isPermaLink="false">http://www.netconcepts.com/wwwnetconceptscomclickz-10/</guid>
		<description><![CDATA[Link building tips to get ready for the holiday season. Netconcepts&#8217; director of search, P.J. Fusco discusses the need for quality links for Search Engine Optimization. While many retailers focus their energy and glitzy gift sections and giving guides for every member of the family, links are the gift that will keep on giving to [...]]]></description>
			<content:encoded><![CDATA[<p>Link building tips to get ready for the holiday season. Netconcepts&#8217; director of search, P.J. Fusco discusses the need for quality links for Search Engine Optimization. While many retailers focus their energy and glitzy gift sections and giving guides for every member of the family, links are the gift that will keep on giving to a website&#8217;s value to search engines. </p>
<p>To learn more about this tactic, read the full article at <a href="http://www.clickz.com/showPage.html?page=3630217">ClickZ</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.netconcepts.com/wwwnetconceptscomclickz-10/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Be a Converter</title>
		<link>http://www.netconcepts.com/be-a-converter/</link>
		<comments>http://www.netconcepts.com/be-a-converter/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 15:09:13 +0000</pubDate>
		<dc:creator>Stephan Spencer</dc:creator>
		
		<category><![CDATA[Ecommerce]]></category>

		<category><![CDATA[News & Media]]></category>

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

		<guid isPermaLink="false">http://www.netconcepts.com/be-a-converter/</guid>
		<description><![CDATA[Do you know your website&#8217;s conversion rate? Do you know if it is above or below average for a typical merchant? The average conversion rate is only about 2.4%. How can you increase your site&#8217;s conversion rate? Learn from Netconcepts Founder &#038; President, Stephan Spencer about how to improve your organization&#8217;s website to become a [...]]]></description>
			<content:encoded><![CDATA[<p>Do you know your website&#8217;s conversion rate? Do you know if it is above or below average for a typical merchant? The average conversion rate is only about 2.4%. How can you increase your site&#8217;s conversion rate? Learn from Netconcepts Founder &#038; President, Stephan Spencer about how to improve your organization&#8217;s website to become a better converter. In this article for MultiChannel Merchant, Stephan discusses the use of Persuasion Architecture, how to design for different personality types, analyze your audience&#8217;s needs and to adjust your tone.</p>
<blockquote><p>Technology is not a means to higher conversion rates; it is just a tool that must be properly managed, configured, and implemented in order to reach your goals. Just having a great CMS with an advanced shopping cart system is not enough â€” there are no â€œset it and forget itâ€? solutions for improving your conversion rate.</p></blockquote>
<p>For more on this topic, read the full article <a href="http://multichannelmerchant.com/webchannel/0701-understand-users-needs/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.netconcepts.com/be-a-converter/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Social Disclosure</title>
		<link>http://www.netconcepts.com/social-disclosure/</link>
		<comments>http://www.netconcepts.com/social-disclosure/#comments</comments>
		<pubDate>Mon, 02 Jun 2008 15:20:12 +0000</pubDate>
		<dc:creator>Stephan Spencer</dc:creator>
		
		<category><![CDATA[News & Media]]></category>

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

		<category><![CDATA[social-media]]></category>

		<guid isPermaLink="false">http://www.netconcepts.com/social-disclosure/</guid>
		<description><![CDATA[How do you communicate with your customers and build your brand? Are you talking at them, or do you have an online dialogue with them? Stepping into social media allows merchants the opportunity to speak to customers and build a brand-loyal community. This requires loss of some control, since customers will be generating their own [...]]]></description>
			<content:encoded><![CDATA[<p>How do you communicate with your customers and build your brand? Are you talking at them, or do you have an online dialogue with them? Stepping into social media allows merchants the opportunity to speak to customers and build a brand-loyal community. This requires loss of some control, since customers will be generating their own content. It is worth the investment. Written for Multichannel Merchant, Netconcepts President Stephan Spencer and analyst Tim Gill discuss the benefits of social media for merchants. </p>
<blockquote><p>Retailers can leverage this dialog to gain insight into marketing research, generate product feedback, conduct merchandise testing, and initiate product improvements. By taking a dialog approach to social media instead of a louder, flashier version of commercial interruption, you can learn what consumers want, and how they want it, on a one-to-one basis.</p></blockquote>
<p>For more on this topic, read the complete article <a href="http://multichannelmerchant.com/webchannel/brand-building-social-media-sites-0601/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.netconcepts.com/social-disclosure/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SEO Report Card: Pinkorpunk.com</title>
		<link>http://www.netconcepts.com/seo-report-card-pinkorpunkcom/</link>
		<comments>http://www.netconcepts.com/seo-report-card-pinkorpunkcom/#comments</comments>
		<pubDate>Wed, 02 Apr 2008 15:31:01 +0000</pubDate>
		<dc:creator>Jeff Muendel</dc:creator>
		
		<category><![CDATA[Ecommerce]]></category>

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

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

		<category><![CDATA[Website-Audits]]></category>

		<guid isPermaLink="false">http://www.netconcepts.com/seo-report-card-pinkorpunkcom/</guid>
		<description><![CDATA[In this edition of the SEO report card, Jeff Muendel reviews eCommerce site pinkorpunk.com. This niche eCommerce site sells accessories that (you guessed it) are either pink or punk. This website audit is especially helpful for other new eCommerce sites, since pinkorpunk.com launched quite recently. Here&#8217;s a little bit about what Jeff has to say [...]]]></description>
			<content:encoded><![CDATA[<p>In this edition of the SEO report card, Jeff Muendel reviews eCommerce site pinkorpunk.com. This niche eCommerce site sells accessories that (you guessed it) are either pink or punk. This website audit is especially helpful for other new eCommerce sites, since pinkorpunk.com launched quite recently. Here&#8217;s a little bit about what Jeff has to say about this unique boutique.</p>
<blockquote><p>Pinkorpunk.com is a fairly new website, which may partially explain its PageRank of 0. But, the other factor in the ranking is the site&#8217;s small number of inbound links. Yahoo! sees 45 links from outside sites while Google doesn&#8217;t list any at all. Inbound links translate to PageRank, and higher PageRank translates to better search engine results. This site, with its vibrant content, should have no problem garnering links! A linking campaign is in order here. Research online directories and get listed in those that still have decent PageRank (many have been recently demoted by Google in that regard). A blog is also in order, especially with such hip content. Online press should be a target as well, as should social media avenues like MySpace, Flickr and Facebook.</p></blockquote>
<p>For more about this niche eCommerce store, visit the Practical eCommerce website audit <a rel="nofollow" href="http://www.practicalecommerce.com/articles/708/SEO-Report-Card-Pinkorpunkcom/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.netconcepts.com/seo-report-card-pinkorpunkcom/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>
	</channel>
</rss>
