<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.1.2" -->
<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:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:dtvmedia="http://participatoryculture.org/RSSModules/dtv/1.0"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>Gravitymarket</title>
	<link>http://www.gravitymarket.com</link>
	<description>Specialists in SEO, web dev, online marketing, and ecommerce</description>
	<pubDate>Wed, 13 May 2009 19:20:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.2</generator>
	<language>en</language>
		<!-- podcast_generator="podPress/6.8" -->
		<copyright>&#xA9; 2003-2006</copyright>
		<managingEditor>megan@netconcepts.com ()</managingEditor>
		<webMaster>megan@netconcepts.com</webMaster>
		<category></category>
		<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>megan@netconcepts.com</itunes:email>
		</itunes:owner>
		<itunes:block>No</itunes:block>
		<itunes:explicit>no</itunes:explicit>
		<itunes:image href="http://www.netconcepts.com/wp-content/plugins/podpress/images/powered_by_podpress_large.jpg" />
		<image>
			<url>http://www.netconcepts.com/wp-content/plugins/podpress/images/powered_by_podpress.jpg</url>
			<title>Gravitymarket</title>
			<link>http://www.gravitymarket.com</link>
			<width>144</width>
			<height>144</height>
		</image>
		<item>
		<title>Search-Friendly Ecommerce Today!</title>
		<link>http://www.gravitymarket.com/features/</link>
		<comments>http://www.gravitymarket.com/features/#comments</comments>
		<pubDate>Wed, 06 Aug 2008 14:21:03 +0000</pubDate>
		<dc:creator>Netconcepts</dc:creator>
		
		<category><![CDATA[Web Marketing]]></category>

		<guid isPermaLink="false">http://www.gravitymarket.com/features/</guid>
		<description><![CDATA[Grow Your Sales Online!
Do you need an ecommerce solution and shopping cart that makes finding and buying your products online easy for your customers?
What is GravityMarket?
GravityMarket is a web standards compliant ecommerce platform combining Netconcepts thought leadership in natural search marketing with dependable retail catalog operations and customer-focused product merchandising.
GravityMarket ensures that more product pages [...]]]></description>
			<content:encoded><![CDATA[<h2>Grow Your Sales Online!</h2>
<p>Do you need an ecommerce solution and shopping cart that makes finding and buying your products online easy for your customers?</p>
<h2>What is GravityMarket?</h2>
<p>GravityMarket is a web standards compliant ecommerce platform combining Netconcepts thought leadership in natural search marketing with dependable retail catalog operations and customer-focused product merchandising.</p>
<p>GravityMarket ensures that more product pages are indexed by search engines, yielding increased traffic and sales.</p>
<p>Retail owners gain real competitive edge with Netconcepts’ GravityMarket through increased search engine visibility and higher “visitor-to-sale” converting pages.</p>
<h2>Testimonial</h2>
<p><img src="/images/logos/PoolDawg.png" align="right">&#8220;As a newer company in an established market, it was extremely important to jumpstart our search engine listings. After working with Netconcepts and implementing their recommendations and strategies, we saw an overall increase of over 300% in our search engine traffic within the first 60 days of implementation. We are extremely pleased with our initial results and look forward to expanding our relationship with Netconcepts.&#8221;</p>
<p>Mike Feiman, Director of Marketing, <a href="http://www.PoolDawg.com" rel="nofollow">PoolDawg</a></p>
<p>Be sure to check out <a href="http://www.marketingspeak.com/audio/PRWeb-Episode-530322-1-PoolDawg.mp3"><b>PoolDawg’s Podcast</b></a> with PRWeb and Netconcepts’ VP of Client Services, Jody Hartwig</p>
<p>(Also check out <a href="/case-study-pooldawg/"><b>PoolDawg’s Case Study</b></a> for Netconcepts)</p>
<p>Please feel free to contact us anytime, we welcome your feedback and inquiries. </p>
<p>Our office hours are 7:30am - 5:00am CST.</p>
<p>Madison, Wisconsin office:<br />
(608) 285-6600<br />
Toll-free (888) 207-1109<br />
email: <script type="text/javascript"><!--
	sto_dom='netconcepts.com'
	sto_user='sales'
	document.write('<a   href="mailto:' + sto_user + '@' +sto_dom + '" >sales@netconcepts.com</a>')
//--></script><noscript><a   href="http://www.somethinkodd.com/emailshroud/emailaddress.php?domainName=netconcepts.com&amp;userName=sales" >sales@netconcepts.com</a></noscript></p>
<p>Alternatively tell us a little bit about yourself and what we can do for you here:</p>
<script language="javascript">
 <!--
  function validateForm() {
  var submitForm = true;
  var errors = "We need a little more information. Please enter:\n\n";</p>
<p>  if (document.form.firstname.value == "")
  {
   errors += " - Your name,\n";
   submitForm = false;
   }</p>
<p>  if (document.form.website.value == "")
  {
   errors += " - Your website,\n";
   submitForm = false;
   } </p>
<p>  if (document.form.company.value == "")
  {
   errors += " - Your compnay name,\n";
   submitForm = false;
   } </p>
<p>   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;
   }</p>
<p>   if (!submitForm)
  {
    errors += "\nand then re-submit the form.\n\nThanks!";
    alert(errors);
   }</p>
<p>   return submitForm;
 }
 // -->
 </script>
<form action="/contact/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>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>How did you hear about <br />
    our web site?</div>
</td>
<td valign=top width=299>
<select name="howhear">
    <option selected>&#8211; Please Select &#8211;</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 width=148></td>
<td width=299>
<input type="submit" border="0" name="imageField" value="Submit" width="78" height="29" /></td>
</tr>
</tbody>
</table>
</form>
]]></content:encoded>
			<wfw:commentRss>http://www.gravitymarket.com/features/feed/</wfw:commentRss>
<enclosure url='http://www.marketingspeak.com/audio/PRWeb-Episode-530322-1-PoolDawg.mp3' length='5698024' type='audio/mpeg'/>
		</item>
		<item>
		<title>Online Marketing Checklist</title>
		<link>http://www.gravitymarket.com/online-marketing-checklist/</link>
		<comments>http://www.gravitymarket.com/online-marketing-checklist/#comments</comments>
		<pubDate>Fri, 21 Sep 2007 14:45:09 +0000</pubDate>
		<dc:creator>Netconcepts</dc:creator>
		
		<category><![CDATA[Web Marketing]]></category>

		<guid isPermaLink="false">http://www.gravitymarket.com/online-marketing-checklist/</guid>
		<description><![CDATA[Holiday shoppers spent $21.7 billion dollars online during the 2006 holiday season, and these numbers are expected to grow by more than 25% this year. Here are some tips to ensure your online business is ready for the holiday rush, and that you’re tapping every revenue avenue:
Measure, Measure, Measure: The web provides a unique opportunity [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://www.gravitymarket.com/wp-content/uploads/2007/09/olm-checkmark.png' alt='Online Marketing Checkmark' align="left" hspace="10">Holiday shoppers spent $21.7 billion dollars online during the 2006 holiday season, and these numbers are expected to grow by more than 25% this year. Here are some tips to ensure your online business is ready for the holiday rush, and that you’re tapping every revenue avenue:</p>
<p><b>Measure, Measure, Measure:</b> The web provides a unique opportunity to specifically measure the ROI of your outbound marketing efforts. Find out what’s working, then repeat and reuse. If you’re not using Google Analytics or another statistics package to understand how your campaigns are doing, call us immediately.</p>
<p><b>Spruce up your Thank You Emails:</b> Recent research shows that cross selling in “thanks for your order” emails provides another avenue for customers to come back and order again. Featured products or promotions can be positioned to drive more business.</p>
<p><b>Request a Catalog Emails:</b> Ditto. Don’t forget to cross sell to customers that have completed the catalog request form. </p>
<p><b>Get Ready for Cyber Monday:</b> The busiest holiday online shopping day is the Monday after Thanksgiving. Are your home page, top category and landing pages optimized to convert traffic into sales? Also, be sure that inventory and personnel are ready for the rush!</p>
<p><b>Run through your Product Categories and Related Items</b>: It may have been quite some time since you took a look at product associations, especially for new products. Take a strategic look at these before the holiday rush to identify opportunities that may have been missed.</p>
<p><b>Be sure that your shipping options are clearly stated</b>: Last year, shoppers sought out sites that could guarantee delivery right up to Christmas Day. Be sure to update your shipping options to offer as robust a plan as possible. Then display it prominently. And remember, “Free Shipping” offers can drive sales and average order value!</p>
<p><b>Remember the links</b>: One of the best ways to improve your natural search rankings is to have relevant sites link to you. Although link building is considered a long-term strategy, the sooner you start, the sooner you’ll reap the rewards! For a quick boost over the holidays, be sure to look at primary, secondary and niche online directories. </p>
<p>If you have questions on our Online Marketing Checklist, contact us today at 608-285-6600 or via email at <script type="text/javascript"><!--
	sto_dom='netconcepts.com'
	sto_user='infodesk'
	document.write('<a  href="mailto:' + sto_user + '@' +sto_dom + '" >infodesk</a>')
//--></script><noscript><a  href="http://www.somethinkodd.com/emailshroud/emailaddress.php?domainName=netconcepts.com&amp;userName=infodesk" >infodesk</a></noscript>. We’re happy to discuss our strategic approach to online success.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gravitymarket.com/online-marketing-checklist/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Why Use GravityMarket?</title>
		<link>http://www.gravitymarket.com/10-reasons/</link>
		<comments>http://www.gravitymarket.com/10-reasons/#comments</comments>
		<pubDate>Thu, 16 Aug 2007 14:59:28 +0000</pubDate>
		<dc:creator>Netconcepts</dc:creator>
		
		<category><![CDATA[Learning Center]]></category>
<category>Ecommerce</category><category>SEO</category><category>Usability</category><category>Web Development</category><category>Web Marketing</category>
		<guid isPermaLink="false">http://www.gravitymarket.com/10-reasons/</guid>
		<description><![CDATA[10 Reasons to use GravityMarket

Built with SEO in mind: GravityMarket builds search optimization into the site through its technically optimized framework to achieve maximum visibility and minimize ongoing optimization investments.
More Product Pages Indexed:  GravityMarket’s search optimized platform turns every page in your website into a traffic acquisition engine.
Increased “New to File” Customers and Overall [...]]]></description>
			<content:encoded><![CDATA[<h2>10 Reasons to use GravityMarket</h2>
<ol>
<li>Built with SEO in mind: GravityMarket builds search optimization into the site through its technically optimized framework to achieve maximum visibility and minimize ongoing optimization investments.</li>
<li>More Product Pages Indexed:  GravityMarket’s search optimized platform turns every page in your website into a traffic acquisition engine.</li>
<li>Increased “New to File” Customers and Overall Sales:  Through increased targeted natural search traffic, product merchandising options and streamlined checkout process.</li>
<li>Integrated Product and Website Content: An easy content management solution to strengthen the online product catalog with additional keyword-rich site content including up-sell and cross sell opportunities.</li>
<li>Proven Merchandising Tactics:  To increase conversion rates through merchandising options (featured, related, accessory and clearance products) and usability optimization of navigation, page layout and design.</li>
<li>Standard Integration With Backend Systems:  To allow streamlined secure two-way communication between GravityMarket and backend fulfilment systems (CRM, Inventory and Order Management) using standard industry methods.</li>
<li>Robust and Flexible 3-Tier Architecture: To allow modular functional enhancements and specific customizations to meet unique business requirements safeguarding the client’s overall ecommerce platform investment.</li>
<li>Integrated Online Marketing Services: To develop and implement search and online marketing strategies to ensure profitable outcomes and growth of the business online.</li>
<li>Effective ROI Tracking and Reporting: To assess performance of ecommerce website and online marketing activity including sales conversion, email marketing, PPC referrals and much more.</li>
<li>Robust and Secure Infrastructure: To meet traffic demands as the business grows online and ensuring a safe environment for commercial transactions. </li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.gravitymarket.com/10-reasons/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Case Study: PoolDawg.com</title>
		<link>http://www.gravitymarket.com/case-study-pooldawg/</link>
		<comments>http://www.gravitymarket.com/case-study-pooldawg/#comments</comments>
		<pubDate>Wed, 08 Aug 2007 20:05:53 +0000</pubDate>
		<dc:creator>Netconcepts</dc:creator>
		
		<category><![CDATA[Case Studies]]></category>
<category>Case Studies</category><category>conversion</category><category>Usability</category>
		<guid isPermaLink="false">http://www.gravitymarket.com/case-study-pooldawg/</guid>
		<description><![CDATA[<img src="http://www.netconcepts.com/images/logos/PoolDawg.png" align="right" alt="PoolDawg Logo" border="0" align="right" style="margin-left:10px;margin-bottom:10px" /> 
<ul>
<li>Conversion rate increase of 27%</li>
<li>300 % increase in search engine traffic </li>
<li>15 % increase in average order value (AOV)</li>
</ul>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.netconcepts.com/images/logos/PoolDawg.png" align="right" alt="PoolDawg Logo" border="0" align="right" style="margin-left:10px;margin-bottom:10px" />PoolDawg offers one of the largest selections of billiards and gameroom products on the web. PoolDawg is also the ultimate resource for your home gameroom, carrying pool table repair kits and furnishings certain to improve any gameroom. After a Pooldawg.com website audit, this ecommerce site was redesigned and built by Netconcepts to ensure full SEO site structure could be achieved.</p>
<h2>Problem</h2>
<p>PoolDawg, an online billiards store, was in need of taking their internet marketing presence to the next level. They determined that SEO was the means to get them there.</p>
<p>“As a newer company in an established market, it was extremely important to get a jump start on our search engine listings,” says Mike Feiman, Director of Marketing for <a href="http://www.pooldawg.com">PoolDawg.com</a>.</p>
<p>Their original website suffered from several structural/functional limitations and relatively low conversion rates.</p>
<h2>Solution</h2>
<p>An initial SEO analysis document was completed and presented for PoolDawg. The analysis covered the primary aspects for best practices in search engine optimization and provided PoolDawg a blue print for optimal execution into the organic search channel.</p>
<p>The analysis also provided insights that a new site structure, with optimized design and Cascading Style Sheets (CSS), would benefit PoolDawg.com’s exposure in the search engines.</p>
<p>In order to capitalize on the SEO, structural and functional opportunities, PoolDawg decided to utilize Netconcepts’ GravityMarket Search Optimized Ecommerce Solution. GravityMarket provided PoolDawg.com an optimal site design and on a robust, scalable, software infrastructure.  </p>
<p>&#8220;After delivering our analysis to PoolDawg, Netconcepts realized that a new site structure would do good things for their business online. We are pleased to see that our recommendation to get a new infrastructure was correct and PoolDawg is realizing the return,&#8221; stated Jody Hartwig, Netconcepts’ Vice President of Ecommerce.</p>
<p>New ecommerce features for PoolDawg include:</p>
<ul>
<li>Best practices in design and navigation, including optimal CSS files</li>
<li>A stream lined, 3 step checkout process</li>
<li>Estimated shipping calculated in shopping cart page</li>
<li>Featured Products RSS Feed</li>
<li>Enhanced Content Management System</li>
</ul>
<h2>Results</h2>
<p>Implementation of the recommendations from the SEO Analysis yielded a <b>300% increase in search engine traffic</b>.</p>
<p>Now that the redesign has taken effect, PoolDawg currently receives page one rankings for the targeted search term, “pool cues.”</p>
<p>Attention to best practices in website design, and merchandising, has paid dividends as well. Since the redesign, <b>PoolDawg has enjoyed a conversion rate increase of 27%</b>.</p>
<p>The new site design, and capabilities work to maximize the consumers’ entire shopping experience and drive them through to complete an order.</p>
<p>Feiman commented, “We saw an overall increase of over 300% in our search engine traffic within the first 60 days of implementation. We are extremely pleased with our initial results and look forward to expanding our relationship with Netconcepts.”</p>
<p> &nbsp;</p>
<p>(Be sure to check out <a href="http://www.marketingspeak.com/audio/PRWeb-Episode-530322-1-PoolDawg.mp3">PoolDawg&#8217;s Podcast</a> with PRWeb and Netconcepts&#8217; VP of Client Services, Jody Hartwig)</p>
<p>(Also be sure to check out <a href="http://www.netconcepts.com/pooldawg-testimonial/">PoolDawg&#8217;s testimonial</a> for Netconcepts)</p>
<p> &nbsp; </p>
]]></content:encoded>
			<wfw:commentRss>http://www.gravitymarket.com/case-study-pooldawg/feed/</wfw:commentRss>
<enclosure url='http://www.marketingspeak.com/audio/PRWeb-Episode-530322-1-PoolDawg.mp3' length='' type=''/>
		</item>
		<item>
		<title>Online Marketing</title>
		<link>http://www.gravitymarket.com/online-marketing/</link>
		<comments>http://www.gravitymarket.com/online-marketing/#comments</comments>
		<pubDate>Tue, 07 Aug 2007 18:25:26 +0000</pubDate>
		<dc:creator>Netconcepts</dc:creator>
		
		<category><![CDATA[News &amp; Media]]></category>

		<guid isPermaLink="false">http://www.gravitymarket.com/online-marketing/</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[
]]></content:encoded>
			<wfw:commentRss>http://www.gravitymarket.com/online-marketing/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Organic Chemistry</title>
		<link>http://www.gravitymarket.com/organic-chemistry/</link>
		<comments>http://www.gravitymarket.com/organic-chemistry/#comments</comments>
		<pubDate>Mon, 09 Jul 2007 15:19:01 +0000</pubDate>
		<dc:creator>Netconcepts</dc:creator>
		
		<category><![CDATA[News &amp; Media]]></category>

		<category><![CDATA[Press]]></category>
<category>Business Blogging</category><category>Press</category><category>SEO</category>
		<guid isPermaLink="false">http://www.gravitymarket.com/organic-chemistry/</guid>
		<description><![CDATA[Michael Fitzgerald focuses on the popularity of Steve Spangler's blog in this article written for Inc.com. Learn more about how Steve Spangler turned boring content and bad publicity into an overnight "organic" success with the advice of Stephan Spencer, Founder and President of Netconcepts.]]></description>
			<content:encoded><![CDATA[<p>In this article written for Inc.com, Michael Fitzgerald reveals the secret behind science toy company Steve Spangler&#8217;s success in the search engines &#8212; namely, SEO and blog marketing consulting from Netconcepts. Learn more about how Steve Spangler put a new spin on boring content and unflattering publicity to create an overnight &#8220;organic&#8221; success, with the help of their web agency Netconcepts.</p>
<p>Read more in-depth about how good blog content can boost organic search in this article from Inc.com <a rel="nofollow" href="http://www.inc.com/magazine/20070701/technology-search-engines_pagen_2.html">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gravitymarket.com/organic-chemistry/feed/</wfw:commentRss>
		</item>
		<item>
		<title>PoolDawg.com Shoots for Higher Conversion Rates with Site Redesign</title>
		<link>http://www.gravitymarket.com/pooldawgcom-shoots-for-higher-conversion-rates-with-site-redesign/</link>
		<comments>http://www.gravitymarket.com/pooldawgcom-shoots-for-higher-conversion-rates-with-site-redesign/#comments</comments>
		<pubDate>Mon, 09 Jul 2007 15:16:04 +0000</pubDate>
		<dc:creator>Netconcepts</dc:creator>
		
		<category><![CDATA[News &amp; Media]]></category>

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

		<category><![CDATA[Press]]></category>
<category>Ecommerce</category><category>Press</category>
		<guid isPermaLink="false">http://www.gravitymarket.com/pooldawgcom-shoots-for-higher-conversion-rates-with-site-redesign/</guid>
		<description><![CDATA[PoolDawg.com, one of Netconcepts clients, was recently featured in an online article through InternetRetailer.com. 
&#8220;A year ago, PoolDawg traded in its modified version of an “off-the-shelf” e-commerce platform for a completely new platform from Netconcepts. The Netconcepts GravityMarket 2.0 e-commerce platform offers a flexible design that, for example, supports the placement of content that has [...]]]></description>
			<content:encoded><![CDATA[<p>PoolDawg.com, one of Netconcepts clients, was recently featured in an online article through InternetRetailer.com. </p>
<p>&#8220;A year ago, PoolDawg traded in its modified version of an “off-the-shelf” e-commerce platform for a completely new platform from Netconcepts. The Netconcepts GravityMarket 2.0 e-commerce platform offers a flexible design that, for example, supports the placement of content that has proven to help shoppers complete purchases, Feiman says.&#8221;</p>
<p>Read the article <a href=http://www.internetretailer.com/dailyNews.asp?id=23026>here</a>. For more information about PoolDawg.com&#8217;s success, read the <a href=http://www.netconcepts.com/pooldawg-case-study/>PoolDawg.com Case Study</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gravitymarket.com/pooldawgcom-shoots-for-higher-conversion-rates-with-site-redesign/feed/</wfw:commentRss>
		</item>
		<item>
		<title>PlayFairToys.com</title>
		<link>http://www.gravitymarket.com/playfairtoyscom/</link>
		<comments>http://www.gravitymarket.com/playfairtoyscom/#comments</comments>
		<pubDate>Mon, 12 Feb 2007 17:42:31 +0000</pubDate>
		<dc:creator>Netconcepts</dc:creator>
		
		<category><![CDATA[News &amp; Media]]></category>
<category>B2C</category><category>Business Blogging</category><category>Ecommerce</category><category>Portfolio</category>
		<guid isPermaLink="false">http://www.netconcepts.com/playfairtoyscom/</guid>
		<description><![CDATA[Providing &#8220;Toys with Conscience&#8221; to consumers around the world for over 20 years, PlayFair has offered unique, open-ended, stimulating learning, and educational toys through catalogs and retail locations. Sticking to their business foundation, Play Fair Toys wanted to be conscience of their online consumers and develop additional website merchandising control. Netconcepts rebuilt PlayFairToys.com to have [...]]]></description>
			<content:encoded><![CDATA[<p><img src="/images/portfolio/PlayFairToys.gif" alt="Play Fair Toys screenshot" class="portfolio-image" />Providing &#8220;Toys with Conscience&#8221; to consumers around the world for over 20 years, PlayFair has offered unique, open-ended, stimulating learning, and educational toys through catalogs and retail locations. Sticking to their business foundation, Play Fair Toys wanted to be conscience of their online consumers and develop additional website merchandising control. Netconcepts rebuilt PlayFairToys.com to have as much character as their products.</p>
<p>Among the features of Playfairtoys.com are personalized account creation, real-time shopping cart on every page, newsletter sign-up, customer information section, help-text for shipping, gift wrapping, and much more including a blog written by President and CEO of Play Fair Toys, Marilyn Walker.</p>
<p>One of the most notable, and successful, aspects of Play Fair Toys is their usability of product navigation. Products are labeled into classic toys, by interest, activity, age level, sale items, best selling, and more. Check out PlayFairToys.com <http://www.playfairtoys.com/> for all your educational toys &#038; games for all ages.</p>
<p>[ conversion | client admin cms | SEO ]</p>
<p><a href="http://www.playfairtoys.com">Visit site</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gravitymarket.com/playfairtoyscom/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Web 2.0 for Publishers</title>
		<link>http://www.gravitymarket.com/web2-for-publishers/</link>
		<comments>http://www.gravitymarket.com/web2-for-publishers/#comments</comments>
		<pubDate>Tue, 30 Jan 2007 16:41:11 +0000</pubDate>
		<dc:creator>Netconcepts</dc:creator>
		
		<category><![CDATA[News &amp; Media]]></category>
<category>Blogs</category><category>Business Blogging</category><category>Buzz Marketing</category><category>online marketing</category><category>Podcasts</category><category>RSS Marketing</category><category>Web Marketing</category>
		<guid isPermaLink="false">http://www.netconcepts.com/web20-for-publishers/</guid>
		<description><![CDATA[In this presentation to The <a href="http://www.wppc.org/">Wisconsin Publishers’ Production Club</a>'s (WPPC) Catalog Innovations meeting in January, Netconcepts' Director of E-Business, Hershel Reese explains how Web 2.0 has great implications for catalogers and publishers online.

<b>You Will Discover:</b>
<ul>
<li>Best practices for RSS usage</li>
<li>The benefits of user generated content</li>
<li>Why tagging matters for website owners</li>
<li>How industry leaders are leveraging Web 2.0</li>
<li>How social media can bump up your traffic and impressions</li>
</ul>
Download and listen to the <b>Audio recording</b>: <a href="http://www.marketingspeak.com/audio/Netconcepts_Web2.0_for_Publishers_WPPC_Presentation_1-30-07.mp3">MP3</a> (34 MB)]]></description>
			<content:encoded><![CDATA[<p>In this presentation to The <a href="http://www.wppc.org/">Wisconsin Publishers’ Production Club</a>&#8217;s (WPPC) Catalog Innovations meeting in January, Netconcepts&#8217; Director of E-Business, Hershel Reese explains how Web 2.0 has great implications for catalogers and publishers online.</p>
<p>RSS feeds are changing the way people are consuming their media.  You need to stay on top of this channel in order to remain competitive online.</p>
<p>Web 2.0 is also changing the way people interact with web properties.  The user generated content phenomena is helping site owners to actively engage an audience and build community online.  </p>
<p>This presentation will also discuss how one online publisher, <a href=http://www.dmnews.com">www.dmnews.com</a>, is leveraging the Web 2.0 tool kit.</p>
<p>Social Media Sites are emerging as a channel to be reckoned with online. If you are not participating in these communities you are missing opportunities for increased brand recognition and traffic to your sites.</p>
<p><b>You Will Discover:</b></p>
<ul>
<li>Best practices for RSS usage</li>
<li>The benefits of user generated content</li>
<li>Why tagging matters for website owners</li>
<li>How industry leaders are leveraging Web 2.0</li>
<li>How social media can bump up your traffic and impressions</li>
</ul>
<p>This presenation was originally held on Tuesday, January 30, 2007 at The Country Springs Hotel in Pewaukee, WI.</p>
<p>Download and listen to the <b>Audio recording</b>: <a href="http://www.marketingspeak.com/audio/Netconcepts_Web2.0_for_Publishers_WPPC_Presentation_1-30-07.mp3">MP3</a> (34 MB)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gravitymarket.com/web2-for-publishers/feed/</wfw:commentRss>
<enclosure url='http://www.marketingspeak.com/audio/Netconcepts_Web2.0_for_Publishers_WPPC_Presentation_1-30-07.mp3' length='35710008' type='audio/mpeg'/>
		</item>
		<item>
		<title>News Release: Credit Demystified</title>
		<link>http://www.gravitymarket.com/news-release-creditdemystified/</link>
		<comments>http://www.gravitymarket.com/news-release-creditdemystified/#comments</comments>
		<pubDate>Wed, 17 Jan 2007 15:07:22 +0000</pubDate>
		<dc:creator>Netconcepts</dc:creator>
		
		<category><![CDATA[News &amp; Media]]></category>

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

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

		<category><![CDATA[News Releases]]></category>
<category>Business Blogging</category><category>Learning Center</category><category>News Releases</category>
		<guid isPermaLink="false">http://www.netconcepts.com/news-release-creditdemystified/</guid>
		<description><![CDATA[Countrywide's CreditDemystified.com Isn't a Blog, or Is It?

Web development companies are increasingly recognizing the potential of WordPress as a content management system (CMS). CreditDemystified.com, an educational site developed for Countrywide Home Loans, illustrates how a corporate microsite can successfully be adapted to the blog platform. 

The microsite, developed by Netconcepts, is designed to help visitors become credit savvy by providing simple answers to credit questions. Although the microsite's platform is WordPress, CreditDemystified.com is far from a traditional blog.]]></description>
			<content:encoded><![CDATA[<p>Contact:	Boone Sesvold, Marketing Coordinator<br />
<script type="text/javascript"><!--
	sto_dom='netconcepts.com'
	sto_user='infodesk'
	document.write('<a  href="mailto:' + sto_user + '@' +sto_dom + '" >infodesk</a>')
//--></script><noscript><a  href="http://www.somethinkodd.com/emailshroud/emailaddress.php?domainName=netconcepts.com&amp;userName=infodesk" >infodesk</a></noscript><br />
608-285-6600 ext. 109<br />
1-888-207-1109 Toll Free </p>
<p><b>For Immediate Release</b></p>
<h2>Fortune 500 Company Adopts WordPress To Answer Credit Questions</h2>
<p><b>Countrywide&#8217;s CreditDemystified.com Isn&#8217;t a Blog, or Is It?</b></p>
<p>MADISON, WI (Janaury 17, 2007) Web development companies are increasingly recognizing the potential of WordPress as a content management system (CMS). CreditDemystified.com, an educational site developed for Countrywide Home Loans, illustrates how a corporate microsite can successfully be adapted to the blog platform. </p>
<p>The microsite, developed by Netconcepts, is designed to help visitors become credit savvy by providing simple answers to credit questions. Although the microsite&#8217;s platform is WordPress, CreditDemystified.com is far from a traditional blog. </p>
<p>Countrywide Home Loans chose to work with Netconcepts because of the company&#8217;s experience developing search engine optimal sites (SEO). </p>
<p>&#8220;The SEO benefits of WordPress are obvious,&#8221; said Stephan Spencer, Netconcepts&#8217; Founder and President. &#8220;&#8216;Powered by WordPress&#8217; is a phrase seen on millions of blogs. But one wouldn&#8217;t normally associate that phrase with any other type of website other than a blog. I predict that&#8217;s about to change as search marketers begin to appreciate the SEO benefits of running WordPress on microsites.&#8221; </p>
<p>Netconcepts&#8217; own corporate site switched from a home-grown CMS to WordPress in August 2006 and showed a significant increase in traffic in the following months. Based on this experience, Netconcepts designed CreditDemystified.com to take full advantage of WordPress&#8217; SEO power. </p>
<p>&#8220;We&#8217;ve equipped the site with all the SEO goodies like a tag cloud, tag pages, RSS, my SEO Title Tag plugin, and Technorati tags. One breakthrough was adapting the Ultimate Tag Warrior plugin to handle static pages, and not just posts,&#8221; Spencer continued. </p>
<p>The directive for Netconcepts&#8217; website and SEO design team was simple, create a search engine optimized site using WordPress that doesn&#8217;t look like a blog. </p>
<p>CreditDemystified.com, designed to make credit information accessible and easily understood by visitors at a glance, has a wealth of credit related content covering credit repair to debt management. For many consumers, the topic of credit can be dull or intimidating, so the site includes fun and quick review elements such as the Credit Intelligence Quiz (CQ Quiz). The quiz provides a score, and includes useful information for participants to improve their credit knowledge.</p>
<p><center>***</center><br />
<center>About Netconcepts, LLC</center><br />
Founded in 1995, Netconcepts is a Web technology company specializing in natural search optimization consulting, including the industry&#8217;s only performance-based Proxy Optimization TM Service. Netconcepts offers search-friendly E-Business design and development services for such successful retail brands as Discovery Communications, Northern Tool, Home Shopping Network, Kohl&#8217;s Department Stores, REI, and Cabela&#8217;s among other brands. Netconcepts has offices in Madison, Wisconsin and Auckland, New Zealand. </p>
<p><center>###</center></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gravitymarket.com/news-release-creditdemystified/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
