<?xml version="1.0"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Joydeep Deb</title>
		<link>http://www.joydeepdeb.com/</link>
			<description>Joydeep Deb experienced in Online Marketing, Web Technologies, Search Engine Optimization, SEO, SEM, eMail Marketing, Web Master, Web Analytics, MIS, Web Development and Design.</description>
		<language>en-us</language>
		<copyright><![CDATA[ Copyright Joydeep Deb 2011. All Rights Reserved. ]]></copyright>
		<docs>http://www.joydeepdeb.com/</docs>
		<image>
			<url>http://www.joydeepdeb.com/images/logo.jpg</url>
			<title>Joydeep Deb</title>
			<link>http://www.joydeepdeb.com/</link>
			<!--width>351</width>
			<height>92</height-->
		</image>
		<item>
			<title>How to use PHP to get the number of Tweets for a URL?</title>
			<link>http://www.joydeepdeb.com/blog/php-get-tweets-url.html</link>
			<pubDate>Wed, 9 May 2012 12:00:00 GMT</pubDate>
			<author>joydeep@joydeepdeb.com (Joydeep Deb)</author>
			<category>Web Master</category>
			<description><![CDATA[
			<p>Most of us are using the different widgets and plugins to display the number of Tweets/Retweets for our website URLs, blog post, articles, press release and other pages. Although there many other ways to keep a track on how many people are taking about your page on Twitter and how popular your page is online #SocialMedia.</p>
			<p align="center"><img src="http://www.joydeepdeb.com/images/php-twitter.jpg" border="0" width="640" height="480" alt="How to use PHP to get the number of tweets for a URL?" /></p>
			<p>Twitter also provides a small widget for adding <a href="https://dev.twitter.com/docs/tweet-button" rel="nofollow">Tweet Button</a> to your website which allows your website users to easily share your web pages with their followers and it displays the number of people who have tweeted about that particular page. The Tweet Button count box shows how many times the URL has been Tweeted. You can choose to display or hide the count box, or place it above or next to the Tweet Button.</p>
			<p>As the Tweet text are editable by design. The users are always able to change the text of a Tweet they are going to publish from their own account. But to avoid any kind of URL confusion and split in Tweet Count, it is always recommended to use the cleanest URL and avoid the tracking parameters. i.e. <i>utm_source, utm_medium, utm_campaign</i> etc. The default Tweet Button works without any configuration or parameters. The Tweet Button will use the URL of the current webpage and the content of the &lt;title&gt; element as the text of the Tweet.</p>
			<p>Sometimes you many need the Tweet counts for internal reporting and analytics purpose and many not like to do it manually, by visiting each and every page. You can easily automate this process by using free API's and PHP Codes. Tweetmeme has an API by which you can find out how many times a specific URL has been Tweeted.</p>
			]]></description>
		</item>
		<item>
			<title>Website Analysis: Gain Authority, Popularity &amp; Trust</title>
			<link>http://www.joydeepdeb.com/blog/website-analysis-authority-popularity-trust.html</link>
			<pubDate>Wed, 14 Mar 2012 12:00:00 GMT</pubDate>
			<author>joydeep@joydeepdeb.com (Joydeep Deb)</author>
			<category>Web Master</category>
			<category>SEO</category>
			<description><![CDATA[
			<p>Search engine performs analysis of a page to determine what parts of content are most important. Every Meta tag is analyzed and assigned a weigh. Title tag has higher priority, followed by Heading tags and Meta tags, Bold etc. Top keywords then selected and displayed indicating if page optimization matches your goals.</p>
			<p align="center"><img src="http://www.joydeepdeb.com/images/find-replace.jpg" alt="Website Analysis: Gain Authority, Popularity &amp; Trust" width="185" height="232" /></p>

			<h2>Keyword Weight</h2>
			<p>Keyword weight indicates the significance of the keyword mentioned in a page. There are a lot of factors that affect the keyword weight. Search engines take into account the percentage of the keyword in the title and tags, calculate the percentage of the keyword in the text of the page, evaluate bold and italic tags, etc.</p>

			<p>Keyword weight is amount of keywords used with relation to the total number of words used in the entire web page. When evaluating keyword weight, we also consider website internal factors: the presence of the keyword in Meta tags (Description &amp; Keyword) and also in heading tags.</p>

			<h2>Internal Linking</h2>
			<p>Internal Links are hyperlinks that point at the same domain as the domain that the link exists on. Inner links from the main page of the site show the most important sections of the site and serves as one of the most important factors of domain ranking as a whole. Internal links are hyperlinks that refer to related pages on a website. External links from the main page tie the site with other sites and determines the site's niche.</p>

			<p>To grow the amount of indexed pages, there should be more inner links than external links. The relation of external links to inner links influences the distribution of the site's weight in general. A great number of external links can be a sign that your site has been hacked and that links to SPAM resources have been added to the footer or hidden div elements in the HTML of your site.</p>

			<h2>Indexed Pages</h2>
			<p>Check the indexing of your website on major Search Engines like Google and Bing. The amount of indexed pages first of all indicates the domain weight. Web masters must strive to make the number of indexed pages close to the actual number of pages. If the amount of indexed web pages exceeds the actual number, this can be due to duplicate content.</p>
			]]></description>
		</item>
		<item>
			<title>How to setup Custom Error Pages: The .htaccess file and PHP</title>
			<link>http://www.joydeepdeb.com/blog/how-to-setup-custom-error-pages.html</link>
			<pubDate>Tue, 24 Jan 2012 12:00:00 GMT</pubDate>
			<author>joydeep@joydeepdeb.com (Joydeep Deb)</author>
			<category>Web Master</category>
			<category>SEO</category>
			<description><![CDATA[
			<p>Custom Error Page allows you to have your own custom personal error pages instead of using the web hosting provider&#8217;s error pages or having no page. This makes a website look very much professional in the unlikely event of an error. Web master can also write scripts to notify him if there is an error.</p>
			<p align="center"><img src="http://www.joydeepdeb.com/images/custom-error.png" alt="How to setup Custom Error Pages" width="500" height="350" /></p>
			<p>Example: I use a PHP script on to automatically e-mail me when a page is not found. These are some of the most common errors:</p>
			<ul>
				<li>400 - Bad request</li>
				<li>401 - Authorization Required</li>
				<li>403 - Forbidden</li>
				<li>404 - Not Found</li>
				<li>410 - Gone</li>
			</ul>

			<p>The <b>.htaccess</b> file is what Apache web servers use to allow you to fine-tune your web server configurations at a directory level. Other types of web servers handle the customization of 4xx error pages differently.</p>
			]]></description>
		</item>
		<item>
			<title>SEO Overview: What? Why? And How?</title>
			<link>http://www.joydeepdeb.com/blog/seo-overview-what-why-how.html</link>
			<pubDate>Wed, 16 Nov 2011 12:00:00 GMT</pubDate>
			<author>joydeep@joydeepdeb.com (Joydeep Deb)</author>
			<category>SEO</category>
			<description><![CDATA[
			<p>Sometimes it is hard to explain people what SEO is and why we need it. We have faced this kind of scenario at our work place, many times with our colleagues and even with management. Here in this blog I have tried to explain &#8220;What is SEO&#8221;, &#8220;Why we need SEO&#8221;, and &#8220;How do we do SEO&#8221;.</p>
			<h2>What is SEO?</h2>
			<p><b>Search Engine Optimization (SEO)</b> is the process of improving the visibility of a website or a web page in search engines via the "natural" or un-paid ("organic" or "algorithmic") search results. As an SEO, we have to consider how search engines work, what people search for, the actual search terms typed into search engines and which search engines are preferred by their targeted audience.</p>
			<p align="center"><img src="http://www.joydeepdeb.com/images/seo-overview.png" alt="SEO Overview: What? Why? And How?" width="580" height="306" /></p>

			<h2>Why we need SEO?</h2>
			<p>SEO helps users/visitors/customers to locate our website (products &amp; service) easily via search engines. Potential customers might not even know that our website (products &amp; service) exists. SEO can make the content of your web pages more relevant, more attractive, and more easily read by search engines and their crawling and indexing software.</p>
			]]></description>
		</item>
		<item>
			<title>Tables vs. DIV/CSS Layout: SEO Point of View</title>
			<link>http://www.joydeepdeb.com/blog/table-vs-div-seo.html</link>
			<pubDate>Tue, 25 Oct 2011 12:00:00 GMT</pubDate>
			<author>joydeep@joydeepdeb.com (Joydeep Deb)</author>
			<category>Web Master</category>
			<category>SEO</category>
			<description><![CDATA[
			<p>Websites written using DIV/CSS are considered to be coded cleaner on the other hand improperly nested TABLEs can increase page size and weight. DIV tags are considered the standard method for creating web design layouts by most web designers due to the advantages the DIV tags bring over the TABLE tags. DIV/CSS allows designers to change the entire look and fill of the website by only making changes to the external CSS file.</p>
			<p>TABLEs also do have their place among web designs and have advantages over DIV tags in certain situations, where TABLEs exceed is the displaying data such as Calendar or Price List (Tabular Data). To create something similar strictly using DIV tags would be very time consuming and would require a significant amount of code. A TABLE makes quick work for Tabular Data.</p>

			<p align="center"><img src="http://www.joydeepdeb.com/images/problem-solved.png" alt="Tables vs. DIV/CSS Layout: SEO Point of View" width="250" height="270" /></p>

			<p>Search engines and spiders don't care one way or another. Search engines look for content on the pages and not the HTML code, for that matter even the pages which are not HTML coded properly or W3C valid still get indexed and rank in search engines.</p>

			<p>Last year after Google announced that <a href="http://www.joydeepdeb.com/blog/page-speed-best-practices.html">PageSpeed</a> is going to be one of the factors for ranking in Google Search, hereafter web developers started optimizing their web pages by applying web performance best practices, and also started avoiding TABLEs on their website and use DIVs instead.</p>

			<p>The use of DIV tags in combination with an external CSS creates smaller sized web pages which results in faster load times when compared to TABLE based layouts. CSS move the styling code off-page and into an external file, thereby keeping page sizes as minimal as possible. DIVs offer more flexibility and you can change the layout of the complete site by just changing a few things in the CSS file(s).</p>
			]]></description>
		</item>
		<item>
			<title>How to Implement Google +1 Button for Social Sharing</title>
			<link>http://www.joydeepdeb.com/blog/google-plus-button-social-sharing.html</link>
			<pubDate>Thu, 25 Aug 2011 12:00:00 GMT</pubDate>
			<author>joydeep@joydeepdeb.com (Joydeep Deb)</author>
			<category>Web Master</category>
			<category>Social Media</category>
			<description><![CDATA[
			<p>Recently Google announced that the +1 button now lets visitors share your website pages to their Google+ profile. If someone wants to start a conversation about your content, it&#8217;s easy for them to do so, just like Facebook <a href="http://www.joydeepdeb.com/blog/social-media-share-buttons.html">Social Share button</a>.</p>
			<p>Just like how Facebook uses OpenGraph Protocol enables you to integrate your Web pages into the social graph. Google is using OpenGraph and <a href="http://schema.org/" target="_blank" rel="nofollow">schema.org</a> Rich Snippet mark-up to build rich annotations for your pages. The new inline annotations help increase engagement after users see a friend&#8217;s recommendation right on your page. You can use +Snippets to customize the Title, Thumbnail Image and Description that appear when your content is shared.</p>

			<p align="center"><img src="http://www.joydeepdeb.com/images/google-social-share.png" alt="Google +1 Button for Social Sharing" width="450" height="380" /></p>

			<h2>Customize +Snippet</h2>
			<pre><code>&lt;!-- Update your html tag to include the itemscope and itemtype attributes --&gt;
			&lt;html itemscope itemtype="http://schema.org/Article"&gt;

			&lt;!-- Add the following three tags inside head --&gt;
			&lt;meta itemprop="name" content="Your Page Title/Heading Goes Here"&gt;
			&lt;meta itemprop="description" content="Your Meta Description Goes Here..."&gt;
			&lt;meta itemprop="image" content="http://www.example.com/images/cool-image.png"&gt;
			</code></pre>

			<p>To add inline annotations, you need to update your +1 button code. Visit the <a href="http://www.google.com/webmasters/+1/button/" target="_blank" rel="nofollow">configuration tool</a>, select &#8216;inline&#8217; from the &#8216;Annotation&#8217; menu, and grab a new snippet of code. Both sharing from +1 and inline annotations are rolling out fully over the next few days.</p>
			]]></description>
		</item>
		<item>
			<title>Best Practices for handling Website Server Outages and Downtime</title>
			<link>http://www.joydeepdeb.com/blog/best-practices-website-server-outages.html</link>
			<pubDate>Tue, 02 Aug 2011 12:00:00 GMT</pubDate>
			<author>joydeep@joydeepdeb.com (Joydeep Deb)</author>
			<category>SEO</category>
			<category>Web Master</category>
			<description><![CDATA[
			<p>As per Wikipedia.org: The term downtime is used to refer to periods when a system is unavailable. Downtime or outage duration refers to a period of time that a system fails to provide or perform its primary function.</p>
			<p>This is usually a result of the system failing to function because of an unplanned event, or because of routine maintenance. Unplanned downtime may be the result of a software bug, human error, equipment failure, malfunction, high bit error rate, power failure, overload due to exceeding the channel capacity, a cascading failure, etc.</p>
			<p align="center"><img src="http://www.joydeepdeb.com/images/twitter-outage.jpg" alt="Website Server Outages and Downtime" width="470" height="395" border="0" class="blogimage" hspace="10" /></p>
			<p>Inevitably, web sites will suffer outages and downtime based on common events, including:</p>
			<ul>
				<li>Hardware failures</li>
				<li>Software failures</li>
				<li>Server updates</li>
				<li>Human Error</li>
				<li>Many other potential factors</li>
			</ul>
			<p>As per <b>W3.org</b> (<a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html" target="_blank" rel="nofollow">http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html</a>)</p>
			<h3>10.5.4 503 Service Unavailable</h3>
			<p>The server is currently unable to handle the request due to a temporary overloading or maintenance of the server. The implication is that this is a temporary condition which will be alleviated after some delay. If known, the length of the delay MAY be indicated in a Retry-After header. If no Retry-After is given, the client SHOULD handle the response as it would for a 500 response.</p>
			]]></description>
		</item>
		<item>
			<title>How to Verify Authorship (rel=&#8220;author&#8221;) in Google SERP</title>
			<link>http://www.joydeepdeb.com/blog/verify-rel-author-google.html</link>
			<pubDate>Wed, 06 Jul 2011 12:00:00 GMT</pubDate>
			<author>joydeep@joydeepdeb.com (Joydeep Deb)</author>
			<category>SEO</category>
			<category>Web Master</category>
			<description><![CDATA[
			<p>Few weeks back Google announced support of the authorship markup, enabling content sites to help identify their authors on the site and across the web. Authors are given a very prominent treatment on search results.</p>
			<p>To identify the author of an article, Google checks for a connection between the content page (such as an article), an author page, and a Google Profile.</p>
			<p align="center"><img src="http://www.joydeepdeb.com/images/rel-author.png" alt="Verify Authorship in Google SERP" width="425" height="260" border="0" class="blogimage" hspace="10" /></p>
			<ul>
				<li>A link from your blog post or article to your author page using rel="author"</li>
				<li>A link from your author page to your Google profile page using rel="me"</li>
				<li>A link from your Google profile page to your author page using rel="me"</li>
			</ul>
			<h2>A rel="author" from Blog post to Author page</h2>
			<p>A content page can be any piece of content with an author: a news article, blog post, short story. Give a link from the blog post or the article page to the author page, which tells Google about the author of the posts.</p>
			]]></description>
		</item>
		<item>
			<title>Website URL Structure Strategy</title>
			<link>http://www.joydeepdeb.com/blog/website-url-structure.html</link>
			<pubDate>Mon, 20 Jun 2011 12:00:00 GMT</pubDate>
			<author>joydeep@joydeepdeb.com (Joydeep Deb)</author>
			<category>SEO</category>
			<category>Web Master</category>
			<description><![CDATA[
			<h3>URL structure best practices for any website.</h3>
			<p>Before strategizing on the URL structure for any website, following are the key points to remember.</p>
			<img src="http://www.joydeepdeb.com/images/http-url.jpg" alt="Website URL Structure Strategy" width="289" height="174" border="0" class="blogimage" align="right" hspace="10" /><h2>Descriptive URLs</h2>
			<p>Most of the CMS systems produce dynamic URLs by default. These are usually long strings of text which are not understandable by humans. So, it is extremely essential to have descriptive, readable URLs that describe the content of every page.</p>
			<p>If a user is searching for information related to dog food, a URL like the following will make it a lot easier for users to understand the context of the link.</p>
			<pre><code>http://www.example.com/dog-food</code></pre>
			<p>Following is a typical example of a dynamic URL which does not clearly specify the context of the link.</p>
			<pre><code>http://www.example.com/index.html?id_sezione=360&sid=6a5eb777944f41kaa6f849f730f1</code></pre>
			<h2>Keywords in URL</h2>
			<p>When forming a URL structure for a website it is essential to have relevant keywords in the URLs. Not only this will help the user in understanding the context of the link, it also has SEO advantages from Search Engine point of view.</p>
			<p>The following URL clearly explains what the page is all about.</p>
			<pre><code>http://www.example.com/dog-food</code></pre>
			]]></description>
		</item>
		<item>
			<title>How to avoid duplicate content issue caused by mobile website</title>
			<link>http://www.joydeepdeb.com/blog/avoid-duplicate-content-issue.html</link>
			<pubDate>Wed, 27 Apr 2011 12:00:00 GMT</pubDate>
			<author>joydeep@joydeepdeb.com (Joydeep Deb)</author>
			<category>SEO</category>
			<category>Web Master</category>
			<description><![CDATA[
			<h3>Is Google seeing your mobile website as duplicate content to your main website?</h3>
			<p>Many of us believe that the future of the internet is in mobile devices, such as cell and smart phones, PDAs, and more.  It has become very necessary to have a mobile-friendly website as <a href="http://www.joydeepdeb.com/blog/mobile-seo-best-practices.html">mobile website</a> is gaining a lot of popularity in the online market and increases your overall audience base.</p>
			<p>Although Google is smart enough to figure out your mobile content is not duplicate to your main content - because they are smart enough to know when to show you the mobile content versus the normal content. But you feel Google is seeing your mobile website as duplicate content of your main website, and it is affecting your search ranking.</p>
			<p align="center"><img src="http://www.joydeepdeb.com/images/mobile-website.jpg" alt="Duplicate Content Issue caused by Mobile Website" width="450" height="275" border="0" class="blogimage" /></p>
			<p>You can use your <a href="http://www.joydeepdeb.com/blog/how-to-position-div-at-center-of-web.html">CSS - Cascading Style Sheets</a> to leverage user agent detection. This is one of the best practices for mobile website design. Essentially, instead of creating secondary website, a secondary CSS file can be added to a website specifically for mobile devices.</p>
			]]></description>
		</item>
		<item>
			<title>URL Rewriting SEO Friendly: Convert Dynamic URLs into Static URLs</title>
			<link>http://www.joydeepdeb.com/blog/url-rewriting-seo-friendly.html</link>
			<pubDate>Wed, 20 Apr 2011 12:00:00 GMT</pubDate>
			<author>joydeep@joydeepdeb.com (Joydeep Deb)</author>
			<category>SEO</category>
			<category>Web Master</category>
			<description><![CDATA[
			<h3>Get rid of those dynamic URLs from your website, with user friendly URLs</h3>
			<p>Static URLs are always known to be better compared with dynamic URLs in SEO, because of many reasons. Static URLs are always more users friendly to your website visitors, static URLs normally rank much better in search engines  and search engines are known to index the content of static URLs a lot faster compared to dynamic URLs.</p>
			<p align="center"><img src="http://www.joydeepdeb.com/images/url-rewrite.png" alt="URL Rewriting SEO Friendly" width="500" height="300" border="0" class="blogimage" /></p>
			<p>There are two kinds of URLs over the web, and they are &#8216;Dynamic URL&#8217; and &#8216;Static URL&#8217;. Dynamic URLs are generated by database-driven website, dynamic URLs are generated from specific queries to a site's database. On the other hand a static URL is a URL that doesn't change, and doesn't have any variable strings or appended parameters. Static URLs are typically ranked better in search engine results pages, and they are indexed more quickly than dynamic URLs.</p>
			]]></description>
		</item>
		<item>
			<title>What should we do with the website expired pages?</title>
			<link>http://www.joydeepdeb.com/blog/website-expired-pages.html</link>
			<pubDate>Wed, 6 Apr 2011 12:00:00 GMT</pubDate>
			<author>joydeep@joydeepdeb.com (Joydeep Deb)</author>
			<category>SEO</category>
			<category>Web Master</category>
			<description><![CDATA[
			<h3>Response Code for Expired Pages &#8211; 301, 302, 404 or 410</h3>
			<p>If there are event page(s) or offer page(s) or product page(s), which is technically invalid after a period of time (let&#8217;s say an event is over on August 29th 2010, what should be the response code for that particular page after it&#8217;s expire). As technically the page have expired and should be removed from Search Engine Index.</p>
			<p>In the recent <a href="http://www.youtube.com/user/GoogleWebmasterHelp" target="_blank">Google Webmasters YouTube Channel</a>, I have asked Matt Cutts about &#8220;<b>What should be done with the website expired pages?</b>&#8221; Though I&#8217;m still waiting for the official statement from <a href="http://www.mattcutts.com/blog/" target="_blank">Matt Cutts</a> in the Webmaster Videos, I have discussed this topic with my fellow SEO colleagues and came up the following options.</p>
			<p>In case if the web master doesn&#8217;t take any action the page will return 200 OK response code, but as a best practices the page should expire and return 410 GONE response code. But should we do a 301 Permanent Redirect to its parent page, so the link juice and PR the page have generated will be passed to the existing page or should we do a 404 Error code, which is not cool at all or 410 GONE which is the right response code for expired pages.</p>
			]]></description>
		</item>
		<item>
			<title>Leverage your .htaccess file efficiently</title>
			<link>http://www.joydeepdeb.com/blog/leverage-htaccess-file-efficiently.html</link>
			<pubDate>Wed, 16 Mar 2011 12:00:00 GMT</pubDate>
			<author>joydeep@joydeepdeb.com (Joydeep Deb)</author>
			<category>SEO</category>
			<category>Web Master</category>
			<description><![CDATA[
			<h3>Simple and useful guide about .htaccess file with examples...</h3>
			<p>The <b>.htaccess</b> file is a configuration file which is used on Apache based web servers to control many features of the server. The .htaccess file gives webmasters a lot of control over their website. The file contains the configuration statements (<i>web server configurations</i>) to customize the Apache Web server software for the website.</p>
			<p>Hypertext Access, commonly shortened to .htaccess file is an incredibly useful feature which allows webmasters to control so many aspects of their website and how it works. The file acts as a <a href="http://www.joydeepdeb.com/blog/google-search-rich-snippets-for-events.html">local configuration</a> file so that an individual website can customize the configuration to match its requirements. Other .htaccess files in subdirectories may change or nullify the effects of those in parent directories.</p>
			<p align="center"><a href="http://www.joydeepdeb.com/blog/leverage-htaccess-file-efficiently.html" target="_blank"><img src="http://www.joydeepdeb.com/images/htaccess.gif" alt="Leverage your .htaccess file efficiently" width="240" height="267" border="0" class="blogimage" vspace="15" /></a></p>
			<p>You can use any text editor to create or make changes to .htaccess files. Be sure .htaccess file is uploaded in ASCII mode, not BINARY, or it won't work. A web master should be very careful while editing the .htaccess files, as even a small mistake can make the website stop working. Web master should immediately test the site to be sure it works.</p>
			]]></description>
		</item>
		<item>
			<title>Google Image Search: Observation</title>
			<link>http://www.joydeepdeb.com/blog/google-image-search-observation.html</link>
			<pubDate>Wed, 9 Feb 2011 12:00:00 GMT</pubDate>
			<author>joydeep@joydeepdeb.com (Joydeep Deb)</author>
			<category>SEO</category>
			<description><![CDATA[
			<p>Recently I have observed that in Google Image search for my website page &#8220;<b>My Projects</b>&#8221; (<a href="http://www.joydeepdeb.com/misc/projects.html" target="_blank">http://www.joydeepdeb.com/misc/projects.html</a>) Google have indexed all the images from my website except 2 images.</p>
			<p align="center"><a href="http://www.joydeepdeb.com/images/google-image-search.png" target="_blank"><img src="http://www.joydeepdeb.com/images/google-image-search.png" alt="Google Image Search: Observation" width="550" border="0" class="border" vspace="15" /></a></p>
			<p>Soon I realized that <b>the two images which didn&#8217;t get indexed are having height less than 30px</b> and rest of the images are having height more than 30px. Although I have seen Google have indexed images which are less than 30px.</p>
			<p>It is like, if a page has multiple images and Google have crawl budget for that site/page &#8211; Google is more likely to index bigger images compared with smaller once.</p>
			<p>Let&#8217;s say a product page, which has 3 images:</p>
			<ul>
			<li>Image 1 &#8211; 500x400</li>
			<li>Image 2 &#8211; 300x250</li>
			<li>Image 3 &#8211; 100x50</li>
			</ul>
			<p>Google is more likely to index Image 1 then Image 2 and then Image 3 - Bigger image get more priority compared with smaller once.</p>
			]]></description>
		</item>
		<item>
			<title>Mobile SEO Best Practices</title>
			<link>http://www.joydeepdeb.com/blog/mobile-seo-best-practices.html</link>
			<pubDate>Tue, 25 Jan 2011 12:00:00 GMT</pubDate>
			<author>joydeep@joydeepdeb.com (Joydeep Deb)</author>
			<category>SEO</category>
			<category>Mobile</category>
			<description><![CDATA[
			<h2>Mobile Search and Mobile Optimization</h2>
			<h3>What is it?</h3>
			<p>Mobile Search and Mobile Optimization are the next big growth opportunity in Online Marketing. Mobile search continues to be an evolving area of traffic that is converging on many mobile platforms, phones and mobile devices. Web search ability in a mobile form allows users to find mobile content.</p>
			<h3>Why is it important?</h3>
			<p>Mobile search is growing so rapidly that many analysts expect it to outpace desktop search by 2011. Creates opportunities in branded searches to have multiple listings appear creating deeper reach on the search page.</p>
			<p align="center"><img src="http://www.joydeepdeb.com/images/smartphones.png" alt="Mobile SEO Best Practices" width="450" height="275" border="0" class="blogimage" /></p>
			<p>Mobile search engines have different spiders and algorithms than those used for traditional web search. Evaluate websites as if it rendered on a mobile phone. Results ranked partially based on how well pages render on the device submitting the query.</p>
			<p>In the log files we have seen that <b>Googlebot-Mobile</b> has different user agents that spoof different phones, like a Samsung phone, an iPhone or an Erickson phone. In some cases, different handsets will have different search results based on the evaluations that Google makes with the different user agents.</p>
			<p>The best thing to improve mobile SEO is to ensure that the mobile crawlers and user agents determine that content  of the website will render well and load quickly on any mobile phone.</p>
			<p>While the mobile search engines are not as finely tuned as the traditional engines, they still placing a heavy weight on bounce rate, using the mobile visitors to gauge how the website renders on mobile devices.</p>
			]]></description>
		</item>
		<item>
			<title>All about SEO Meta Tags</title>
			<link>http://www.joydeepdeb.com/blog/all-about-seo-meta-tags.html</link>
			<pubDate>Wed, 12 Jan 2011 12:00:00 GMT</pubDate>
			<author>joydeep@joydeepdeb.com (Joydeep Deb)</author>
			<category>SEO</category>
			<description><![CDATA[
			<p>Meta tags offer the website owner the ability to control some degree on how their web pages are described by some search engines. Meta tags have never been a guaranteed way to gain a top ranking on crawler-based search engines. They also offer the ability to prevent pages from being indexed at all.</p>
			<p>There are many more <a href="http://www.joydeepdeb.com/tools/meta-data-reader.html">Meta tags</a> than just &#8216;Meta Description&#8217; and &#8216;Meta Keywords&#8217;. At one point Meta tags were considered a relatively important factor by search engines. AltaVista and other older search engines used them to help determine a site&#8217;s theme as well as relevance to a given term. This is no longer the case, search engines now rely on much more advanced techniques to do this.</p>
			<p align="center"><img src="http://www.joydeepdeb.com/images/meta-tags.jpg" alt="All about SEO Meta Tags" width="300" height="200" border="0" class="blogimage" /></p>
			<h2>META Description Tag</h2>
			<p>Enter a brief description of your site and what it offers. This is sometimes used by search engines as a website&#8217;s &#8220;snippet&#8221; for search results.</p>
			<pre><code>&lt;meta name="description" content=" Meta Description Tag should not be longer 
			than 400 characters in length and should not be shorter than 125 characters 
			in length" /&gt;</code></pre>
			]]></description>
		</item>
		<item>
			<title>Page Speed Best Practices</title>
			<link>http://www.joydeepdeb.com/blog/page-speed-best-practices.html</link>
			<pubDate>Mon, 29 Nov 2010 12:00:00 GMT</pubDate>
			<author>joydeep@joydeepdeb.com (Joydeep Deb)</author>
			<category>SEO</category>
			<category>Web Master</category>
			<description><![CDATA[
			<p>Page Speed is an open-source project started at Google to help developers optimize their web pages by applying web performance best practices. Web developers that would like to evaluate the performance of their web page to improve them should download the extension.</p>
			<p>Google team confirmed that they have started putting this in action though the number of websites ranking changed on the basis of load time are very less. Google strongly recommends that all webmasters regularly monitor site performance using Page Speed, YSlow, WebPagetest, or other tools.</p>
			<p align="center"><img src="http://www.joydeepdeb.com/images/page-speed.png" alt="Page Speed  Best Practices" width="300" height="200" border="0" class="blogimage" /></p>
			<h2>Best practices for making web pages load faster!</h2>
			<h3>Minimize HTTP Requests</h3>
			<p>Reducing the number of HTTP requests in your page is the key for faster web pages. Below are some techniques for reducing the number of HTTP requests.</p>
			<p><b>Combining files</b>: By combining all external Java Scripts into a single Java Script file, and similarly combining all CSS into a single Stylesheet file, will reduce the number of HTTP requests.</p>
			<p>By doing this I have reduced the numbers HTTP Requests to my web server from six Java Script HTTP Requests files to only one Java Script HTTP Request, which can really add up when you have thousands of visitors visiting your website every single day.</p>
			<p>Similarly combining all my external CSS into a single Stylesheet file I can further reduce HTTP requests to the web server.</p>
			<p><b>CSS Sprites</b>: These are used to reduce the number of HTTP Requests for images on a web page. In this process, a developer combines all images into a single image and use the CSS background-image and background-position properties to then display the desired image segment.</p>
			<p><b>Avoid bad requests</b>: Avoid wasteful requests like unwanted redirects, broken links, error responses etc. Removing all broken links, unwanted redirects and requests that result in 404/410 errors can help reducing the HTTP Request.</p>
			<h3>Optimize Images</h3>
			<p>It is very important to keep all your website image(s) size at minimum.  Lighter, optimized image(s) will load faster for users and are preferred by indexing sites like Google Images. Properly formatted and compressed image(s) can save many bytes of data, and improperly optimized images can take up more space than they need to.</p>
			<p>You can optimize your image(s) by cropping unnecessary space (white space), reducing color depth to the lowest acceptable level, removing image comments and saving the image in a more web-friendly file format (.jpg, .gif)</p>
			<p><b>Specify image dimensions</b>: Specifying the height and width attributes for all the images helps web browsers render web pages faster, as the web browser is not forced to spend time unnecessarily on calculating the height and width of image(s) and can instead use this time to render other elements of the web page.</p>
			]]></description>
		</item>
		<item>
			<title>Social Media Share Button</title>
			<link>http://www.joydeepdeb.com/blog/social-media-share-buttons.html</link>
			<pubDate>Thu, 16 Sep 2010 12:00:00 GMT</pubDate>
			<author>joydeep@joydeepdeb.com (Joydeep Deb)</author>
			<category>SEO</category>
			<description><![CDATA[
			<h2>Because a great content needs to be seen by all...</h2>
			<p>Social Media Buttons helps you to share your content with the social Web. These buttons allows your visitors to share your content quickly and easily if they feel the content is worth sharing. It can also help you to generate significant amount of traffic to your site, without spending any extra penny.</p>
			<p align="center"><img src="http://www.joydeepdeb.com/images/social-media-share-buttons.png" alt="Social Media Share Button" width="500" height="300" border="0" class="blogimage" /></p>
			<p>Social Media Share Button also look at your page to find a relevant Title, Description and Image etc. You should use &lt;title&gt; and &lt;meta&gt; tags to your page to help them to find these information.</p>
			<h2>How to add Custom Share Buttons</h2>
			<p>If you want to add very specific Social Media Share Buttons like Facebook, Twitter, Digg etc. They are available individually.</p>
			<div class="dotdiv"><br /></div>
			<div class="custom_social custom_facebook"> </div>
			<h3>Add Facebook Share Button</h3>
			<p><a href="http://www.facebook.com/share/" rel="nofollow" target="_blank">Facebook</a>: The Share Button is the easiest way to allow your content to be shared on Facebook.</p>
			<pre><code>&lt;a name="fb_share" type="box_count" href="http://www.facebook.com/sharer.php"&gt;
			Share&lt;/a&gt;&lt;script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" 
			type="text/javascript"&gt;&lt;/script&gt;</code></pre>
			<div class="dotdiv"><br /></div>
			<div class="custom_social custom_twitter"> </div>
			<h3>Add Twitter Share Button</h3>
			<p><a href="http://twitter.com/goodies/tweetbutton" rel="nofollow" target="_blank">Twitter</a>: Add this button to your website to let people share content on Twitter without having to leave the page. Promote strategic Twitter accounts at the same time while driving traffic to your website.</p>
			<pre><code>&lt;a href="http://twitter.com/share" class="twitter-share-button" 
			data-count="vertical" data-via="YOUR-TWITTER-ID"&gt;Tweet&lt;/a&gt;&lt;script 
			type="text/javascript" src="http://platform.twitter.com/widgets.js"&gt;&lt;/script&gt;</code></pre>
			]]></description>
		</item>
		<item>
			<title>Funny Photos and funny pictures, a cute images collection</title>
			<link>http://www.joydeepdeb.com/misc/funny-photos.html</link>
			<pubDate>Mon, 06 Sep 2010 12:00:00 GMT</pubDate>
			<author>joydeep@joydeepdeb.com (Joydeep Deb)</author>
			<category>Humor</category>
			<description><![CDATA[
			<p>A collection of some funny photos I have found over the internet. Funny photos and funny pictures of people, animals and other stuffs. Nice cool and cute pictures collection.</p>
			<div align="center"><img src="http://www.joydeepdeb.com/images/funny/ask-google.jpg" width="575" alt="I'll ask Google before asking dumb questions." border="0" /><h3>I'll ask Google before asking dumb questions.</h3></div>
			<div class="dotdiv">&nbsp;</div>
			<div align="center"><img src="http://www.joydeepdeb.com/images/funny/asshole.jpg" width="570" height="729" alt="My parents said, I could be anything. So I became an @$$hole." border="0" /><h3>My parents said, I could be anything. So I became an @$$hole.</h3></div>
			<div class="dotdiv">&nbsp;</div>
			<div align="center"><img src="http://www.joydeepdeb.com/images/funny/best-driver.jpg" width="500" height="361" alt="Best Driver Ever" border="0" /><h3>Best Driver Ever</h3></div>
			<div class="dotdiv">&nbsp;</div>
			<div align="center"><img src="http://www.joydeepdeb.com/images/funny/google-icon.jpg" width="457" height="357" alt="Google Icon Enlarge" border="0" /><h3>Google Icon Enlarge</h3></div>
			<div class="dotdiv">&nbsp;</div>
			<div align="center"><img src="http://www.joydeepdeb.com/images/funny/hope-pays-off.jpg" width="450" height="354" alt="Hope Pays Off" border="0" /><h3>Hope Pays Off</h3></div>
			<div class="dotdiv">&nbsp;</div>
			]]></description>
		</item>
		<item>
			<title>Update: Twitter Apps and You</title>
			<link>http://www.joydeepdeb.com/blog/twitter-apps-update.html</link>
			<pubDate>Thu, 02 Sep 2010 12:00:00 GMT</pubDate>
			<author>joydeep@joydeepdeb.com (Joydeep Deb)</author>
			<category>Social Media</category>
			<description><![CDATA[
			<p>Over the coming weeks, Twitter will be making two important updates that will impact how you interact with Twitter applications. Twitter is updating this to all Twitter users to make sure you are aware of these changes.</p>
			<p align="center"><img src="http://www.joydeepdeb.com/images/twitter-app.jpg" alt="Update: Twitter Apps and You" width="367" height="367" border="0" class="blogimage" /></p>
			<h2>What are applications?</h2>
			<p>There are over 250,000 applications built using the Twitter API. To use most applications, you first authorize the application to access your Twitter account, after which you can use it to read and post Tweets, discover new users and more. Applications come in many varieties, including desktop applications like TweetDeck, Seesmic, or EchoFon, websites such as TweetMeme, fflick, or Topsy, or mobile applications such as Twitter for iPhone, Twitter for Blackberry, or Foursquare.</p>
			<h2>Update 1: New authorization rules for applications</h2>
			<p>Starting August 31, all applications will be required to use &#8220;OAuth&#8221; to access your Twitter account.</p>	
			<h3>What's OAuth?</h3>
			<ul>
				<li>OAuth is a technology that enables applications to access Twitter on your behalf with your approval without asking you directly for your password.</li>
				<li>Desktop and mobile applications may still ask for your password once, but after that request, they are required to use OAuth in order to access your timeline or allow you to tweet.</li>
			</ul>
			]]></description>
		</item>
		<item>
			<title>Yahoo! and Bing Search Alliance</title>
			<link>http://www.joydeepdeb.com/blog/yahoo-bing-search-alliance.html</link>
			<pubDate>Wed, 25 Aug 2010 12:00:00 GMT</pubDate>
			<author>joydeep@joydeepdeb.com (Joydeep Deb)</author>
			<category>SEO</category>
			<description><![CDATA[
			<p>Bing will begin to power the English language organic search results on Yahoo! Search in the U.S. and Canada. As Yahoo! continues to work closely with Microsoft to implement the Yahoo! and Microsoft Search Alliance, Yahoo! have started testing organic (also referred to as algorithmic) and paid search listings from Microsoft for up to 25 percent of Yahoo! Search traffic in the U.S. and Canada. The primary change for these tests is that the listings are coming from Microsoft. However, the overall page should look the same as the Yahoo! Search. The below screenshot of a test, the boxed areas of the search results page are coming from Microsoft&#8217;s platform, while the rest of the page is still powered by Yahoo!</p> 
			<p align="center"><img src="http://www.joydeepdeb.com/images/bing-yahoo-merger.png" alt="Yahoo! and Bing Search Alliance" width="420" height="290" border="0" class="blogimage" /></p> 
			<p>The Yahoo! and Bing search alliance covers algorithmic search (<b>web, image and video</b>), search advertising and contextual advertising. It does not include other aspects of display advertising, vertical searches or site searches, such as queries on Flickr or Yahoo! News etc.</p> 
			<p>Microsoft (Bing) will be responsible for the algorithmic search serving platform used by both search engines, including web, image and video results. Microsoft will also be responsible for the search advertising platform that will be used by both search engines (adCenter), and will manage the search advertising marketplace. Yahoo! will provide Microsoft with an exclusive 10-year license to certain Yahoo! search technologies. Yahoo! will also deliver a differentiated search experience for its users by innovating around the listings it receives from Microsoft by integrating Yahoo! content, shortcuts and tools.</p>
			]]></description>
		</item>
		<item>
			<title>My Projects - Joydeep Deb</title>
			<link>http://www.joydeepdeb.com/misc/projects.html</link>
			<pubDate>Sun, 22 Aug 2010 12:00:00 GMT</pubDate>
			<author>joydeep@joydeepdeb.com (Joydeep Deb)</author>
			<category>Web Master</category>
			<description><![CDATA[
			<p>List of few of the projects Joydeep have worked on over past years. Oracle, MetricStream Inc., ComplianceOnline, ING Vysya Foundation, VisitIndia 360.</p>
			<p><a href="http://www.thesearchagency.com/" target="_blank" rel="nofollow"><img src="http://www.joydeepdeb.com/images/logo-tsa.jpg" alt="The Search Agency" border="0" width="179" height="33" /></a></p>
			<p>Discover the search engine marketing firm, The Search Agency offering search engine optimization (SEO), search engine marketing (SEM), and conversion path optimization (CPO) services.</p>
			<p><a href="http://www.oracle.com/" target="_blank" rel="nofollow"><img src="http://www.joydeepdeb.com/images/logo-oracle.gif" alt="Oracle" border="0" width="133" height="18" /></a></p>
			<p>The world's largest enterprise software company, Oracle is the only vendor to offer solutions for every tier of your business - database, middleware, business intelligence, business applications, and collaboration. With Oracle, you get information that helps you measure results, improve business processes, and communicate a single truth to your constituents.</p>
			<p><a href="http://www.metricstream.com/" target="_blank" rel="nofollow"><img src="http://www.joydeepdeb.com/images/logo-metricstream.jpg" alt="MetricStream Inc." border="0" width="375" height="48" /></a></p>
			<p>MetricStream is a market leader in Enterprise-wide GRC and Quality Solutions for global corporations. MetricStream enterprise solutions are used by leading corporations in diverse industries such as pharmaceutical, medical device, high tech manufacturing, energy, financial services, healthcare, manufacturing, food and beverages and automotive to manage quality processes, manage corporate policies, manage regulatory and industry-mandated compliance and corporate governance initiatives.</p>
			<p><a href="http://www.complianceonline.com/" target="_blank" rel="nofollow"><img src="http://www.joydeepdeb.com/images/logo-compliance-online.gif" alt="ComplianceOnline" border="0" width="223" height="29" /></a></p>
			<p>ComplianceOnline is an industry focused portal, developed for the practitioners of quality and regulatory compliance. ComplianceOnline is the most comprehensive resource for compliance and quality.</p>
			<p><a href="http://www.ingvysyafoundation.com/" target="_blank" rel="nofollow"><img src="http://www.joydeepdeb.com/images/logo-ivf.jpg" alt="ING Vysya Foundation" border="0" width="233" height="44" /></a></p>
			<p>ING Vysya Foundation aims at facilitating an enabling environment to promote education for children, living in difficult circumstances. Foundation's target audience is less privileged children. It encourages children to go to school, learn well and to become a responsible citizen of India by creating opportunities to change their lives through education.</p>
			]]></description>
		</item>
		<item>
			<title>Funniest and Sarcastic One Liners</title>
			<link>http://www.joydeepdeb.com/misc/one-liners.html</link>
			<pubDate>Thu, 19 Aug 2010 12:00:00 GMT</pubDate>
			<author>joydeep@joydeepdeb.com (Joydeep Deb)</author>
			<category>Humor</category>
			<description><![CDATA[
			<ul>
				<li>SEO, SEM, SMM, SES, SMO, SMX, PPC, ROI, ROA, RSS, ODP, CTA, CTR, CPO, CPC, CPM, WTF???</li>
				<li>CSS, PHP, ASP, JSP, XML, SQL, FLV, SWF, JPG, PNG, GIF, MIS, AVI, WMV, FTP, CSV, OMG :(</li>
				<li>As the joker said, if you are good at something why do it for free...</li>
				<li>Apple: iPod than iPhone now iPad next iMat later iCarpet :D</li>
				<li>I wasn't lying, I was just writing fiction with my mouth</li>
				<li>If you can smile when things go wrong, you have someone in mind to blame.</li>
				<li>Honesty is the best policy but insanity is the best defense.</li>
				<li>Don't take life too seriously, you won't get out alive.</li>
				<li>Light travels faster than sound. This is why some people appear bright until they speak.</li>
				<li>Living on Earth is expensive, but it does include a free trip around the sun.</li>
				<li>We are born naked, wet and hungry. Then things get worse.</li>
				<li>I'm smiling. This should scare you.</li>
				<li>If a stranger offers you a piece of candy...take two...</li>
				<li>I never admit or deny anything it makes things more interesting.</li>
				<li>The best things in life are free *plus shipping and handling*</li>
				<li>I love my life, but it just wants to be friends...</li>
				<li>I Did Not Escape They Gave Me A Day Pass</li>
				<li>I'm Only Here For The Free Food</li>
				<li>No D&#233;j&#224; vu please...I Don't want to go through that again</li>
				<li>Smile It Confuses People (:</li>
				<li>Think Im Sarcastic? Watch Me Pretend To Care!</li>
				<li>My IQ came back negative :P</li>
				<li>Upgrade your weekend: Take Monday Off...</li>
			</ul>
			]]></description>
		</item>
		<item>
			<title>HTML 5 Overview - Introduction to HTML 5</title>
			<link>http://www.joydeepdeb.com/blog/html-5-overview.html</link>
			<pubDate>Mon, 16 Aug 2010 12:00:00 GMT</pubDate>
			<author>joydeep@joydeepdeb.com (Joydeep Deb)</author>
			<category>Web Master</category>
			<category>SEO</category>
			<description><![CDATA[
			<p>HTML 5 is the next evolution of the Web and includes many more tags and elements for rich media content. In practice, HTML5 is starting to become a reality. Internet Explorer 8, Firefox 3, Safari 3.1, as well as niche browsers like Opera and Chrome, have already implemented partial support but it will be a year or 2 before HTML5 is supported universally.</p>
			<p align="center"><img src="http://www.joydeepdeb.com/images/html5.png" alt="HTML 5 Overview - Introduction to HTML 5" width="434" height="320" border="0" class="blogimage" /></p>
			<p>Many key players are participating in the W3C effort including representatives from the four major browser vendors:  Apple, Mozilla, Opera, and Microsoft.  A draft of the HTML5 spec was released in 2008 and parts of it are now showing up in browsers. At first glance it looks to be a programming language like PHP, but not so, it is still an XML based language.</p>
			<p>The implementation of new tags and elements, a richer experience will emerge on the Web with some new features.</p>
			<p><b>Embedded Audio and Video</b>: You can create rich, interactive photo galleries by combining CSS 2D and 3D transforms with CSS transitions and use CSS gradients to add a highlight and/or shadow to your images.</p>
			p><b>A new &lt;header&gt; tag</b>:  The new &lt;header&gt; tag (which is different from the head element) is a blessing for SEO experts because it gives a lot of flexibility. The &lt;header&gt; tag is very similar to the &lt;H1&gt; tag but the difference is that it can contain a lot of stuff, such as H1, H2, H3 elements, whole paragraphs of text, hard-coded links (and this is really precious for SEO), and any other kind of info you feel relevant to include.</p>
			<p><b>A new &lt;footer&gt; tag</b>:  The &lt;header&gt; and &lt;footer&gt; tags can be used many times on one page - i.e. you can have a separate header/footer for each section and this gives really a lot of flexibility.</p>
			]]></description>
		</item>
		<item>
			<title>Custom Error Page 404 - Best Practices</title>
			<link>http://www.joydeepdeb.com/blog/custom-error-page-404-best-practices.html</link>
			<pubDate>Thu, 17 Jun 2010 12:00:00 GMT</pubDate>
			<author>joydeep@joydeepdeb.com (Joydeep Deb)</author>
			<category>Web Master</category>
			<description><![CDATA[
			<p>A 404 Error or Page Not Found Error is a standard HTTP Response Code that appears on your Internet browser when the page you requested cannot be found. It is possible that the typed address is incorrect, or the page no longer exists. 404 Error's can be blamed on the website visitor or the Webmaster.</p>
			<p align="center"><img src="http://www.joydeepdeb.com/images/yahoo-404.jpg" alt="Custom Error Page 404 - Best Practices" width="400" height="269" border="0" class="blogimage" /></p>
			<p>A Custom Error Page is a placeholder for web pages that fail to load when a human visitor and/or a search engine spider tries to view a webpage.  Improperly configured Error Pages may also produce duplicate content issues by producing the same content across unique URLs.</p>
			]]></description>
		</item>
		<item>
			<title>Geo Location Targeting in Google SERPs</title>
			<link>http://www.joydeepdeb.com/blog/geo-location-targeting-in-google-serps.html</link>
			<pubDate>Tue, 1 Jun 2010 12:00:00 GMT</pubDate>
			<author>joydeep@joydeepdeb.com (Joydeep Deb)</author>
			<category>SEO</category>
			<description><![CDATA[
			<h2>Signals for country specific websites</h2>
			<p>Last month Matt Cutts <a href="http://goo.gl/ITns" target="_blank" rel="nofollow">buzzed</a> about Google top signals for country specific websites, which was:</p>
			<p align="center"><a href="http://www.joydeepdeb.com/images/matt-cutts-buzz.png" target="_blank"><img src="http://www.joydeepdeb.com/images/matt-cutts-buzz.png" alt="Matt Cutts Googlee Buzz" width="500" border="0" class="blogimage" /></a><br /><a href="http://www.joydeepdeb.com/images/matt-cutts-buzz.png" target="_blank">Matt Cutts Googlee Buzz</a><br />(<i>click on the image to enlarge</i>)</p>
			<p><b>1. Country Code TLD (ccTLD) such as .de or .fr</b> - It makes sense when a website address is having country code (ccTLD), it is very easy to figure out which part of the world the website belongs to.</p>
			]]></description>
		</item>
		<item>
			<title>Social Media Mistake</title>
			<link>http://www.joydeepdeb.com/blog/social-media-mistake.html</link>
			<pubDate>Thu, 13 May 2010 12:00:00 GMT</pubDate>
			<author>joydeep@joydeepdeb.com (Joydeep Deb)</author>
			<category>Social Media</category>
			<description><![CDATA[
			<h3>What mistake most people do while doing "Social Media".</h3>
			<h2>They are only twitting about their Blogs (:</h2>
			<p align="center"><a href="http://www.joydeepdeb.com/images/twitter-blogspot-2.png" target="_blank"><img src="http://www.joydeepdeb.com/images/twitter-blogspot-2.png" alt="I Tweet About My Blog" width="490" border="0" class="blogimage" /></a><br /><a href="http://www.joydeepdeb.com/images/twitter-blogspot-2.png" target="_blank">I Tweet About My Blog</a><br />(<i>click on the image to enlarge</i>)</p>
			<h3>Now get a T-Shirt printed of this...</h3>
			]]></description>
		</item>
		<item>
			<title>List of HTTP Response Status Codes</title>
			<link>http://www.joydeepdeb.com/blog/list-of-http-response-status-codes.html</link>
			<pubDate>Thu, 8 Apr 2010 12:00:00 GMT</pubDate>
			<author>joydeep@joydeepdeb.com (Joydeep Deb)</author>
			<category>Web Master</category>
			<description><![CDATA[
			<h3>1xx Info / Informational</h3> 
			<p>HTTP_INFO - <b>Request received, continuing process.</b></p> 
			<p>Indicates a provisional response, consisting only of the Status-Line and optional headers, and is terminated by an empty line.</p> 
			<ul> 
				<li><b>100 Continue</b> - HTTP_CONTINUE</li> 
				<li><b>101 Switching Protocols</b> - HTTP_SWITCHING_PROTOCOLS</li> 
				<li><b>102 Processing</b> - HTTP_PROCESSING</li> 

			</ul> 
			<h3>2xx Success / OK</h3> 
			<p>HTTP_SUCCESS - <b>The action was successfully received, understood, and accepted.</b></p> 
			<p>Indicates that the client&#8217;s request was successfully received, understood, and accepted.</p> 
			<ul> 
				<li><b>200 OK</b> - HTTP_OK</li> 
				<li><b>201 Created</b> - HTTP_CREATED</li> 
				<li><b>202 Accepted</b> - HTTP_ACCEPTED</li> 
				<li><b>203 Non-Authoritative Information</b> - HTTP_NON_AUTHORITATIVE</li> 
				<li><b>204 No Content</b> - HTTP_NO_CONTENT</li> 
				<li><b>205 Reset Content</b> - HTTP_RESET_CONTENT</li> 
				<li><b>206 Partial Content</b> - HTTP_PARTIAL_CONTENT</li> 
				<li><b>207 Multi-Status</b> - HTTP_MULTI_STATUS</li> 

			</ul> 
			<h3>3xx Redirect</h3> 
			<p>HTTP_REDIRECT - <b>The client must take additional action to complete the request.</b></p> 
			<p>Indicates that further action needs to be taken by the user-agent in order to fulfill the request. The action required may be carried out by the user agent without interaction with the user if and only if the method used in the second request is GET or HEAD. A user agent should not automatically redirect a request more than 5 times, since such redirections usually indicate an infinite loop.</p>
			]]></description>
		</item>
		<item>
			<title>How to position DIV at the center of web page</title>
			<link>http://www.joydeepdeb.com/blog/how-to-position-div-at-center-of-web.html</link>
			<pubDate>Wed, 7 Apr 2010 12:00:00 GMT</pubDate>
			<author>joydeep@joydeepdeb.com (Joydeep Deb)</author>
			<category>Web Master</category>
			<description><![CDATA[
			<p>When <b>Web 2.0</b> was introduced and web designers started using DIV/CSS to build their website, as websites written using DIV/CSS are considered to be load faster and coded cleaner while TABLES can increase page weight. Soon the TABLE based designs started fading out. Now every major website you see on internet are DIV based layout with CSS. DIV/CSS based layouts are highly effective for two and three-column designs and we can achieve the same table-based layout effects, reducing markup code, get faster page downloads.</p>
			<p>Many web designers find it difficult to align the DIV in the center of the web page, because DIV's are 100% in width by default. We can overcome this situation by using CSS or JavaScript.</p>
			<p>There are two ways to place a DIV at the center of a web page, <b>JavaScript</b> and <b>CSS</b>.</p>
			]]></description>
		</item>
		<item>
			<title>Google Search: Rich Snippets for Events</title>
			<link>http://www.joydeepdeb.com/blog/google-search-rich-snippets-for-events.html</link>
			<pubDate>Tue, 30 Mar 2010 12:00:00 GMT</pubDate>
			<author>joydeep@joydeepdeb.com (Joydeep Deb)</author>
			<category>SEO</category>
			<description><![CDATA[
			<p>Rich Snippets help people make more informed clicks and find what they need even faster. Events markup is based off of the '<b>hCalendar microformat</b>'. Here&#8217;s an example of what the new events Rich Snippets will look like:</p>
			<p align="center"><img src="http://www.joydeepdeb.com/images/rich-snippets.jpg" alt="Google Search: Rich Snippets for Events" width="430" height="125" border="0" class="blogimage" /></p>
			<p>The new format shows links to specific events on the page along with dates and locations. It provides a fast and convenient way for users to determine if a page has events they may be interested in.</p>
			<p><b>About event information</b>: When event information is marked up in the body of a web page, Google can identify it and may make that information available in search results pages. Information such as an event&#8217;s title, date, and venue can help users decide which pages to click on in search results. Google currently uses this data only for pages with a collection of events.</p>
			<p><b>Properties</b>: Google recognizes the following event properties (derived from the <a href="http://microformats.org/wiki/hcalendar">hCalendar microformat standard</a>), and may include their content in search results.</p>
			]]></description>
		</item>
		<item>
			<title>How to Suck at Social Networking</title>
			<link>http://www.joydeepdeb.com/blog/how-to-suck-at-social-networking.html</link>
			<pubDate>Wed, 3 Mar 2010 12:00:00 GMT</pubDate>
			<author>joydeep@joydeepdeb.com (Joydeep Deb)</author>
			<category>Social Media</category>
			<description><![CDATA[
			<p>In today's world almost every men, women, and children's are having their own social networking account(s). To name a few <i>Facebook, Twitter, Orkut/Buzz, MySpcae</i> etc. To be honest most of us have our accounts in all possible social networking sites, problem is people don't know or understand what to publish and what not to publish. And sometime this is what results in many privacy issues and scams.</p>
			<p>Well my main focus in this blog is the "<b>Status Line Update(s)</b>". People publish all weird status updates or talking out of the context, which make no sense to your friends, networks and followers, because no one has any idea what the hell you are talking about.</p>
			<p>So what should I publish in my status line or tweet about and what I should not?<br />Well my answer is "<b>keep your personal life personal</b>" and try not to making your personal life public. Below are few points you should not do at all.</p>
			<p>- Your kids, dog, cat, goat, or whatever else (E.g. <code>Wow, Jackie just did #2 on the doormat, so cute - http://tinyurls/wtf</code>) It's understood that your children and pets are your world. But to everyone else, they are a glorified tamagotchi.</p>
			<p>- Talking out of context (E.g. <code>Yuppie, the spider pig saved the world again, but he is little mad at Santa for now.</code>) Now what the hack does this mean? Seriously no one has any idea what you are talking about. It's not cool at all and it lame and sucks.</p>
			<p>- The conference or event you are at (E.g. <code>OMG @DumbGuy what a presentation dude, you totally OWNED that last session on optimizing your twitter background pic.</code>) Frankly speaking no one outside of that conference or event gives a crap about it.</p>
			]]></description>
		</item>
		<item>
			<title>Send PPC traffic to landing page and not homepage</title>
			<link>http://www.joydeepdeb.com/blog/send-ppc-traffic-to-landing-page.html</link>
			<pubDate>Tue, 2 Feb 2010 12:00:00 GMT</pubDate>
			<author>joydeep@joydeepdeb.com (Joydeep Deb)</author>
			<category>SEM</category>
			<description><![CDATA[
			<p>Directing your potential visitors to specific landing page(s) with the answers they are looking for is the key. Many business owners like to send their PPC traffic to their website homepage and not to the specific landing page.</p>
			<p align="center"><img src="http://www.joydeepdeb.com/images/adwords-ppc.jpg" alt="Send PPC traffic to landing page and not homepage" width="215" height="250" border="0" class="blogimage" /></p>
			<p>One reason I can think of is the business wants to create their brand first before the sale. They don't understand that the landing pads do carry their company brand, landing pad header contains brand logo and footer have access to the rest of the website (<i>Privacy Policy, Contact Us, Sitemap, About Us etc.</i>)</p>
			<p>Now imagine you are searching for '<u>Nokia N95</u>' in Google search, (<i>Sorry, but like many other people, even I have a habit of using the Google search first.</i>) and the first result is Nokia. Cool, now a pop-up quiz: Would you like to go to Nokia homepage and search the website till you find the Nokia N95 page, or would you be more satisfied just going to the actual Nokia N95 page and finding it immediately? The answer is very obvious.</p>
			]]></description>
		</item>
		<item>
			<title>XML Sitemap Best Practices</title>
			<link>http://www.joydeepdeb.com/blog/xml-sitemap-best-practices.html</link>
			<pubDate>Wed, 6 Jan 2010 12:00:00 GMT</pubDate>
			<author>joydeep@joydeepdeb.com (Joydeep Deb)</author>
			<category>Web Master</category>
			<category>SEO</category>
			<description><![CDATA[
			<p>Many websites have HTML sitemap for its human visitors, which list all the webpages in the website which helps a human visitor to find what he/she is looking for in the website, same ways XML Sitemaps are created for search engine spiders and not for human visitors.</p>
			<p align="center"><img src="http://www.joydeepdeb.com/images/xml-sitemap.jpg" alt="XML Sitemap Best Practices" width="300" height="280" border="0" class="blogimage" /></p>
			<p>XML Sitemap helps search engines crawlers to crawl the website and keep their results up to date. These XML sitemaps can be submitted to Google, Bing and Yahoo! search engines.</p>
			<p>XML sitemaps do not guarantee all links will be crawled and being crawled does not guarantee indexing. However, XML sitemap is still the best insurance for getting a search engine to learn about your entire website.</p>
			<p>In XML sitemap, errors are not tolerated, and so syntax must be exact. It is advised to validate the XML sitemap every time before going live.</p>
			]]></description>
		</item>
		<item>
			<title>What is Canonical URL Tag?</title>
			<link>http://www.joydeepdeb.com/blog/what-is-canonical-url-tag.html</link>
			<pubDate>Tue, 22 Dec 2009 12:00:00 GMT</pubDate>
			<author>joydeep@joydeepdeb.com (Joydeep Deb)</author>
			<category>SEO</category>
			<description><![CDATA[
			<p>Canonicalization is the process of picking the best URL when there are several choices, and it usually refers to home pages. Canonical URL tag is part of the HTML header on any webpage, inside &lt;head&gt;...&lt;/head&gt; section.</p>
			<pre><code>&lt;link rel="canonical" href="http://www.example.com/" /&gt;</code></pre>
			<p align="center"><img src="http://www.joydeepdeb.com/images/canonical-url.jpg" alt="What is Canonical URL Tag?" width="300" height="238" border="0" class="blogimage" /></p>
			<p>This tag tells all the major search engine bots (Google, Bing &amp; Yahoo!) that the page in question should be treated as though it were a copy of the URL http://www.example.com/ and that all of the link &amp; content metrics the engines apply should technically flow back to that URL.</p>
			<p>Canonicalization helps to solve issues like www version vs. non-www version, re-directs, duplicate URLs, hijacking, etc... Avoiding duplicates in the search engine index has consistently been a key concern to all SEOs, Web Masters and Site Owners. When you use the &lt;link&gt; tag, you can indicate the canonical URL form for crawlers to use for each page of content, no matter how it was retrieved.</p>
			]]></description>
		</item>
		<item>
			<title>Utilize your 'robots.txt' file efficiently</title>
			<link>http://www.joydeepdeb.com/blog/utilize-your-robotstxt-file-efficiently.html</link>
			<pubDate>Fri, 31 Jul 2009 12:00:00 GMT</pubDate>
			<author>joydeep@joydeepdeb.com (Joydeep Deb)</author>
			<category>SEO</category>
			<category>Web Master</category>
			<description><![CDATA[
			<p>Never underestimate the value of 'robots.txt' file, if you want your website to be ranked top in the search engines results. It's essential for you to understand how the search engine spiders crawls over your website, by understanding how to control the direct the spiders, you can be certain that your website will rise in rankings. After all it's the 'crawlers, spider, robots' which determines the relevancy of your website and decide where your website should be ranked in the search engine results page.</p>
			<p align="center"><img src="http://www.joydeepdeb.com/images/robots-txt.jpg" alt="Utilize your 'robots.txt' file efficiently" width="398" height="270" border="0" class="blogimage" /></p>
			<p>Always keep this in mind that the 'robots.txt' file is meant to prevent search engine spiders from searching certain pages. That is why by using 'robots.txt' file properly, you can direct the spiders to locate the most important pages on your website and not to locate certain files. You can also use the spiders to prevent indexing the duplicate pages in your website, because having duplicate content can actually reduce your search engine ranking. With the help of the 'robots.txt' file, you can tell the search engine spiders which pages they should and should not crawl and index. You can instruct the spiders to look only at the main/important web pages and folder and leave the rest alone.</p>
			<p>To successfully use the 'robots.txt' file, first you need to determine which pages you don't want the spiders to search. You need to upload the 'robots.txt' file to the root folder/directory of your domain or in your sub-domains. Adding it to your subdirectories will not work.</p>
			]]></description>
		</item>
		<item>
			<title>Keys for a successful Website</title>
			<link>http://www.joydeepdeb.com/blog/keys-to-successful-website.html</link>
			<pubDate>Mon, 8 Jun 2009 12:00:00 GMT</pubDate>
			<author>joydeep@joydeepdeb.com (Joydeep Deb)</author>
			<category>Web Master</category>
			<category>SEO</category>
			<description><![CDATA[
			<p>You may have a spectacular website, but there are a few essential requirements that your website needs to be successful.</p>
			<p align="center"><img src="http://www.joydeepdeb.com/images/key-to-success.jpg" alt="Keys for a successful Website" width="380" height="245" border="0" class="blogimage" /></p>
			<p><b>Meta Tags</b>: Title Tag, Meta Keyword and Meta Description tags should be included in your HTML code at the top of every page. Search engines will crawl them and store them to display in their search results. Again, each page should be optimized separately and have a unique title, keywords, and description tags.</p>
			<p><b>Navigation</b>: Normally I will suggest Top, Left and Bottom Navigation, also if possible breadcrumb navigation too. Make sure it stays the same across the board on all pages of your site. Your job is to guide your visitors through your website, making sure they always know where they are and how to get to where they need to go.</p>
			<p><b>Search Engine Optimized</b>: Trust me it is very important, everybody wants their pages to rank well in the search engines. All the pages of your website should be optimized with 2, or 3 keywords/phrases. Use your keywords into your title tag, Meta keyword and description and in the body of each page, also use them in your images alt tag, even in the names you give your pages.</p>
			<p><b>Google Analytics/Tracking System</b>: Once your site is up and running you'll want to keep your eye on traffic. Who's visiting your website, what pages are the most popular, where is the traffic coming from. All of these questions and more can be answered by using a good analytics program. You can use Google Analytics for this, once registered you will be given some Java Script code to copy and paste in all your web pages.</p>
			]]></description>
		</item>
		<item>
			<title>Why paid search numbers often don't match</title>
			<link>http://www.joydeepdeb.com/blog/why-paid-search-numbers-often-dont.html</link>
			<pubDate>Wed, 6 May 2009 12:00:00 GMT</pubDate>
			<author>joydeep@joydeepdeb.com (Joydeep Deb)</author>
			<category>SEM</category>
			<category>Analytics</category>
			<description><![CDATA[
			<p>Pay Per Click (PPC) is an Internet advertising model used on search engines, advertising networks and content sites, in which advertisers pay their host only when their ad is clicked. Google AdWords, Yahoo! Search Marketing and Microsoft adCenter are the three largest network operators, and all three operate under a bid-based model.</p>
			<p align="center"><img src="http://www.joydeepdeb.com/images/ppc.jpg" alt="Why paid search numbers often don't match" width="365" height="180" border="0" class="blogimage" /></p>
			<p>If you are using paid search networks (PPC), you will have access to click-through reports provided by your PPC network/vendor. You may find that these numbers don't match with your web analytics reports. This is really painful as you are spending a lot of time and money in PPC. And if the PPC reports don't match with web analytics reports it's a waste of your time and money.</p>
			<h2>Understand the difference between 'Click' and 'Visit'</h2>
			<p>PPC vendors, such as Google AdWords, Yahoo! Search Marketing, and Microsoft adCenter measure clicks and web analytics measure visitors that can accept a cookie. Now they are not going to be the same because cookie blocks, Java Script errors and visitors who simply navigate quickly by clicking on to another page before the web analytics code has loaded to collect data. Because of this, web analytics reports tend to show slightly less visits compared with PPC report.</p>
			<h2>Wrong Tracking URL's Tracking</h2>
			<p>URL's are very important in any PPC campaign, as this setup is needed to differentiate between paid search and non-paid search engine visitors (e.g.: http://www.your-domain.com?source=google). Sometimes tracking URL's are forgotten during the PPC campaign setups or simply by assigning incorrect URL's into them, which leads to such inaccuracies in the reports.</p>
			<h2>Invalid Clicks</h2>
			<p>Imagine a visitor clicks on your ad several times on purpose in a short period of time, Google AdWords, Yahoo! Search Marketing, and other PPC vendors can automatically monitor those invalid and fraudulent clicks and adjust the PPC metrics accordingly. But your web analytics tools will count/record this entire invalid and fraudulent click for your PPC campaign.</p>
			]]></description>
		</item>
		<item>
			<title>How Accurate is your Web Analytics Data</title>
			<link>http://www.joydeepdeb.com/blog/how-accurate-is-your-web-analytics-data.html</link>
			<pubDate>Mon, 20 Apr 2009 12:00:00 GMT</pubDate>
			<author>joydeep@joydeepdeb.com (Joydeep Deb)</author>
			<category>Web Master</category>
			<category>Analytics</category>
			<description><![CDATA[
			<p>To be able to judge your website performance, your web analytics should be accurate. You will be able to achieve this if common errors in collecting the data can be avoided. You need to understand your website visitors behavior along with their entry and exit points.</p>
			<p align="center"><img src="http://www.joydeepdeb.com/images/web-analytics.jpg" alt="How Accurate is your Web Analytics Data" width="365" height="200" border="0" class="blogimage" /></p>
			<p>In today&#8217;s world Web Analytics are the tools and methods used by organizations to track the number of people visiting their website and later analyzing the success of their online strategies. Web analytics data can never be 100% accurate. Finding the errors is difficult and the levels of details are critical.</p> 
			<h2>Collecting Visitors Data</h2> 
			<p>The two common techniques to collect the website visitors data are the Log Files data and the Page Tags (scripts). Log Files data comes from your web server and independent of the visitors browser. It is also known as &#8220;server-side data collection", it captures all the requests made by the website visitors to your web server including the visitors IP address, date/time, web pages, images and PDFs.</p>
			<p>The best part about log files are they can track mobile visitors also as most of the mobile phones yet do not support Java Script or cookies. Log files are able to track all visitors who browse using their mobile phones, which a Page Tags can&#8217;t do. Log files can also track all the hits to your website PDF&#8217;s, DOC&#8217;s, EXE&#8217;s, ZIP&#8217;s &amp; XLS&#8217;s files which a Page Tag can&#8217;t do as you cannot tag these files.</p>
			<p>But the visits by Robots/Spiders/Crawlers can also multiply your data figures, as search engines use them to fetch and index your website. These affect web analytics because log file will show all data for robots activity on your website even though they are not real visitors. In Log Files, one IP address counts as one visitor. A log file tracks visitor sessions by accumulating all hits from the same IP address and web browser per visitor.</p>
			]]></description>
		</item>
		<item>
			<title>Optimize Your Landing Pages</title>
			<link>http://www.joydeepdeb.com/blog/optimize-your-landing-pages.html</link>
			<pubDate>Tue, 31 Mar 2009 12:00:00 GMT</pubDate>
			<author>joydeep@joydeepdeb.com (Joydeep Deb)</author>
			<category>SEO</category>
			<description><![CDATA[
			<h2>Why?</h2>
			<p>Getting more relevant traffic to your website and increase your sales and website ranking. A Landing Page is the first thing any user interacts with before interacting with you/company and it may or may not lead to a sale. All your SEO (Organic/Paid) efforts are not going to create the sales with bad landing pages, its just waste of your time and money.</p>
			<p align="center"><img src="http://www.joydeepdeb.com/images/landing-page.jpg" alt="Optimize Your Landing Pages" width="350" height="245" border="0" class="blogimage" /></p>
			<p>Websites can make more than double their conversions with landing pages that are properly designed to convert traffic to conversions (such as opt-in sign ups and direct sales). When visitors come to your website from any search engine, you must connect with your visitors and offer them real substance.</p>
			<p>Just think for a moment, you can beat your competition without increasing your PPC advertising or without increasing your SEO efforts.</p>
			<h2>How!</h2>
			<p>By clearly explaining what you want your website visitors to do and why they should do it. Why should they buy from you and not form you competitors or opt-in for future contact. What separates you from your competitors? Why should they choose you over others? You should be able to clearly explain the advantage to your products/services to the visitors.</p>
			<p>Create your landing page with valuable content, products or services. Understand the importance of good content. Place primary and secondary keywords within the first 25 words in your page content and spread them evenly throughout the document. Analyses, Research and use the right keywords/phrases to attract your target customers. If you know what's important to your customers then you would focus on those keywords. Use your keywords in the right fields and references within your web page. Like Title, META tags, Headers, etc.</p>
			]]></description>
		</item>
		<item>
			<title>Guidelines while building a Corporate Website</title>
			<link>http://www.joydeepdeb.com/blog/guidelines-while-building-corporate.html</link>
			<pubDate>Mon, 26 May 2008 12:00:00 GMT</pubDate>
			<author>joydeep@joydeepdeb.com (Joydeep Deb)</author>
			<category>Web Master</category>
			<description><![CDATA[
			<p>When it comes to design or creating a website there are lot of things to take care of before you start, specially when it comes for Corporate websites. I always say, "A hit to your site can lead to a sale" which is possible if the visitor/user finds your site useful, user friendly, something they are looking for</p>
			<p align="center"><img src="http://www.joydeepdeb.com/images/corporate-website.jpg" alt="Guidelines while building a Corporate Website" width="350" height="200" border="0" class="blogimage" /></p>
			<p>A corporate website should always maintain its integrity and be professional in design and development. That doesn't mean it can't be flashy or jazzy till you can maintain the professionalism. The website should not be irritating to the visitor/user, they should not be wasting there time when they are looking for something on your website.</p>
			<p>Have a proper layout of the site, categories them in sections by products, news, events etc. Go with the colors for your wesite, which should compliment the company logo. Use a common font throughout the website, don't use multiple fonts in different sections keep everything constant. Make your site easy to use easy to navigate and easy to read.</p>
			<p>Check spelling in your website content, be honest with the content tell the truth about yourself, products, offers you announce. Design/Code/Build the website to load as fast as possible it helps those with expensive and/or slow Internet connections. Make sure your pages are working on any browser (browser independent) check your website in Internet Explorer, Firefox, Netscape (old and new versions). Check all your Scripting/Coding are working fine across all browsers.</p>
			]]></description>
		</item>
		<item>
			<title>Guidelines for eMail Newsletters</title>
			<link>http://www.joydeepdeb.com/blog/guidelines-for-email-newsletters.html</link>
			<pubDate>Wed, 19 Dec 2007 12:00:00 GMT</pubDate>
			<author>joydeep@joydeepdeb.com (Joydeep Deb)</author>
			<category>Online Marketing</category>
			<description><![CDATA[
			<p>In Online Marketing, eMail Newsletter Campaigns plays a major role to reach maximum number of audience. eMail Newsletter is one of the easiest ways to market your products, events, offers etc. Your eMail Newsletter Design might look great in one eMail client, but chances are when you open the same eMail in a different eMail client the results may not be the same.</p>
			<p align="center"><img src="http://www.joydeepdeb.com/images/email.jpg" alt="Guidelines for eMail Newsletters" width="290" height="270" border="0" class="blogimage" /></p>
			<p>To be sure that the eMail Newsletter is reaching to the end users properly without any formatting issue(s) and getting displayed properly to the end users, follow the below guidelines.</p>
			<p><b>HTML Code Validation:</b> Normally the eMail Newsletters are in HTML format, and should be validated properly before final send-out, there should not be any missing tags or extra tags. You can use W3C Validator to validate your pages.</p>
			<p>Finally never forget to do HTML encoding to the special characters. Always place your company logo on the top left side of the eMail. Grab users attention by your eMail headline(s). Try to avoid CSS (Style Sheets) in your eMail Newsletters no matter if its Inline, Embedded, or External CSS, use HTML font tags <pre><code>&lt;font face=" Arial, Verdana, Helvetica, sans-serif" color="#000000" size="2"&gt;</code></pre> by using font tags we can make sure that the eMail will display fonts properly in any mail client. Also all links should open in new window (e.g. <code>target="_blank"</code>).</p>
			<p><b>Text eMail:</b> Keep your text eMail content simple, direct and to the point on your offer in short statements and bulleted text. Limit your each line length to 70 characters to prevent unwanted wrapping. Don't attempt to create boxes with characters like "-" and "". Use dashes (-) and asterisks (*) as separators for different sections of the message. All links should be on its own line with some additional text.)</p>
			]]></description>
		</item>
		<item>
			<title>DO's and DON'Ts - Search Engine Optimization (SEO)</title>
			<link>http://www.joydeepdeb.com/blog/dos-and-donts-search-engine.html</link>
			<pubDate>Wed, 6 Jun 2007 12:00:00 GMT</pubDate>
			<author>joydeep@joydeepdeb.com (Joydeep Deb)</author>
			<category>SEO</category>
			<description><![CDATA[
			<p>We use SEO to get more traffic to the Website free of cost and also to gain popularity and business on Internet. But forget that SEO takes a lot of time and efforts to get top rankings on search engines.</p>
			<p align="center"><img src="http://www.joydeepdeb.com/images/seo.jpg" alt="DO's and DON'Ts - Search Engine Optimization (SEO)" width="340" height="265" border="0" class="blogimage" /></p>
			<p>Always remember, <b>"A hit to your website can lead to a sale"</b>. Knowing what to do and what not to do for your website while following the Best Practices of SEO, will help you in sales and creating a brand in the market.</p>
			<p><b>SEO Do's and Don'ts</b></p>
			]]></description>
		</item>
		<item>
			<title>Search Engine Optimization (SEO) Gyan - Fundas</title>
			<link>http://www.joydeepdeb.com/blog/search-engine-optimization-seo-gyan.html</link>
			<pubDate>Wed, 9 May 2007 12:00:00 GMT</pubDate>
			<author>joydeep@joydeepdeb.com (Joydeep Deb)</author>
			<category>SEO</category>
			<description><![CDATA[
			<p>eMarketing is an easy way to market self/company/product, if you know the way to do it sky is the limit. Search Engine Optimization (SEO) is the best and hot ongoing process now in market. Now it's the time to hit the market through web also, or you are era back. Google, MSN and Yahoo Search Engines are the top leaders in this segment. As per my knowledge I can say, out of 100% Google is about 60% to 70% shares MSN and Yahoo are neck-to-neck say 10% to 15% and remaining goes to other search engines.</p>
			<p align="center"><img src="http://www.joydeepdeb.com/images/seo.jpg" alt="DO's and DON'Ts - Search Engine Optimization (SEO)" width="340" height="265" border="0" class="blogimage" /></p>
			<p>Key Tips (Hint) In your website you should maintain proper HTML Tags:</p>
			<ul>
				<li>META Tags</li>
				<li>Title Tag</li>
				<li>H1, H2, H3... Tags</li>
				<li>Use of Anchor tags cleverly</li>
				<li>File Naming Convention</li>
				<li>Tool Tips</li>
				<li>Link exchange etc...</li>
			</ul>
			]]></description>
		</item>
	</channel>
</rss>
