<?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/"
	>

<channel>
	<title>duvid.com/blog</title>
	<atom:link href="http://duvid.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://duvid.com/blog</link>
	<description>Ecommerce Marketing</description>
	<pubDate>Fri, 30 Oct 2009 06:51:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Installing Share A Sale Tracking Code On Magento</title>
		<link>http://duvid.com/blog/installing-share-a-sale-tracking-code-on-magento-89/</link>
		<comments>http://duvid.com/blog/installing-share-a-sale-tracking-code-on-magento-89/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 21:20:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Affiliate Program]]></category>

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

		<category><![CDATA[share a sale]]></category>

		<guid isPermaLink="false">http://duvid.com/blog/?p=89</guid>
		<description><![CDATA[I recently signed up to Share A Sale as an advertiser for an ecommerce website running on magento. Now, I am not a web developer or anything like that. I know how to install tracking codes on confirmation pages but having to enter proper dynamic variables to populate the dynamic order information  is a bit [...]]]></description>
			<content:encoded><![CDATA[<p>I recently signed up to <a title="Affiliate Network" href="http://shareasale.com" target="_blank">Share A Sale</a> as an advertiser for an ecommerce website running on magento. Now, I am not a web developer or anything like that. I know how to install tracking codes on confirmation pages but having to enter proper dynamic variables to populate the dynamic order information  is a bit to complex for me.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-90" title="shareasale" src="http://duvid.com/blog/wp-content/uploads/2009/10/shareasale.jpg" alt="shareasale" width="329" height="490" /></p>
<p>But as I was working on installing the code I found out that it was fairly simple to install share a sales&#8217;s the code, since shareasale.com did all the heavy lifting for me. They provided me with magento&#8217;s variables.</p>
<p>Before they provide you with the code to add to the confirmation page you need to select from a drop down what platform you are using for the website, once you select it, they generate the code for you and give you exact instructions of as to where on the page you should add your code.</p>
<blockquote><p><span style="font-family: trebuchet ms,verdana;"><strong>Tracking code details for Magento</strong> </span></p>
<p><span style="font-family: trebuchet ms,verdana;">You will be marking changes to the following file: </span></p>
<p><span style="font-family: trebuchet ms,verdana;">/app/design/frontend/defualt//template/checkout/success.phtml </span></p>
<p><span style="font-family: trebuchet ms,verdana;">Find the line that reads:</span></p>
<p><code>&lt;p&gt;&lt;strong&gt;&lt;?php echo $this-&gt;__(&#039;Thank you for your purchase!&#039;) ?&gt;&lt;/strong&gt;&lt;/p&gt;</code></p>
<p><span style="font-family: trebuchet ms,verdana;">and just below that line, add the following code:</span></p>
<p><pre><code>&lt;?php
$_customerId = Mage::getSingleton(&#039;customer/session&#039;)-&gt;getCustomerId();
$lastOrderId = Mage::getSingleton(&#039;checkout/session&#039;)-&gt;getLastOrderId();
$order = Mage::getSingleton(&#039;sales/order&#039;);
$order-&gt;load($lastOrderId);
$_totalData =$order-&gt;getData();
$_sub = $_totalData[&#039;subtotal&#039;];
?&gt;
&lt;img src=&quot;https://shareasale.com/sale.cfm?tracking=&lt;?php echo $this-&gt;getOrderId() ?&gt;&amp;amount=&lt;?php echo $_sub ?&gt;&amp;transtype=sale&amp;merchantID=XXXX&quot; width=&quot;1&quot; height=&quot;1&quot;&gt;
</code></pre></p>
</blockquote>
<p>As you can see its as easy as 1, 2, 3. The only thing which you need to do is replace the XXXX with your account #.</p>
<p>Before adding your code please note the following &#8220;disclaimer&#8221; from magento</p>
<blockquote><p>* DISCLAIMER<br />
*<br />
* Do not edit or add to this file if you wish to upgrade Magento to newer<br />
* versions in the future. If you wish to customize Magento for your<br />
* needs please refer to http://www.magentocommerce.com for more information.</p></blockquote>
<p>Kudos to shareasale.com for providing its users with the exact code and variables so that their advertisers can easily install the tracking code on to their websites.</p>
<p><strong><br />
</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://duvid.com/blog/installing-share-a-sale-tracking-code-on-magento-89/feed/</wfw:commentRss>
		</item>
		<item>
		<title>7 Ways To Generate Traffic To Your Ecommerce Website</title>
		<link>http://duvid.com/blog/7-ways-to-generate-traffic-to-your-ecommerce-website-82/</link>
		<comments>http://duvid.com/blog/7-ways-to-generate-traffic-to-your-ecommerce-website-82/#comments</comments>
		<pubDate>Sun, 14 Jun 2009 23:49:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://duvid.com/blog/?p=82</guid>
		<description><![CDATA[Most people are always looking for ways to drive traffic to their ecommerce website. Many times people tend to overlook the basics of ecommerce marketing. I would like to review the 7 basic ways to drive traffic to an ecommerce website.

Pay Per Click (PPC) - In most cases PPC can run you a very high [...]]]></description>
			<content:encoded><![CDATA[<p>Most people are always looking for ways to drive traffic to their ecommerce website. Many times people tend to overlook the basics of ecommerce marketing. I would like to review the 7 basic ways to drive traffic to an ecommerce website.</p>
<ol>
<li><strong>Pay Per Click (PPC) - </strong>In most cases PPC can run you a very high bill in a short period of time, you need to be very careful when you first start out with it. You should always make sure that if you are bidding on keyword on Google AdWords, Yahoo Search Marketing Or Microsoft AdCenter, you should maker sure that the keyword that you are bidding on is aligned with your ad copy and the landing page. To Achieve that you should keep your ad groups small with a limited amount of keywords. So that every keyword can be in the ad copy and on the landing page. Putting the big 3 aside there are some second tier search engines which can drive some PPC traffic your way as well such as 7search.com but keep in mind that you won&#8217;t get good enough quality traffic to make significant conversions. In light of that there are cheaper PPC programs out there, which allow you to target your visitors more precisely such as <a href="http://advertise.myspace.com" target="_blank">MySpace Ads</a> and <a href="http://facebook.com/ads">Facebook Ads</a>, I have already <a href="http://duvid.com/blog/how-to-use-facebook-ads-70/">reviewed Facebook ads </a>a few weeks ago so go ahead and read it.</li>
<li><strong>Search Engine Optimization (SEO) - </strong>Optimizing for ecommerce can be a bit hard since you won&#8217;t get to many links, but the same goes for your competitors. Make sure you have the proper title tags, h1 tags, atl tags for your images as well as unique product descriptions for your products. Don&#8217;t use the same product description as your competitors. Creating a blog for your site will add a lot of unique content and can be very useful to link to your products.  Optimizing your site and getting ranked well can take some time but its well worth it. Don&#8217;t just try to rank for the generic terms, your goal should be to optimize your product pages so that they rank well when people are searching for the specific products.</li>
<li><strong>Affiliate Program</strong> is a very cost effective way to drive traffic to your site, you are able to select the % of the sale which you are willing to give away to the affiliates imagine if you were able to do that with Google Adwords. If you start an affiliate program don&#8217;t start off with a high commission because you won&#8217;t be able to lower it in the future, in addition don&#8217;t start to low because no one will want to try and market it. Two other things you should consider is, try to find an affiliate program that uses 301 redirect so that it can help your SEO efforts, in addition you should create a product data feed to give out to your affiliates so that your affiliates have easy access to all of your products.</li>
<li><strong>Email Marketing</strong> - Instead of only looking for new customers bring back your existing visitors and existing customers. Make sure you have a newsletter sign up form on your home page and offer something in return for signing up. Email your customers on a regular steady basis so that they remember you and come back to your site for their future purchases. The emails you send them should not only be about self promotional, instead offer something useful.</li>
<li><strong>Social Media Marketing (SMM)</strong> -<strong> </strong>Be involved within your niche weather it is a forum or other blogs. Use twitter.com and facebook.com as a tool to drive traffic to your site. Don&#8217;t always write about your self share information about the community and spread the word&#8230;&#8230; Get people to follow you and occasionally post a link to your site.</li>
<li><strong>Comparison Shopping Engine (CSE) -</strong>There are many comparisons shopping sites out there that can drive traffic to your site. Each CSE has a different &#8220;advertising&#8221; structure some work on a PPC basis while others work on CPA basis, and google.com/base is completely free.</li>
<li><strong>Banner Placement</strong> -  find websites which pertain to your niche and get purchase a banner ad directly, you should look for sites which get decent traffic and don&#8217;t lock yourself in. Make sure that these sites are worth while and that the traffic actually converts in to customers.</li>
</ol>
<p>This sums up the basics, I would like to go through each of these in detail with in-depth info and detail on how to get inexpensive but great traffic to your ecommerce website.</p>
<p>How do you generate traffic to your site? Let everyone know in the comments below.</p>
]]></content:encoded>
			<wfw:commentRss>http://duvid.com/blog/7-ways-to-generate-traffic-to-your-ecommerce-website-82/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How To Use Facebook Ads</title>
		<link>http://duvid.com/blog/how-to-use-facebook-ads-70/</link>
		<comments>http://duvid.com/blog/how-to-use-facebook-ads-70/#comments</comments>
		<pubDate>Sun, 10 May 2009 23:17:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[PPC]]></category>

		<category><![CDATA[affiliate marketing]]></category>

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

		<category><![CDATA[facebook ads]]></category>

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

		<guid isPermaLink="false">http://duvid.com/blog/?p=70</guid>
		<description><![CDATA[Facebook Advertisement
Most ecommerce website owners when they think about ppc they think google adwords. Which is a great way to drive a lot of traffic to your website, but most webmasters tend to overlook different options. One such option is Facebook Ads is a much cheaper solution, its also  easier to manage, and more targeted. [...]]]></description>
			<content:encoded><![CDATA[<h4>Facebook Advertisement</h4>
<p><img class="alignleft" style="margin-left: 10px; margin-right: 10px;" src="http://img.photobucket.com/albums/v366/viciousthorn/GW/facebook_logo.gif" alt="" width="74" height="35" align="left" />Most ecommerce website owners when they think about ppc they think google adwords. Which is a great way to drive a lot of traffic to your website, but most webmasters tend to overlook different options. One such option is <a href="http://www.facebook.com/advertising/" target="_blank">Facebook Ads</a> is a much cheaper solution, its also  easier to manage, and more targeted. You may not get as many visitors to your site, as you would if you were to advertise on adwords but the ROI can be much greater since your <a title="Cost Per Click">CPC</a> will be much cheaper.</p>
<h4>What Targeting Options Does Facebook Offer?</h4>
<p>Facebook allows you to segment your ads, here are some of the options, I will only list the options that you should use. As you can see in the image below, as you segment your targeted audience the estimate # of people goes down.</p>
<p><div id="attachment_72" class="wp-caption aligncenter" style="width: 443px"><img class="size-full wp-image-72" title="facebook-targeting-options" src="http://duvid.com/blog/wp-content/uploads/2009/05/facebook-targeting-options.jpg" alt="Facebook Targeting Options" width="433" height="486" /><p class="wp-caption-text">Facebook Targeting Options</p></div></p>
<ul>
<li>Location
<ul>
<li>Country - If you select the US you can further break it down to</li>
<li>State</li>
<li>City</li>
</ul>
</li>
<li>Age
<ul>
<li>Select an age range</li>
</ul>
</li>
<li>Sex - Male/Female</li>
<li>Keyword - As you type in the keyword you want Facebook will suggest some keyword, similar to google suggest.</li>
</ul>
<p><div id="attachment_71" class="wp-caption aligncenter" style="width: 437px"><img class="size-full wp-image-71" title="Facebook Keyword Suggestion" src="http://duvid.com/blog/wp-content/uploads/2009/05/facebook-keyword-suggest.jpg" alt="Suggestions By Facebook As You Type" width="427" height="289" /><p class="wp-caption-text">Suggestions By Facebook As You Type</p></div></p>
<ul>
<li>Education
<ul>
<li>College Grad</li>
<li>In College</li>
<li>In High School</li>
</ul>
</li>
</ul>
<h4>How Do I Know Who To Target?</h4>
<p>Ok, so you know of the different targeting options but how do you know how to segment your ads and who to target? Well, if you are running a few ads for your ecommerce website and linking to the home page in general and not to a specific item then you can simply go to <a href="http://quantcast.com" target="_blank">quantcast.com</a> enter your website or your competitors website and find out your visitors demographics.</p>
<p>For your first campaign you should target, the groups which are the most. For example if most of your visitors are female, even though its not by much just 60/4o then select female option when you create your facebook ads. The same goes for age and location. Quantcast breaks down your demographics by more details than the options available from facebook but they make a good combination and it gives you a good idea as to who your customer is.</p>
<h4>Facebook Ads For Affiliate Marketers</h4>
<p>If you are an affiliate marketer, you can use the same strategy by finding out a websites demographics and then segmenting your facebook ads to those specific demographics. Most advertisers don&#8217;t rely on Facebook Ads to generate traffic to their site, they use the big 3 (Google, Yahoo, MSN/Live) so you won&#8217;t encounter to much competition and the Cost Per Click is still cheap. But it wont stay that wasy forever.</p>
<p>Start your <a href="http://www.facebook.com/advertising/" target="_blank">Facebook Ads</a> today.</p>
<p>Don&#8217;t solely rely on Facebook Ads to drive traffic to your site, this is just another PPC option which is available at a discounter price.</p>
<p>Are you already using facebook ads for your site?</p>
]]></content:encoded>
			<wfw:commentRss>http://duvid.com/blog/how-to-use-facebook-ads-70/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Rank For Your Name Instantly, Goolge Profiles&#8230;&#8230;</title>
		<link>http://duvid.com/blog/rank-for-your-name-instantly-goolge-profiles-53/</link>
		<comments>http://duvid.com/blog/rank-for-your-name-instantly-goolge-profiles-53/#comments</comments>
		<pubDate>Tue, 05 May 2009 02:02:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[SEO]]></category>

		<category><![CDATA[Social Media]]></category>

		<category><![CDATA[google profiles]]></category>

		<category><![CDATA[universal search]]></category>

		<guid isPermaLink="false">http://duvid.com/blog/?p=53</guid>
		<description><![CDATA[Being that my blog is fairly new, I don&#8217;t expect to rank in google when you search for David Rosenberg just yet. It is fairly understandable being that I don&#8217;t have any links yet either. With time that will all change and hopefully I will rank for my full name when you do a search [...]]]></description>
			<content:encoded><![CDATA[<p>Being that my blog is <a href="http://duvid.com/blog/first-official-blog-post-3/">fairly new</a>, I don&#8217;t expect to rank in google when you search for <a href="http://duvid.com">David Rosenberg</a> just yet. It is fairly understandable being that I don&#8217;t have any links yet either. With time that will all change and hopefully I will rank for my full name when you do a search in google. For those of you out there which don&#8217;t yet have a personal website or if you are in the same predicament as me there is still hope.</p>
<p>Google launched <a href="http://www.google.com/profiles">google profiles</a>, a few weeks ago you can read a detailed over view at <a href="http://searchengineland.com/google-profile-results-launched-17865">search engine land</a>. So I completed my profile, I filled in my information added a photo and  some links to my social media accounts, such as <a href="http://twitter.com/davidrosenberg" target="_blank">twitter</a> and <a href="http://del.icio.us/DRosenberg">delicious</a> and 5 minutes later when I did a search for <a href="http://www.google.com/search?q=david+rosenberg" target="_blank">David Rosenberg</a> there I was. Under all the listings with 3 other David Rosenbergs.</p>
<p><div id="attachment_54" class="wp-caption aligncenter" style="width: 549px"><img class="size-full wp-image-54" title="Google Profiles" src="http://duvid.com/blog/wp-content/uploads/2009/05/google-profile.jpg" alt="Google Profiles" width="539" height="150" /><p class="wp-caption-text">Google Profile Results For David Rosenberg</p></div></p>
<p>Last Friday <a href="http://www.google.com/profiles/me/bizcards" target="_blank">google posted</a> (no longer valid) that they are giving away 25 free business cards to the first 10,000 for their google profile. Well I ordered mine and they will look like this.</p>
<p><div id="attachment_55" class="wp-caption aligncenter" style="width: 353px"><img class="size-full wp-image-55" title="google-profile-business-cards" src="http://duvid.com/blog/wp-content/uploads/2009/05/google-profile-business-cards.jpg" alt="David Rosenbergs Google Profile Business Card" width="343" height="200" /><p class="wp-caption-text">David Rosenbergs Google Profile Business Card</p></div></p>
<p>This is a very easy way to rank for your name so what are you waiting for, go ahead and complete your <a href="http://google.com/profile">google profile</a>.</p>
<p><strong>Update:</strong> For those that are looking for my profile on google here it is. <a href="http://www.google.com/profiles/101123822159477836857">David Rosenberg &#8217;s Google Profile</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://duvid.com/blog/rank-for-your-name-instantly-goolge-profiles-53/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Get Listed In Googles Index Within 24 Hours</title>
		<link>http://duvid.com/blog/get-listed-in-googles-index-within-24-hours-49/</link>
		<comments>http://duvid.com/blog/get-listed-in-googles-index-within-24-hours-49/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 20:45:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[SEO]]></category>

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

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

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

		<guid isPermaLink="false">http://duvid.com/blog/?p=49</guid>
		<description><![CDATA[New websites are launched ever day with newbies on yahoo answers asking why when they do a search for their website they don&#8217;t show up at all. The typcial response that they get is, add your website to google&#8217;s index over here http://www.google.com/addurl/?continue=/addurl. But this is not the best solution as you can see google [...]]]></description>
			<content:encoded><![CDATA[<p>New websites are launched ever day with newbies on yahoo answers <a href="http://answers.yahoo.com/question/index;_ylt=Amy_kn3yAPF9EOxuQz4LSZht.Bd.;_ylv=3?qid=20090430063446AApISwM">asking</a> why when they do a search for their website they don&#8217;t show up at all. The typcial response that they get is, add your website to google&#8217;s index over here http://www.google.com/addurl/?continue=/addurl. But this is not the best solution as you can see google clearly states.</p>
<blockquote><p><span>We add and update new sites to our index each time           we crawl the web, and we invite you to submit your URL here. <span style="text-decoration: underline;"><strong>We do not           add all submitted URLs to our index</strong></span>, and we cannot make any predictions           or guarantees about when or if they will appear. </span></p></blockquote>
<p><span>This is actually a newbies best bet, but if you already have a blog or a website and you have the ability to add a link from there to the new site chances are you will get indexed faster. But in most cases newbies don&#8217;t have other websites which they can use to add a link to the new site.</span></p>
<p><span>There was a period of time that I used to use <a href="http://forums.digitalpoint.com">digital point forums</a> to get my new sites indexed. Being that I was very active and had a lot of fresh posts I would add the links in my signature and within a matter of days my new site would be indexed in google. You have to make sure that the link does not have a <strong>rel=&#8221;nofollow&#8221;</strong> tag on it (rel=&#8221;nofollow&#8221; tells a search engine not to follow the link - more about this some other time.). This again is a luxury that I had being that I had an active account at a forum which allowed me to have links in my signature.</span></p>
<p><span>With all of the above options put aside there are still other options available to everyone which will help you get your site get indexed faster. Submit your website to <a href="http://www.digg.com">digg.com</a> google bots are practically there all day everyday indexed all the new pages and new links that they find. When their crawlers are there they look at all the new links and crawl them and in turn your new website is now put into  googles index.<br />
</span></p>
<p><span>What do you do in order to get your sites indexed in google? </span></p>
<form style="border:1px solid #ccc;padding:3px;text-align:center;" action="http://feedburner.google.com/fb/a/mailverify" method="post"><span>If you liked this blog post and Would like to learn more about SEO, subscribe to our blog.<br />
Enter your email address:</span></p>
<input style="width: 140px; background-color: #ffffa0;" name="email" type="text" />
<input name="uri" type="hidden" value="duvid" />
<input name="loc" type="hidden" value="en_US" />
<input type="submit" value="Subscribe" /> </form>
]]></content:encoded>
			<wfw:commentRss>http://duvid.com/blog/get-listed-in-googles-index-within-24-hours-49/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Duplicate Title Tags Duplicate Title Tags</title>
		<link>http://duvid.com/blog/duplicate-title-tags-duplicate-title-tags-40/</link>
		<comments>http://duvid.com/blog/duplicate-title-tags-duplicate-title-tags-40/#comments</comments>
		<pubDate>Sun, 12 Apr 2009 17:17:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[SEO]]></category>

		<category><![CDATA[google webamster tools]]></category>

		<category><![CDATA[seo tools]]></category>

		<category><![CDATA[title tags]]></category>

		<guid isPermaLink="false">http://duvid.com/blog/?p=40</guid>
		<description><![CDATA[When doing on site optimization on a website, one of the fist things to look at are the title tags.  For my friends and family which are new to SEO, and want to learn about SEO I send them to webconfs &#8220;15 minutes to seo&#8221; tutorial. For each factor that one can use for doing [...]]]></description>
			<content:encoded><![CDATA[<p>When doing on site optimization on a website, one of the fist things to look at are the title tags.  For my friends and family which are new to SEO, and want to learn about SEO I send them to <a href="http://www.webconfs.com/15-minute-seo.php" target="_blank">webconfs &#8220;15 minutes to seo&#8221; tutorial</a>. For each factor that one can use for doing SEO webconfs gives it a score between +3 to - 3. As you can see the first item on the list is <strong>title tags</strong> with a +3 score.</p>
<p>The title of a page is what tells the search engines what the page is all about. Having great descriptive title tags with the keywords that you are trying to rank for will help a lot for your site to rank better in the SERP.</p>
<p>Even once you have the proper title tags set up on your site you need to make sure that you don&#8217;t have the same title tag for different pages. There are many websites that have limited capability with their CMS and by default they have the same title tags for all their pages. This is something that you should really try to avoid at all costs especially for your important pages on your site.</p>
<p>Here is what google says in their <a href="http://www.google.com/webmasters/docs/search-engine-optimization-starter-guide.pdf" target="_blank">SEO Starter Guide</a> (PDF Download) if you have not read it yet go for it.</p>
<blockquote><p>Create unique title tags for each page - Each of your pages should ideally have a unique<br />
title tag, which helps Google know how the page is distinct from the others on your site.<br />
Avoid:<br />
• using a single title tag across all of your site&#8217;s pages or a large group of pages</p></blockquote>
<p><div id="attachment_41" class="wp-caption aligncenter" style="width: 310px"><a href="http://duvid.com/blog/wp-content/uploads/2009/04/duplicate-title-tags.jpg"><img class="size-medium wp-image-41" title="duplicate-title-tags" src="http://duvid.com/blog/wp-content/uploads/2009/04/duplicate-title-tags-300x187.jpg" alt="duplicate-title-tags" width="300" height="187" /></a><p class="wp-caption-text">Duplicate Title Tags for Newegg.com web pages</p></div></p>
<p style="text-align: center;">There are many big websites that suffer from this problem such as <a href="site:www.newegg.com &quot;computer parts, pc components laptop computers&quot;">newegg.com</a>, as you can see from the image below</p>
<p>As you can see they have over 38,000 pages with the same title and many of the pages are unique and totally different, such as about us, product reviews, faq&#8217;s and a warrenty page. Each of these pages should have a different title.</p>
<p>Fortunately if you have a big website and you want to avoid this problem, <a href="www.google.com/webmasters/tools" target="_blank">google webmaster tools</a> can help. They have a section assigned to help webmasters avoid duplicate content. In the screenshot below you can see the pages that have duplicate titles on my new website <a href="http://www.buydp.com">buydp.com</a> (still in beta).</p>
<p><div id="attachment_42" class="wp-caption aligncenter" style="width: 310px"><a href="http://duvid.com/blog/wp-content/uploads/2009/04/webmaster-tools.jpg"><img class="size-medium wp-image-42" title="webmaster-tools" src="http://duvid.com/blog/wp-content/uploads/2009/04/webmaster-tools-300x120.jpg" alt="webmaster-tools" width="300" height="120" /></a><p class="wp-caption-text">Google Webmaster Tools - Duplicate Title Dashboard</p></div></p>
<p>If you click on duplicate title tags it will take you to a list which links to all the pages that have duplicate content. This will help you manage and maintain your titles so that you can constantly monitor your pages and avoid the duplicate title issue.</p>
]]></content:encoded>
			<wfw:commentRss>http://duvid.com/blog/duplicate-title-tags-duplicate-title-tags-40/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Live Sports Socres In Universal Search</title>
		<link>http://duvid.com/blog/live-sports-socres-in-universal-search-30/</link>
		<comments>http://duvid.com/blog/live-sports-socres-in-universal-search-30/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 02:34:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[SEO]]></category>

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

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

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

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

		<category><![CDATA[universal search]]></category>

		<guid isPermaLink="false">http://duvid.com/blog/?p=30</guid>
		<description><![CDATA[The baseball season has just begun, being that I am a big fan of the New York Yankees, I did a quick search today for yankees in google. Here is what I got.
I am pretty sure that google has been showing sports scores in the search results. But today I noticed two new things that [...]]]></description>
			<content:encoded><![CDATA[<p>The baseball season has just begun, being that I am a big fan of the New York Yankees, I did a quick search today for yankees in google. Here is what I got.</p>
<p><a href="http://duvid.com/blog/wp-content/uploads/2009/04/yankees-universal-search.bmp"><img class="aligncenter size-full wp-image-31" title="Baseball Box Scores In SERPs" src="http://duvid.com/blog/wp-content/uploads/2009/04/yankees-universal-search.bmp" alt="Blended Search / Universal Search" /></a>I am pretty sure that google has been showing sports scores in the search results. But today I noticed two new things that I have not seen in the past.</p>
<ol>
<li>Google is displaying in box score during the game, which means that they are fetching the data from mlb.com, probably via API, although I am not sure.</li>
<li>Google added a link &#8220;add to iGoogle&#8221;, right next to the box score, which takes you to a <a href="http://www.google.com/ig/adde?moduleurl=www.google.com/ig/modules/sports-scores.xml">sports scores gadget</a>.</li>
</ol>
<p>This comes to no surprise especially after this weekend when we learned that google has been <a href="http://kara.allthingsd.com/20090403/sorry-to-get-you-all-a-twitter-but-google-is-not-in-late-stage-talks-to-acquire-the-hot-microblogging-service/">talking to twitter</a> about crawling their site better so that google can display live results from twitter. Google is into <a href="http://www.mattcutts.com/blog/minty-fresh-indexing/">freshness</a> and keeping their index as up to date as possible with the latest information. In addition, by keeping the score and the box score in the SERP&#8217;s, this allaws the searcher to remain on google&#8217;s site a bit longer and maybe click on an ad before leaving to a different website.</p>
<p>Have you seen an &#8220;add to iGoogle&#8221; link before in the google SERP&#8217;s? Is google displaying it anywhere else?</p>
]]></content:encoded>
			<wfw:commentRss>http://duvid.com/blog/live-sports-socres-in-universal-search-30/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What Did Hitler Do When Twitter Went Down?</title>
		<link>http://duvid.com/blog/what-did-hitler-do-when-twitter-went-down-17/</link>
		<comments>http://duvid.com/blog/what-did-hitler-do-when-twitter-went-down-17/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 01:26:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Social Media]]></category>

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

		<guid isPermaLink="false">http://duvid.com/blog/?p=17</guid>
		<description><![CDATA[As I write this post, twitter is down. It has not been down for a long, long, long time. When twitter first started out it used to go down twice a week or more for long periods of time. Do you remember the twitter fail whale?
Currently on their website they state that they should be [...]]]></description>
			<content:encoded><![CDATA[<p>As I write this post, <a href="http://www.twitter.com">twitter</a> is down. It has not been down for a long, long, long time. When twitter first started out it used to go down twice a week or more for long periods of time. Do you remember the twitter fail whale?</p>
<p><div class="wp-caption aligncenter" style="width: 410px"><img title="Twitter Fail Whale" src="http://i.zdnet.com/blogs/twitter_fail_whale.png" alt="Twitter Fail Whale" width="400" height="300" /><p class="wp-caption-text">Twitter Fail Whale</p></div></p>
<p>Currently on their website they state that they should be up in an hour or so.</p>
<blockquote><p><span style="font-size: 1.4em; font-weight: bold;">Twitter is currently down for unscheduled maintenance.</span></p>
<div style="font-size: 1.2em; margin-top: 2px; color: #b6b6a3;">We expect to be back in about an hour. Thanks for your patience.</div>
</blockquote>
<p><a href="http://duvid.com/blog/wp-content/uploads/2009/04/twitter-is-down.bmp"><img class="aligncenter size-full wp-image-18" title="twitter-is-down" src="http://duvid.com/blog/wp-content/uploads/2009/04/twitter-is-down.bmp" alt="Twitter Is Down" /></a></p>
<div style="font-size: 1.2em; margin-top: 2px; color: #b6b6a3;"><span style="color: #000000;">Click on the image to enlarge. Image thanks to <a href="http://blogs.zdnet.com/BTL/?p=14952">ZDNET</a>.</span></div>
<div style="font-size: 1.2em; margin-top: 2px; color: #b6b6a3;"><span style="color: #000000;"><br />
</span></div>
<div style="font-size: 1.2em; margin-top: 2px; color: #b6b6a3;"><span style="color: #000000;">Now that twitter is down it reminds me of a video depicting how unreliable twitter used to be.</span></div>
<div style="font-size: 1.2em; margin-top: 2px; color: #b6b6a3;"><span style="color: #000000;"><br />
</span></div>
<p><object width="425" height="344" data="http://www.youtube.com/v/wd4WZ3LqCKw&amp;hl=en&amp;fs=1&amp;rel=0" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/wd4WZ3LqCKw&amp;hl=en&amp;fs=1&amp;rel=0" /><param name="allowfullscreen" value="true" /></object></p>
<p>If twitter wants to grow up one day and start monetizing and maybe become a real search engine, with an ad platform they better figure out how to keep their website up at all times, google and yahoo don&#8217;t seem to have that problem.</p>
<p><strong>Update:</strong> Twitter is back up.</p>
]]></content:encoded>
			<wfw:commentRss>http://duvid.com/blog/what-did-hitler-do-when-twitter-went-down-17/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Lower You Bounce Rate, Quick Tip From SES NY</title>
		<link>http://duvid.com/blog/lower-you-bounce-rate-quick-tip-from-ses-ny-15/</link>
		<comments>http://duvid.com/blog/lower-you-bounce-rate-quick-tip-from-ses-ny-15/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 06:18:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[SEO]]></category>

		<category><![CDATA[bounce rate]]></category>

		<category><![CDATA[google website optimizer]]></category>

		<guid isPermaLink="false">http://duvid.com/blog/?p=15</guid>
		<description><![CDATA[Like I told you in my first post ever, that I will blog about SES NY, which I attended. This is my first time that I went to the SES show althought I have been to the SMX shows a few times. Being that I have been doing SEO for over 3 years, a lot [...]]]></description>
			<content:encoded><![CDATA[<p>Like I told you in <a href="http://duvid.com/blog/?p=3">my first post ever</a>, that I will blog about SES NY, which I attended. This is my first time that I went to the SES show althought I have been to the SMX shows a few times. Being that I have been doing SEO for over 3 years, a lot of the things that which were mentioned at the show seemed repetetive and it was more for beginners but there were some good fresh ideas as well and things that I missed that I was able to pick up on. Here is a quick tip that I enjoyed from day one.</p>
<p>The first session that I attened was <strong>Meaningful SEO Metrics: Going Beyond the Numbers</strong>.</p>
<p>Ray &#8220;Catfish&#8221; Comstock, had a great idea, that if you have an important  page on your site which has a very high bounce rate with little traffic and you want to figure out how to fix the page, he suggests that you set up a PPC campaign drive traffic to the page and do A/B (Google Website Optimizer) testing until you lower your bounce rate.</p>
<p><strong>Please Note:</strong> You don&#8217;t need to have an adwords account in order to use Google Website Optimizer.</p>
<p>Go ahead use it, its a great tool for A/B and mulit variant testing.</p>
]]></content:encoded>
			<wfw:commentRss>http://duvid.com/blog/lower-you-bounce-rate-quick-tip-from-ses-ny-15/feed/</wfw:commentRss>
		</item>
		<item>
		<title>White House Playground</title>
		<link>http://duvid.com/blog/white-house-playground-6/</link>
		<comments>http://duvid.com/blog/white-house-playground-6/#comments</comments>
		<pubDate>Thu, 02 Apr 2009 03:20:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://duvid.com/blog/?p=6</guid>
		<description><![CDATA[I am sure you know this already, the Obama&#8217;s installed a playground in the WhiteHouse lawn on March, 4, 2009. Here is an image of a plaque which was put on the play system.
Image credits to blog.alignex.com:
A few days after the playground was installed in the White House lawn, The National Recreation and Park Association [...]]]></description>
			<content:encoded><![CDATA[<p>I am sure you know this already, the Obama&#8217;s installed a playground in the WhiteHouse lawn on March, 4, 2009. Here is an image of a plaque which was put on the play system.</p>
<p><div class="wp-caption aligncenter" style="width: 299px"><img title="White House Playground Palque" src="http://blog.alignex.com/Portals/10734/images//Playset-Plaque.jpg" alt="White House Playground Palque" width="289" height="226" /><p class="wp-caption-text">White House Playground Plaque</p></div></p>
<p>Image credits to <a href="http://blog.alignex.com/mechanical-sales-blog-1/bid/8191/Green-Friendly-White-House-Playground-Set-was-designed-in-SolidWorks-by-Rainbow-Play-Systems-of-South-Dakota-by-Mike-Bailey">blog.alignex.com</a>:</p>
<p>A few days after the playground was installed in the White House lawn, <a href="http://www.nrpa.org/">The National Recreation and Park Association</a> contacted the White House and advised them to implement playground safety and suggested that they install <a href="http://www.rubberecycle.com" target="_blank">rubber mulch</a> for the playground surface. The White House in turn contacted Rubberecycle.com to have them install the rubber mulch. Below you can see the before and after pictures of the playground with and without the rubber mulch.</p>
<p>Being that they are one of my clients, I wanted to take advantage of the moment and do some PR for them. I contacted <a href="http://www.newspapergrl.com" target="_self">Janet Thaeler</a> aka <a href="http://twitter.com/NewspaperGrl">newspapergrl</a>, to write a press release for Rubberecycle.  You can read the press release about the rubber mulch on <a href="http://www.prweb.com/releases/recycled/mulch/prweb2264344.htm" target="_blank">prweb.com</a>.</p>
<p>I have used Janet&#8217;s service many times in the past, she does some great <a href="http://www.newspapergrl.com/category/pr-20/" target="_blank">online PR</a>, and I was very please with the success that we received from the latest press release.</p>
<p>As promised here are the playground before and after pics.</p>
<p><div class="wp-caption aligncenter" style="width: 491px"><img title="Before" src="http://s-ec.buzzfeed.com/static/imagebuzz/terminal01/2009/3/5/11/white-house-swing-set-9917-1236269744-8.jpg" alt="White House Playground Before" width="481" height="251" /><p class="wp-caption-text">White House Playground Before</p></div></p>
<p><div class="wp-caption aligncenter" style="width: 490px"><img title="After" src="http://farm4.static.flickr.com/3599/3368699922_627e3ff5cd.jpg?v=0" alt="White House Playground After" width="480" height="320" /><p class="wp-caption-text">White House Playground After</p></div></p>
<p>Image credits to <a href="http://www.buzzfeed.com/akdobbins/white-house-swing-set/the_set_is_near_the_white_house_putting_green_fyi" target="_blank">www.buzzfeed.com</a> and</p>
<p><a href="http://www.flickr.com/photos/rubbermulch/3368699922/" target="_blank">rubbermulch on flickr.com</a></p>
<p><strong>Update April 2 2009 1:17 PM:</strong></p>
<p>Janet did a guest post on <a href="http://tinychoices.com/2009/04/02/guest-post-obamas-green-playground/" target="_blank">tinychoices.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://duvid.com/blog/white-house-playground-6/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
