<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Blog on Online Marketing</title>
	<atom:link href="http://onlinemarketbuzz.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://onlinemarketbuzz.com</link>
	<description></description>
	<lastBuildDate>Sat, 28 Apr 2012 21:06:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Robots.txt exclusion standard</title>
		<link>http://onlinemarketbuzz.com/robots-txt-exclusion-standard/</link>
		<comments>http://onlinemarketbuzz.com/robots-txt-exclusion-standard/#comments</comments>
		<pubDate>Sat, 01 Jan 2011 08:51:02 +0000</pubDate>
		<dc:creator>riteshtanu</dc:creator>
				<category><![CDATA[Search Engine Optimization]]></category>
		<category><![CDATA[robot.txt]]></category>
		<category><![CDATA[robot.txt standards]]></category>
		<category><![CDATA[Where to put robots.txt file]]></category>
		<category><![CDATA[Which robots will follow instructions in robot.txt file?]]></category>

		<guid isPermaLink="false">http://onlinemarketbuzz.com/?p=345</guid>
		<description><![CDATA[Robots.txt file is used by webmaster to instruct robots about their site.  This practice is called The Robots Exclusion Protocol. What are Robots? Web robots also known as spiders or crawlers are programs that travel across the web pages automatically. Search engines like Google and Bing use them to crawl and index the web content. [...]]]></description>
			<content:encoded><![CDATA[<p>Robots.txt file is used by webmaster to instruct robots about their site.  This practice is called The Robots Exclusion Protocol.</p>
<p><strong>What are Robots?</strong></p>
<p>Web robots also known as spiders or crawlers are programs that travel across the web pages automatically. Search engines like Google and Bing use them to crawl and index the web content. Some of the common purpose for which robots are used are Indexing, HTML validation, Link validation, &#8220;What&#8217;s New&#8221; monitoring, Mirroring.</p>
<p><strong>How It Works?</strong></p>
<p>Before indexing the web pages search engine robots look for the /robots.txt file. This file contains set of instructions for search engines. Based on the instructions found in Robots.txt file, search engines index, selectively index or no index the pages on the site.</p>
<p>&nbsp;</p>
<p><strong>Commonly used Instructions</strong></p>
<p><strong>This instruction tells all robots to visit all directories because the wildcard <code>*</code> specifies all robots:</strong></p>
<p>User-agent: *</p>
<p>Disallow:</p>
<p><strong>Instruction to keep all robots out of the website. Use this if the website is not to be indexed.</strong></p>
<pre>User-agent: *</pre>
<pre>Disallow: /</pre>
<p><strong>Instruction to keep any particular robot out of site</strong></p>
<pre>User-agent: BadBot</pre>
<pre>Disallow: /</pre>
<h5>Instruction to allow a single robot and disallow all others</h5>
<pre>User-agent: Google</pre>
<pre>Disallow:</pre>
<pre>User-agent: *</pre>
<pre>Disallow: /</pre>
<h5>Instruction to read all files except one</h5>
<pre>User-agent: *</pre>
<pre>Disallow: /~joe/stuff/</pre>
<p><strong>Allow Directive-</strong> In order to be compatible to all robots, if one wants to allow single files inside an otherwise disallowed directory, it is necessary to place the Allow directive(s) first, followed by the Disallow, for example:</p>
<p>User-agent: *</p>
<p>Allow: /folder1/myfile.html</p>
<p>Disallow: /folder1/</p>
<p><strong>Instructions to block files of a specific file type (for example, .gif):</strong></p>
<p>User-agent: *</p>
<p>Disallow: /*.gif$</p>
<p><strong>Which robots will follow instructions in robot.txt file?</strong></p>
<p>All legitimate search engines and standard programs while <strong>malware</strong> robots that scan the web for security vulnerabilities, and email address harvesters used by spammers will pay no attention.</p>
<p><strong>Where to put robots.txt file</strong></p>
<p>Put your robots.txt file in the top-level directory of your web server where you put your website index file.  For instance, http://www.example.com/robots.txt is a valid location.<strong></strong></p>
<div id="seo_alrp_related"><h2>Posts Related to Robots.txt exclusion standard</h2><ul><li><div class="seo_alrp_rl_content"><h3><a href="http://onlinemarketbuzz.com/designers-should-know-the-basics-of-seo-part-2/" rel="bookmark">Designers Should Know The Basics of SEO-Part 2</a></h3><p>As promised yesterday,  here are a few more SEO tips for designers. Provide A Link To Your Home Page: Of course, we all know we ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://onlinemarketbuzz.com/5-highly-useful-wordpress-plugins-2/" rel="bookmark">5 Highly Useful WordPress Plugins</a></h3><p>Yet Another Related Posts Plugin Once installed and activated, this plugin will help in getting the list of similar posts from your blog. You can ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://onlinemarketbuzz.com/designers-should-know-the-basics-of-seo-part-1/" rel="bookmark">Designers Should Know The Basics Of SEO: Part 1</a></h3><p>SEO is not only for online marketers, as a front-end developer or a website designer on-page optimization is your responsibility. If you are not making ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://onlinemarketbuzz.com/5-highly-useful-wordpress-plugins/" rel="bookmark">5 Highly Useful WordPress Plugins</a></h3><p>One of the major reasons that make WordPress a top blogging platfrom is the availability of mammoth list of useful plugins. These plugins really makes ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://onlinemarketbuzz.com/how-to-apply-relnofollow/" rel="bookmark">How to apply rel=”nofollow” ?</a></h3><p>Once you add “no follow” attribute, search engine robots will understand that site owner is actually not giving any prominence or weightage to the link ...</p></div></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://onlinemarketbuzz.com/robots-txt-exclusion-standard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lunching Multiple ccTLDs website</title>
		<link>http://onlinemarketbuzz.com/lunching-multiple-cctlds-website/</link>
		<comments>http://onlinemarketbuzz.com/lunching-multiple-cctlds-website/#comments</comments>
		<pubDate>Fri, 17 Dec 2010 12:20:08 +0000</pubDate>
		<dc:creator>riteshtanu</dc:creator>
				<category><![CDATA[Search Engine Optimization]]></category>
		<category><![CDATA[ccTLDs website]]></category>
		<category><![CDATA[geotargeting]]></category>
		<category><![CDATA[multi languagae website]]></category>
		<category><![CDATA[multi regional website]]></category>

		<guid isPermaLink="false">http://onlinemarketbuzz.com/?p=337</guid>
		<description><![CDATA[Surveys have proved that people explicitly look for and use local and localized websites—properly localized sites definitely have advantages with users.  And search engines would definitely try to show results that people like.  So if you are thinking of launching your business in multiple countries, it is advisable to use ccTLDs rather than creating subdoamains [...]]]></description>
			<content:encoded><![CDATA[<p>Surveys have proved that people explicitly look for and use local and localized websites—properly localized sites definitely have advantages with users.  And search engines would definitely try to show results that people like.  So if you are thinking of launching your business in multiple countries, it is advisable to use ccTLDs rather than creating subdoamains or region specific folders in your site.  Instead of going for de.examlpe.com, uk.example.com, in.example.com (subdomains)or example.com/de, example.com/uk, example.com/de (folders in your site) go for example.de, example.uk, example.in</p>
<p>Here are some of the possible URL structures with advantages and disadvantages with regards to geotargeting:</p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top" width="160">ccTLDs like example .de, example.fr</td>
<td valign="top" width="160">Subdomains with gTLDsDe.example.com, fr.example.com</td>
<td valign="top" width="160">Subdirectories or folders like example.com./de, example.fr</td>
<td valign="top" width="160"><strong>URL parameters</strong><br />
eg: site.com?loc=de, ?country=france, etc</td>
</tr>
<tr>
<td valign="top" width="160"><strong>Advantage<br />
</strong>-Host it anywhere,</p>
<p>-server location does not matter</p>
<p>-Geo targeting can be well defined</td>
<td valign="top" width="160"><strong>Advantage<br />
</strong>-use Webmaster Tools geotargeting<br />
-different server locations possible<br />
-easy separation of sites</p>
<p>-no need to buy another domain</td>
<td valign="top" width="160"><strong>Advantage<br />
</strong>-use Webmaster Tools geotargeting<br />
- low maintenance (same host)</p>
<p>-no need to buy another domain</td>
<td valign="top" width="160"><strong>Advantage<br />
</strong>(not recommended)</td>
</tr>
<tr>
<td valign="top" width="160"><strong>Disadvantage</strong>expensive<br />
- more infrastructure<br />
- ccTLD requirements (sometimes)</p>
<p>- legal requirements (sometimes)</td>
<td valign="top" width="160"><strong>Disadvantage</strong>users might not recognize geotargeting from the URL alone (is &#8220;de&#8221; the language or country?)</td>
<td valign="top" width="160"><strong>Disadvantage</strong>- users might not recognize geotargeting from the URL alone<br />
- single server location<br />
- separation of sites harder</td>
<td valign="top" width="160"><strong>Disadvantage</strong>segmentation based on the URL is difficult<br />
- users might not recognize geotargeting from the URL alone<br />
- geotargeting in Webmaster Tools is not possible</td>
</tr>
</tbody>
</table>
<p>In this post, we&#8217;ll take a look at what is involved with multi-regional and multi-lingual websites from a search engine point of view.  Let’s understand the meaning of these two terms multi regional and multi-lingual first. A website targeted towards multiple countries is multi regional whereas if some of these are also in different languages it is Multilanguage website too.</p>
<p>Now let’s start with some of the general preparations that are important for launching your ccTLD site.</p>
<p><strong>Ensure Correct Coding</strong></p>
<p>Any error with the base website code will multiply in you multi regional websites. Hence before replicating the code resolve all known issues and bugs with the base website.</p>
<p><strong>Legal Formalities</strong></p>
<p>Make sure you are through with the legal formalities for the region. These requirements may determine how you proceed, for instance whether or not you would be eligible to use a country-specific domain name.</p>
<p><strong>Localization</strong></p>
<p>The very reason for you going for ccTLDs must be addressed properly. Content in local language, ability to offer your products in local currency, local address and phone numbers are some of the critical factors for localizing your website.</p>
<p><strong>Server Location</strong></p>
<p>Though server location can be a factor for ranking in search engines result pages but this signal tends to be quite weak because of the stronger signal that is inclusion of country specific domain name in your URL.  Hence it makes no sense to host your website in local region. This means example.de should not necessarily be hosted in Germany to gain SEO benefits.  It is fine even if you host it in U.S.A. Use your webmaster tool and choose Germany in your target country for .de domain and this will be enough for Search Engine to understand where to show results.</p>
<p><strong>Duplicate Content</strong></p>
<p>It’s okay to have same content on your multi regional website there is no penalty attached to it. But it is good if you can come up with localized content for each ccTLDs.  This is not only good for Search Engines but also good for users visiting on the site. Each country has its own style of writing and uses of language.</p>
<p>&nbsp;</p>
<div id="seo_alrp_related"><h2>Posts Related to Lunching Multiple ccTLDs website</h2><ul><li><div class="seo_alrp_rl_content"><h3><a href="http://onlinemarketbuzz.com/5-hard-to-die-seo-myths/" rel="bookmark">5 Hard to Die SEO Myths</a></h3><p>Domain Age Affects Search Engine Ranking of your Page It’s good to secure your domain for longer period if you have found your desired domain ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://onlinemarketbuzz.com/does-the-speed-of-your-site-affects-ranking-on-google/" rel="bookmark">Does the Speed of your site affects ranking on Google?</a></h3><p>Google has recently announced that out of more than 200 factors that are taken into account, Site speed will also be one. Though the relative ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://onlinemarketbuzz.com/robots-txt-exclusion-standard/" rel="bookmark">Robots.txt exclusion standard</a></h3><p>Robots.txt file is used by webmaster to instruct robots about their site.  This practice is called The Robots Exclusion Protocol. What are Robots? Web robots ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://onlinemarketbuzz.com/how-to-optimize-your-keyword-search/" rel="bookmark">How to Optimize Your Keyword Search</a></h3><p>Whether optimizing your website organically or looking for paid traffic for your site, in both the cases you would require doing an extensive keyword research.  ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://onlinemarketbuzz.com/22-useful-seo-tips-you-can-make-use-of/" rel="bookmark">22 Useful SEO Tips You Can Make Use Of</a></h3><p>Here are some of the useful search engine optimization tips. These tips are based on practical experience. I’ am trying to include all that are ...</p></div></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://onlinemarketbuzz.com/lunching-multiple-cctlds-website/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Difference Between Bounce Rate and Exit Percentage</title>
		<link>http://onlinemarketbuzz.com/difference-between-bounce-rate-and-exit-percentage/</link>
		<comments>http://onlinemarketbuzz.com/difference-between-bounce-rate-and-exit-percentage/#comments</comments>
		<pubDate>Sat, 13 Nov 2010 17:03:11 +0000</pubDate>
		<dc:creator>riteshtanu</dc:creator>
				<category><![CDATA[Search Engine Optimization]]></category>
		<category><![CDATA[bounce rate]]></category>
		<category><![CDATA[difference between bounce rate and exit rate]]></category>
		<category><![CDATA[exit rate]]></category>

		<guid isPermaLink="false">http://onlinemarketbuzz.com/?p=315</guid>
		<description><![CDATA[I have often come across this Google analytics question- what is the difference between bounce rate and exit rate? Here is the simple explanation of the question. Bounce rate is the percentage of people who exited from the page on which they landed. This can be better understood with an example. Suppose 100 visitors on [...]]]></description>
			<content:encoded><![CDATA[<p>I have often come across this Google analytics question- what is the difference between bounce rate and exit rate?<br />
<a href="http://onlinemarketbuzz.com/wp-content/uploads/2010/11/BounceRate.png"><img class="alignleft  wp-image-322" title="BounceRate" src="http://onlinemarketbuzz.com/wp-content/uploads/2010/11/BounceRate.png" alt="Difference between bounce rate and exit percentage" width="228" height="218" /></a>Here is the simple explanation of the question.</p>
<p><strong>Bounce rate</strong> is the percentage of people who exited from the page on which they landed. This can be better understood with an example. Suppose 100 visitors on site landed on page A and without checking other pages on the site, 40 people left the website. Technically we say 40 /100 people bounces off the site or bounce rate of the site is 40%.<br />
There can be multiple factors for the bounce. It can be due to visitors landing on page which is not relevant to the keyword through which they reached the page. Or the page design  or visitor couldn’t find what she was looking for?</p>
<p>There is no standard set for high or low bounce rate and this would vary from site to site.  Based on your industry patterns, one should keep eye on bounce rate and try to reduce it.</p>
<p>&nbsp;</p>
<p><strong>Exit Rate</strong> is the percentage of visitors that left the page out of the total number of visito<strong></strong>rs that page has received. The difference compared to bounce rate is, an exit rate visitor might have come to the page from another web page on your site then exited <strong><a href="http://onlinemarketbuzz.com/wp-content/uploads/2012/04/ExitRate.png"><img class="alignleft  wp-image-317" title="ExitRate" src="http://onlinemarketbuzz.com/wp-content/uploads/2012/04/ExitRate.png" alt="Difference between Bounce rate and exit rate" width="152" height="130" /></a></strong>your web site. For example a visitor landed on page A and moved to page B and then left the <strong></strong>website.</p>
<p>This is critical to an<strong></strong>alyze in case a particular page of your site has very high exit rate.   Though both the metrics are different, it is extremely important to keep analyzing both these factors.<strong></strong></p>
<p>Low bounce rate and exit rate means customers expectations on your site are perhaps in harmony with your offerings on website.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<div id="seo_alrp_related"><h2>Posts Related to Difference Between Bounce Rate and Exit Percentage</h2><ul><li><div class="seo_alrp_rl_content"><h3><a href="http://onlinemarketbuzz.com/5-highly-useful-wordpress-plugins-2/" rel="bookmark">5 Highly Useful WordPress Plugins</a></h3><p>Yet Another Related Posts Plugin Once installed and activated, this plugin will help in getting the list of similar posts from your blog. You can ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://onlinemarketbuzz.com/5-highly-useful-wordpress-plugins/" rel="bookmark">5 Highly Useful WordPress Plugins</a></h3><p>One of the major reasons that make WordPress a top blogging platfrom is the availability of mammoth list of useful plugins. These plugins really makes ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://onlinemarketbuzz.com/what-next-on-twitter-to-entice-all-of-us/" rel="bookmark">What Next on Twitter to Entice all of us?</a></h3><p>A new survey report by Nileson (March,09) confirmed what we all knew that Twitter is at the top of five fastest social networking platforms growing ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://onlinemarketbuzz.com/how-to-get-started-with-your-ab-testing/" rel="bookmark">How to get started with your AB testing</a></h3><p>If you are a Google adword advertiser, this is something you should try more often. AB testing is an advertising feature that lets you track ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://onlinemarketbuzz.com/is-keywords-meta-tag-given-any-importance-by-google/" rel="bookmark">Is Keywords Meta Tag Given Any Importance By Google?</a></h3><p>I am not so sure about how Yahoo or Bing treats the keyword Meta tag but Google has officially announced they not at all take ...</p></div></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://onlinemarketbuzz.com/difference-between-bounce-rate-and-exit-percentage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to get started with your AB testing</title>
		<link>http://onlinemarketbuzz.com/how-to-get-started-with-your-ab-testing/</link>
		<comments>http://onlinemarketbuzz.com/how-to-get-started-with-your-ab-testing/#comments</comments>
		<pubDate>Sun, 17 Oct 2010 08:14:54 +0000</pubDate>
		<dc:creator>riteshtanu</dc:creator>
				<category><![CDATA[Marketing]]></category>
		<category><![CDATA[ab experiment]]></category>
		<category><![CDATA[ab testing]]></category>
		<category><![CDATA[Google adwords]]></category>

		<guid isPermaLink="false">http://onlinemarketbuzz.com/?p=305</guid>
		<description><![CDATA[If you are a Google adword advertiser, this is something you should try more often. AB testing is an advertising feature that lets you track the performance of your landing pages.For example, if you are running an adword campaign for your product ‘X’ and have multiple ideas for your landing page, set up A/B experiment [...]]]></description>
			<content:encoded><![CDATA[<p>If you are a Google adword advertiser, this is something you should try more often. AB testing is an advertising feature that lets you track the performance of your landing pages.For example, if you are running an adword campaign for your product ‘X’ and have multiple ideas for your landing page, set up A/B experiment and see which landing page perfroms best for you.</p>
<p>It takes only a few minutes to get starterd with your  A/B Experiment. All you need is multi variant of your landing page and a conversion page, for e.g thankyou.html.</p>
<p>Here are the steps to get started with your  A/B Experiment.</p>
<h3>Step 1</h3>
<p>Login to you Adword account and click on website optimizer or use adword credentials to sign in to Google website optimizer directly.</p>
<h3>Step 2</h3>
<p>Choose A/B Experiment, name your experiment and define original page, variation page(s) &amp; conversion page URLs.</p>
<h3>Step 3</h3>
<p>Continue with the setup, it offer you an option to do it yourself or in case you want to take help of your webmaster, choose as applicable and continue</p>
<h3>Step 4</h3>
<p>Copy paste the control and tracking script at the beginning of your original landing page, tracking script at the end of variation page source code and conversion script at the end of your conversion page.  In case you have more than one conversion page, install your conversion script to all conversion page.</p>
<p>Validate once you have installed the code You might see error in validation for your conversion page if the page is dynamically generated. In that case, complete the process of purchase once you reach the conversion page, save it as HTML and upload it. You will see the option to upload your pages, post error message shown during validation.</p>
<p>Once validated, you are ready with your A/B Experiment. Drive traffic through your campaigns to the original page. You can define what percentage of traffic do you want to send to variation page. In case you have 1 variant page it is ideal to distribute 50% of your traffic to each page.</p>
<p>You can view the performance of your page under Reporting tab. Based on the page performance, you can make changes to the content, design and layout of your landing page.</p>
<div id="seo_alrp_related"><h2>Posts Related to How to get started with your AB testing</h2><ul><li><div class="seo_alrp_rl_content"><h3><a href="http://onlinemarketbuzz.com/difference-between-bounce-rate-and-exit-percentage/" rel="bookmark">Difference Between Bounce Rate and Exit Percentage</a></h3><p>I have often come across this Google analytics question- what is the difference between bounce rate and exit rate? Here is the simple explanation of ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://onlinemarketbuzz.com/tips-to-expand-your-keyword-list-in-your-adword-campaign/" rel="bookmark">Tips To Expand Your Keyword List In Your Adword Campaign</a></h3><p>Shifting budget to the highest converting keywords by looking into Google Analytic account can be one good ways to optimize your adword campaign. But what ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://onlinemarketbuzz.com/how-to-import-your-wordpress-blog-to-your-facebook-profile-page/" rel="bookmark">How To Import Your WordPress Blog To Your Facebook Profile Page</a></h3><p>If you have a blog, you would definitely loll to promote it on every social media platforms and FaceBook definitely would be on top priority. ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://onlinemarketbuzz.com/can-i-increase-page-rank-of-my-site-using-no-follow-attribute/" rel="bookmark">Can I increase Page Rank of my site using “no follow” attribute?</a></h3><p>That’s something which you need to be very smart about. Simply by using rel=”no follow” for external site you will not be able to increase ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://onlinemarketbuzz.com/does-the-speed-of-your-site-affects-ranking-on-google/" rel="bookmark">Does the Speed of your site affects ranking on Google?</a></h3><p>Google has recently announced that out of more than 200 factors that are taken into account, Site speed will also be one. Though the relative ...</p></div></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://onlinemarketbuzz.com/how-to-get-started-with-your-ab-testing/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google disregards Mr.Gandhi?</title>
		<link>http://onlinemarketbuzz.com/google-disregards-mr-gandhi/</link>
		<comments>http://onlinemarketbuzz.com/google-disregards-mr-gandhi/#comments</comments>
		<pubDate>Sat, 02 Oct 2010 08:16:15 +0000</pubDate>
		<dc:creator>riteshtanu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[google doodle]]></category>

		<guid isPermaLink="false">http://onlinemarketbuzz.com/?p=307</guid>
		<description><![CDATA[Google celebrates 30th Birthday of pacman in style and put the whole word amazed by its exceptionally smart thinking. Google celebrates Flintstone’s 50th anniversary and perhaps does not miss any opportunity to mark universally important events through innovative manipulation of its logo. &#160; It was Gandhi Jayanti (2nd October- birth anniversary of Mahatma Gandhi) yesterdayand [...]]]></description>
			<content:encoded><![CDATA[<p>Google celebrates 30th Birthday of pacman in style and put the whole word amazed by its exceptionally smart thinking. Google celebrates Flintstone’s 50th anniversary and perhaps does not miss any opportunity to mark universally important events through innovative manipulation of its logo.</p>
<p><a href="http://onlinemarketbuzz.com/wp-content/uploads/2012/03/Theflintstones.jpg"><img class="aligncenter size-full wp-image-308" title="Theflintstones" src="http://onlinemarketbuzz.com/wp-content/uploads/2012/03/Theflintstones.jpg" alt="The flintstones" width="566" height="237" /></a></p>
<p><a href="http://onlinemarketbuzz.com/wp-content/uploads/2012/03/Pacman.jpg"><img class="aligncenter size-full wp-image-309" title="Pacman" src="http://onlinemarketbuzz.com/wp-content/uploads/2012/03/Pacman.jpg" alt="Pacman" width="591" height="251" /></a></p>
<p>&nbsp;</p>
<p>It was Gandhi Jayanti (2nd October- birth anniversary of Mahatma Gandhi) yesterdayand like all important dates it was expected Google will come up with great ideas to symbolize the man who is a universally recognized apostle of truth, peace and non violence, father of nation for India, and a globally acclaimed leader.</p>
<p>It was expected to see two round Gandhi glasses instead of “oo” in Google or the famous Gandhi stick instead of “L” in Google. But it seems Google PR/branding team feels the date is not worthy enough to be a part of its universal Google Doodle campaign.</p>
<p><strong>“Happy Gandhi Jayanti”</strong></p>
<div id="seo_alrp_related"><h2>Posts Related to Google disregards Mr.Gandhi?</h2><ul><li><div class="seo_alrp_rl_content"><h3><a href="http://onlinemarketbuzz.com/google-q4-net-income-increases-5-fold-to-1-9-billion/" rel="bookmark">Google Q4 Net Income Increases 5-Fold to $1.9 Billion</a></h3><p>Google posted a net income of $6.67 billion for the year 2009 compared to $4.22 billion last year in 2008. 47% of this revenue has ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://onlinemarketbuzz.com/gmail-priority-inbox-feature-designed-to-filter-out-wheat-from-the-chaff/" rel="bookmark">Gmail “Priority Inbox” feature–designed to filter out wheat from the chaff</a></h3><p>We know Google, yahoo, Microsoft and almost all other have empowered their mailing system to fight spam and we hardly see any spam mails landing ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://onlinemarketbuzz.com/top-5-online-marketing-trends-in-2010/" rel="bookmark">Top 5 Online Marketing Trends in 2010</a></h3><p>January 17th, 2010 The overall marketing strategy in 2009 was slightly gloomy with slashed budget and reworked strategies to fight back recession and survive in ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://onlinemarketbuzz.com/nominating-twitter-for-nobel-peace-prize/" rel="bookmark">Nominating Twitter for Nobel Peace Prize???</a></h3><p>There is a lot of buzz in the market about nominating twitter for nobel peace prize. That sounds ridiculous to me. I am not someone ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://onlinemarketbuzz.com/google-cn-is-redirecting-to-google-com-hk/" rel="bookmark">Google.cn is Redirecting to Google.com.hk</a></h3><p>Speculation had been swirling for sometimes that Google is preparing to announce a decision to pull out of China — the world’s largest Internet market ...</p></div></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://onlinemarketbuzz.com/google-disregards-mr-gandhi/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How do I link my Google Analytics account to my AdWords account?</title>
		<link>http://onlinemarketbuzz.com/how-do-i-link-my-google-analytics-account-to-my-adwords-account/</link>
		<comments>http://onlinemarketbuzz.com/how-do-i-link-my-google-analytics-account-to-my-adwords-account/#comments</comments>
		<pubDate>Thu, 16 Sep 2010 10:34:27 +0000</pubDate>
		<dc:creator>riteshtanu</dc:creator>
				<category><![CDATA[Utility]]></category>
		<category><![CDATA[adwords]]></category>
		<category><![CDATA[google analytics]]></category>
		<category><![CDATA[How do I link my Google Analytics account to my AdWords account]]></category>

		<guid isPermaLink="false">http://onlinemarketbuzz.com/?p=330</guid>
		<description><![CDATA[Use same email address for Google Analytics and Gooogle Adwords. The adwords login email address should have admin access to Analytics account. Here&#8217;s are the steps to link your Adwords and Anlytics accounts:      Sign in to your AdWords account at https://adwords.google.com.     Select the Tools &#38; Analysis tab and choose &#8220;Google Analytics.&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>Use same email address for Google Analytics and Gooogle Adwords. The adwords login email address should have admin access to Analytics account.</p>
<p><strong>Here&#8217;s are the steps to link your Adwords and Anlytics accounts:</strong></p>
<ul>
<li>     Sign in to your AdWords account at https://adwords.google.com.</li>
<li>    Select the Tools &amp; Analysis tab and choose &#8220;Google Analytics.&#8221;</li>
<li>    Select &#8220;I already have a Google Analytics account.&#8221;</li>
<li>    From the Existing Google Analytics Account drop-down menu, select the name of the Analytics account you&#8217;d like to link to. If you don&#8217;t see it listed, you&#8217;ll need to first add your AdWords username to your Analytics account as an Account Admin.</li>
<li>    Keep the checkboxes selected on this page, unless you&#8217;re sure you&#8217;d like to disable auto-tagging. For importing cost data, read &#8220;How can I import my AdWords cost data?&#8221;</li>
<li>    Select Link Account.</li>
</ul>
<div><a href="http://onlinemarketbuzz.com/wp-content/uploads/2012/04/GoogleAdwordsandAnalytics.jpg"><img class="size-full wp-image-331 aligncenter" title="GoogleAdwordsandAnalytics" src="http://onlinemarketbuzz.com/wp-content/uploads/2012/04/GoogleAdwordsandAnalytics.jpg" alt="GoogleAdwordsandAnalytics" width="608" height="313" /></a></div>
<p>And you are done. Now your two accounts Should be linked. If you opted to keep auto-tagging turned on, Analytics will start automatically tagging your AdWords links. You&#8217;ll be able to track the behavior of visitors coming from your AdWords ads, making it easier to gauge the ROI of your AdWords budget and make changes as necessary.</p>
<div id="seo_alrp_related"><h2>Posts Related to How do I link my Google Analytics account to my AdWords account? </h2><ul><li><div class="seo_alrp_rl_content"><h3><a href="http://onlinemarketbuzz.com/tips-to-expand-your-keyword-list-in-your-adword-campaign/" rel="bookmark">Tips To Expand Your Keyword List In Your Adword Campaign</a></h3><p>Shifting budget to the highest converting keywords by looking into Google Analytic account can be one good ways to optimize your adword campaign. But what ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://onlinemarketbuzz.com/22-useful-seo-tips-you-can-make-use-of/" rel="bookmark">22 Useful SEO Tips You Can Make Use Of</a></h3><p>Here are some of the useful search engine optimization tips. These tips are based on practical experience. I’ am trying to include all that are ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://onlinemarketbuzz.com/should-you-bid-on-your-competitors-brand-name/" rel="bookmark">Should You Bid on Your Competitors Brand Name</a></h3><p>We all do this actually while adding keywords to our adword campaign. But were slightly unsure of the legal compliance in doing so. No more ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://onlinemarketbuzz.com/deciding-your-keyword-match-options-in-google-adwords/" rel="bookmark">Deciding your keyword match options in Google adwords</a></h3><p>Google has recently introduced “broad match modifier”, a new AdWords targeting feature that lets you create keywords that triggers your ads to appear more than ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://onlinemarketbuzz.com/social-bookmarking-strategy-to-promote-your-site/" rel="bookmark">Social Bookmarking Strategy To Promote Your Site</a></h3><p>A successful online marketing campaign has to be treated in a more comprehensive way and must include the participation of community. It’s the era of ...</p></div></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://onlinemarketbuzz.com/how-do-i-link-my-google-analytics-account-to-my-adwords-account/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gmail “Priority Inbox” feature–designed to filter out wheat from the chaff</title>
		<link>http://onlinemarketbuzz.com/gmail-priority-inbox-feature-designed-to-filter-out-wheat-from-the-chaff/</link>
		<comments>http://onlinemarketbuzz.com/gmail-priority-inbox-feature-designed-to-filter-out-wheat-from-the-chaff/#comments</comments>
		<pubDate>Tue, 31 Aug 2010 08:12:26 +0000</pubDate>
		<dc:creator>riteshtanu</dc:creator>
				<category><![CDATA[Utility]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[Gmail Priority]]></category>

		<guid isPermaLink="false">http://onlinemarketbuzz.com/?p=302</guid>
		<description><![CDATA[We know Google, yahoo, Microsoft and almost all other have empowered their mailing system to fight spam and we hardly see any spam mails landing into inbox these days. Perhaps ‘spam mails’ once the biggest threat to online mailing system is no longer a threat. But even bigger problem today is to keep your inbox [...]]]></description>
			<content:encoded><![CDATA[<p>We know Google, yahoo, Microsoft and almost all other have empowered their mailing system to fight spam and we hardly see any spam mails landing into inbox these days.</p>
<p>Perhaps ‘spam mails’ once the biggest threat to online mailing system is no longer a threat. But even bigger problem today is to keep your inbox free of not so important mail as browsing through them or simply deleting them exhausts your time and almost a torture test for your tolerance level.</p>
<p>Receiving friend request from facebook or someone following you on twitter, breaking news from a news site or not so important message from your friend, technically speaking all these are not spam but are difficult and painful to deal with. BUT NO LONGER !</p>
<p>Google has now come with a remarkable new feature <strong>“Priority Inbox”</strong> which will now pick most important mails for us based on our email reading habit.</p>
<p>Priority Inbox splits your inbox into three sections: “Important and unread,” “Starred” and “Everything else”. It analyzes your experience with particular sender – is a message from someone whose mail you tend to open and reply to? Was the e-mail sent only to you, or was it part of an e-mail list? Did the message contain keywords that have proved interesting to you in the past? If a message makes the threshold for importance, Gmail marks it with a small yellow tag. These messages will appear at the top of your inbox, above the rest of your mail.<br />
<a href="http://onlinemarketbuzz.com/wp-content/uploads/2012/03/Gmail-Priority.jpg"><img class="aligncenter size-full wp-image-303" title="Gmail Priority" src="http://onlinemarketbuzz.com/wp-content/uploads/2012/03/Gmail-Priority.jpg" alt="Gmail Priority" width="504" height="182" /></a><br />
The more you use it the better will be the filtering. The integration of two buttonsto mark a mail as important and unimportant will train your inbox to filter out mails in future. It is expected that at least you use the feature for 2 weeks before the filters are optimized as per your needs.</p>
<div id="seo_alrp_related"><h2>Posts Related to Gmail “Priority Inbox” feature–designed to filter out wheat from the chaff</h2><ul><li><div class="seo_alrp_rl_content"><h3><a href="http://onlinemarketbuzz.com/256/" rel="bookmark">Making Your eMail Marketing Campaign Stand Out</a></h3><p>On an average, we receive 7-10 unsolicited mails everyday. Do we really care to open them or just select and delete all such mails? Most ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://onlinemarketbuzz.com/email-marketing-rocks-if-you-plan-it-right/" rel="bookmark">Email Marketing Rocks If You Plan it Right?</a></h3><p>Marketing needs a lot of budget. If you wanna reach out to large audience you really need to invest, a lot on adverting, hiring a ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://onlinemarketbuzz.com/is-your-email-marketing-campaign-in-compliance-with-can-spam/" rel="bookmark">Is your email Marketing Campaign in Compliance with CAN SPAM</a></h3><p>In 2003, Bush Government passed Controlling the Assault of Non-Solicited Pornography And Marketing Act of 2003, which is popularly known as CAN- SPAM Act. The ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://onlinemarketbuzz.com/what-is-the-best-time-to-send-marketing-mailers/" rel="bookmark">What is The Best Time To Send Marketing Mailers</a></h3><p>Probably, everyone of us have pondered over this question on when to send mass mailers? Whether it is weekend or weekdays, whether it is evening, ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://onlinemarketbuzz.com/apple-ipad-what-can-i-do-with-it/" rel="bookmark">Apple iPad-What Can I Do With It?</a></h3><p>Now browse websites, write emails, flick through photos, watch movie or use 140,000 applications all just through the touch of fingers. iPad by Apple is ...</p></div></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://onlinemarketbuzz.com/gmail-priority-inbox-feature-designed-to-filter-out-wheat-from-the-chaff/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deciding your keyword match options in Google adwords</title>
		<link>http://onlinemarketbuzz.com/deciding-your-keyword-match-options-in-google-adwords/</link>
		<comments>http://onlinemarketbuzz.com/deciding-your-keyword-match-options-in-google-adwords/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 07:43:50 +0000</pubDate>
		<dc:creator>riteshtanu</dc:creator>
				<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Google adwords]]></category>
		<category><![CDATA[keyword match]]></category>

		<guid isPermaLink="false">http://onlinemarketbuzz.com/?p=289</guid>
		<description><![CDATA[Google has recently introduced “broad match modifier”, a new AdWords targeting feature that lets you create keywords that triggers your ads to appear more than phrase match and have more control than broad match. Before going deeper into the recently introduced “broad match modifier” let’s quickly recap the other popular keyword match option in Google [...]]]></description>
			<content:encoded><![CDATA[<p>Google has recently introduced “broad match modifier”, a new AdWords targeting feature that lets you create keywords that triggers your ads to appear more than phrase match and have more control than broad match.</p>
<p>Before going deeper into the recently introduced “broad match modifier” let’s quickly recap the other popular keyword match option in Google adwords.</p>
<p><strong>Broad Match</strong></p>
<p>This is the default keyword match option. Choosing broad match option will provide maximum impressions to your ads. If you ad group contains a keyword domain registration, your ads will appear when a user’s search query contains any of the these keywords:<br />
Domain name, domain name registration, buy domain name, register domain, name registration.</p>
<p>Your ads could also show for singular/plural forms, synonyms, and other relevant variations.</p>
<p><strong>Phrase Match</strong></p>
<p>Phrase match is more targeted than broad match, but more flexible than exact match.</p>
<p>If your keywords are in double quotes “domain registration” your ad would be eligible to appear when a user searches on the phrase domain registration with the words in that order. It can also appear for searches that contain other terms as long as it includes the exact phrase you’ve specified.</p>
<p>Domain registration, domain registration Company, domain registration service providers</p>
<p>Your ads will not appear on searches for:<br />
Registration domain name, domains registration, domain name</p>
<p><strong>Exact Match</strong></p>
<p>If you place your ads in brackets [domain registration], your ad would be eligible to appear when a user searches for the specific phrase domain registration, in this order, and without any other terms in the query.<br />
When using this keyword match option, your ads will appear on [domain registration]<br />
Ads won’t show on searches for: domain name registration, domain registration companies, domain names</p>
<p><strong>Negative Match</strong></p>
<p>If your keyword is ‘domain registration’ and you add the negative keyword ‘FAQs,’ your ad will not appear for any searches that contain the word ‘FAQs’</p>
<p>Ads won’t show on searches for:<br />
Domain registration FAQs<br />
It’s a good idea to use negative keyword option, especially when your adgroups contains a lot of broad-matched keywords.</p>
<p><strong>The latest +broad + match +modifier Option</strong></p>
<p>This option is currently available for U.K and Canada advertisers and is in beta phase. To implement broad match modifier just add + before each word. If your keyword is domain registration and you want to use broad match modifier option use +domain +registration.</p>
<p><a href="http://onlinemarketbuzz.com/wp-content/uploads/2012/03/GoogleKeywordmatch.jpg"><img class="size-full wp-image-290 aligncenter" title="GoogleKeywordmatch" src="http://onlinemarketbuzz.com/wp-content/uploads/2012/03/GoogleKeywordmatch.jpg" alt="Google Keyword match" width="696" height="445" /></a></p>
<p>Each word proceeded by a + has to appear in your potential customer’s search exactly or as a close variant. Close variants include misspellings, singular/plural forms, abbreviations and acronyms, and stemming (like “floor” and “flooring”). Synonyms (like “quick” and “fast”) and related searches (like “flowers” and “tulips”) aren’t considered close variants.</p>
<p>To better understand this I am copy pasting the graphical representation, picking as it is from http://adwords.blogspot.com/2010/07/new-keyword-targeting-feature-rolling.html</p>
<div id="seo_alrp_related"><h2>Posts Related to Deciding your keyword match options in Google adwords</h2><ul><li><div class="seo_alrp_rl_content"><h3><a href="http://onlinemarketbuzz.com/5-hard-to-die-seo-myths/" rel="bookmark">5 Hard to Die SEO Myths</a></h3><p>Domain Age Affects Search Engine Ranking of your Page It’s good to secure your domain for longer period if you have found your desired domain ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://onlinemarketbuzz.com/the-lime-flavor-continues-to-spread-across-online-market/" rel="bookmark">The Lime Flavor Continues to Spread Across Online Market</a></h3><p>Lime Labs today announced the launch of its new hosting and domain registration service, LimeDomains. An ICANN accredited domain registrar, LimeDomains offers a wide range ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://onlinemarketbuzz.com/is-keywords-meta-tag-given-any-importance-by-google/" rel="bookmark">Is Keywords Meta Tag Given Any Importance By Google?</a></h3><p>I am not so sure about how Yahoo or Bing treats the keyword Meta tag but Google has officially announced they not at all take ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://onlinemarketbuzz.com/22-useful-seo-tips-you-can-make-use-of/" rel="bookmark">22 Useful SEO Tips You Can Make Use Of</a></h3><p>Here are some of the useful search engine optimization tips. These tips are based on practical experience. I’ am trying to include all that are ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://onlinemarketbuzz.com/how-to-optimize-your-keyword-search/" rel="bookmark">How to Optimize Your Keyword Search</a></h3><p>Whether optimizing your website organically or looking for paid traffic for your site, in both the cases you would require doing an extensive keyword research.  ...</p></div></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://onlinemarketbuzz.com/deciding-your-keyword-match-options-in-google-adwords/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What difference Google caffeine is making in the search results</title>
		<link>http://onlinemarketbuzz.com/294/</link>
		<comments>http://onlinemarketbuzz.com/294/#comments</comments>
		<pubDate>Fri, 02 Jul 2010 08:06:07 +0000</pubDate>
		<dc:creator>riteshtanu</dc:creator>
				<category><![CDATA[Marketing]]></category>
		<category><![CDATA[google caffeine]]></category>

		<guid isPermaLink="false">http://onlinemarketbuzz.com/?p=294</guid>
		<description><![CDATA[Last month Google announced its new web indexing system Caffeine, which is developed to include fresher search results. The idea behind this new indexing system is to return fresh results against any query whether it’s a news story, a blog or a forum post. Previously the Google search algorithms primarily focussed on returning relevant and [...]]]></description>
			<content:encoded><![CDATA[<p>Last month Google announced its new web indexing system Caffeine, which is developed to include fresher search results. The idea behind this new indexing system is to return fresh results against any query whether it’s a news story, a blog or a forum post.</p>
<p>Previously the Google search algorithms primarily focussed on returning relevant and quality search results. But with the new search indexing system caffeine, Google is now capable of delivering results that are relevant as well as fresh.</p>
<p>I randomly picked the first word that came into my mind and tried searching for the same word on Yahoo, Bing and Google. Here is the result:</p>
<p><a href="http://onlinemarketbuzz.com/wp-content/uploads/2012/03/GoogleCaffeine.jpg"><img class="size-full wp-image-295 aligncenter" title="GoogleCaffeine" src="http://onlinemarketbuzz.com/wp-content/uploads/2012/03/GoogleCaffeine.jpg" alt="Google Caffeine" width="714" height="498" /></a></p>
<p><strong>The top 5 result has a page that was updated 16 minutes ago. Sometimes, I have seen it to be as fresh as 15-16 seconds ago</strong>.</p>
<p>Here are the results from other two popular search engines Yahoo and Bing</p>
<p><a href="http://onlinemarketbuzz.com/wp-content/uploads/2012/03/Yahoo.jpg"><img class="aligncenter size-full wp-image-296" title="Yahoo" src="http://onlinemarketbuzz.com/wp-content/uploads/2012/03/Yahoo.jpg" alt="yahoo" width="739" height="542" /></a></p>
<p><strong>Result from Bing</strong></p>
<p><a href="http://onlinemarketbuzz.com/wp-content/uploads/2010/07/Bing.jpg"><img class="aligncenter size-full wp-image-300" title="Bing" src="http://onlinemarketbuzz.com/wp-content/uploads/2010/07/Bing.jpg" alt="Bing" width="675" height="542" /></a></p>
<p>Caffeine undoubtedly is enabling us to see fresher results and has been built with future in mind. With lots of content updates flowing in and across the web, with caffeine we are sure to see updated results every time we request for a query in Google.</p>
<div id="seo_alrp_related"><h2>Posts Related to What difference Google caffeine is making in the search results</h2><ul><li><div class="seo_alrp_rl_content"><h3><a href="http://onlinemarketbuzz.com/try-out-the-new-search-engine-by-google/" rel="bookmark">Try Out The New Search Engine By Google</a></h3><p>In my recent post Bing or not to Bing , I mentioned that the Google and Microsoft battle will bring in some real innovative products ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://onlinemarketbuzz.com/the-real-time-web-continues-to-be-hot/" rel="bookmark">The Real Time Web Continues To Be Hot</a></h3><p>There is a new way to search the web, and boatloads of users who have experienced the real time web have been impressed with the ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://onlinemarketbuzz.com/is-keywords-meta-tag-given-any-importance-by-google/" rel="bookmark">Is Keywords Meta Tag Given Any Importance By Google?</a></h3><p>I am not so sure about how Yahoo or Bing treats the keyword Meta tag but Google has officially announced they not at all take ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://onlinemarketbuzz.com/22-useful-seo-tips-you-can-make-use-of/" rel="bookmark">22 Useful SEO Tips You Can Make Use Of</a></h3><p>Here are some of the useful search engine optimization tips. These tips are based on practical experience. I’ am trying to include all that are ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://onlinemarketbuzz.com/google-search-on-ssl-will-it-make-a-difference/" rel="bookmark">Google Search on SSL will it make a difference?</a></h3><p>Last week Google launched https://google.com, note the “S” in” https”.  With this additional “s” Google has made searches private and secure.  SSL or Secure Socket ...</p></div></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://onlinemarketbuzz.com/294/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3 Simple rules for creating effective email copy</title>
		<link>http://onlinemarketbuzz.com/3-simple-rules-for-creating-effective-email-copy/</link>
		<comments>http://onlinemarketbuzz.com/3-simple-rules-for-creating-effective-email-copy/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 13:28:35 +0000</pubDate>
		<dc:creator>riteshtanu</dc:creator>
				<category><![CDATA[Email Marketing]]></category>

		<guid isPermaLink="false">http://onlinemarketbuzz.com/?p=15</guid>
		<description><![CDATA[Show the Benefits What is in there for your customers? Saving, freebies, reward or any other benefits. Show it upfront. Your customer doesn’t care about how amazing your business is? All they are interested in is the benefit they get in associating with your products/services. How does it help them in solving their need/want? Talk [...]]]></description>
			<content:encoded><![CDATA[<h3>Show the Benefits</h3>
<p>What is in there for your customers? Saving, freebies, reward or any other benefits. Show it upfront. Your customer doesn’t care about how amazing your business is? All they are interested in is the benefit they get in associating with your products/services. How does it help them in solving their need/want?</p>
<h3>Talk to them</h3>
<p>Avoid using I, me, and we and start using you and your. Your prospects are more interested in themselves. Using you and your works better.</p>
<h3>Use Active voice</h3>
<p>Merely putting CTAs (call to action) like Call now, Click Now, Buy Now, Get Started, Register or something like these will not yield any result unless, your copy is persuasive . Avoid phrases like “This deal will help you save $50” instead rephrase it to “This deal Saves $50 “.</p>
<div id="seo_alrp_related"><h2>Posts Related to 3 Simple rules for creating effective email copy</h2><ul><li><div class="seo_alrp_rl_content"><h3><a href="http://onlinemarketbuzz.com/3-simple-rules-for-creating-effective-email-copy-2/" rel="bookmark">3 Simple rules for creating effective email copy</a></h3><p>Show the Benefits What is in there for your customers? Saving, freebies, reward or any other benefits. Show it upfront. Your customer doesn’t care about ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://onlinemarketbuzz.com/is-it-worth-investing-in-online-surveys/" rel="bookmark">Is It Worth Investing In Online Surveys?</a></h3><p>Online Survey can be as good as any other established online marketing channels provided you know: 1) why you want a survey done?  and 2) ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://onlinemarketbuzz.com/256/" rel="bookmark">Making Your eMail Marketing Campaign Stand Out</a></h3><p>On an average, we receive 7-10 unsolicited mails everyday. Do we really care to open them or just select and delete all such mails? Most ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://onlinemarketbuzz.com/is-it-worth-investing-in-online-surveys-2/" rel="bookmark">Is It Worth Investing In Online Surveys?</a></h3><p>Online  Survey can be as good as any other established online marketing channels provided you know why you want a survey done and how you ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://onlinemarketbuzz.com/online-marketplaces-low-cost-solutions-for-smes/" rel="bookmark">Online Marketplaces-Low Cost Solutions for SMEs</a></h3><p>Not so long back, outsourcing was limited to only large enterprises and corporate. But advent of internet marked a transition and advanced internet technology actually ...</p></div></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://onlinemarketbuzz.com/3-simple-rules-for-creating-effective-email-copy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

