<?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>techcrank.com &#187; SEO</title>
	<atom:link href="http://techcrank.com/category/seo/feed/" rel="self" type="application/rss+xml" />
	<link>http://techcrank.com</link>
	<description>Technology Cranked</description>
	<lastBuildDate>Sat, 29 Oct 2011 08:57:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to Decrease the Loading Time of Your Blog- DIY</title>
		<link>http://techcrank.com/blogging/how-to-decrease-the-loading-time-of-your-blog-diy/</link>
		<comments>http://techcrank.com/blogging/how-to-decrease-the-loading-time-of-your-blog-diy/#comments</comments>
		<pubDate>Sat, 10 Apr 2010 18:28:42 +0000</pubDate>
		<dc:creator>Shubham</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://techcrank.com/?p=2436</guid>
		<description><![CDATA[Well it is said that content rules the Web, though it does but it isn’t the only thing you should care about. Making a successful quality blog is not an easy task. One of the most important factor is the loading time of your blog. In this article let’s have a look at the various [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://techcrank.com/blogging/how-to-decrease-the-loading-time-of-your-blog-diy/" title="Permanent link to How to Decrease the Loading Time of Your Blog- DIY"><img class="post_image alignright" src="http://techcrank.com/wp-content/uploads/2010/04/decrease-blog-load-time.jpg" width="192" height="222" alt="decrease blog load time How to Decrease the Loading Time of Your Blog  DIY"  title="How to Decrease the Loading Time of Your Blog  DIY" /></a>
</p><p>Well it is said that content rules the Web, though it does but it isn’t the only thing you should care about. Making a successful quality blog is not an easy task. One of the most important factor is the loading time of your blog. In this article let’s have a look at the various things which you should do to increase the speed of you blog.<span id="more-2436"></span></p>
<h3><a href="http://techcrank.com/wp-content/uploads/2010/04/decrease-blog-load-time.jpg"><img class="alignright size-full wp-image-2444" title="decrease blog load time" src="http://techcrank.com/wp-content/uploads/2010/04/decrease-blog-load-time.jpg" alt="decrease blog load time How to Decrease the Loading Time of Your Blog  DIY" width="192" height="222" /></a>Reduce the size of your Sliced Images-</h3>
<p>Web designer should take care of its background images and the images used in the site. They should be of optimum size. You can use <a href="http://www.gracepointafterfive.com/punypng" rel="nofollow" target="_blank">Puny PNG</a> tool to do this, it is very effective in reducing image size without any quality loss. So whenever you make an image file do compress it.</p>
<h3>Manage the external Requests-</h3>
<p>One of the most important factors of slow loading of your blog is external requests. External blog requests slow the loading time of your blog. Don’t use any unnecessary widget in your blog. Some of the things like facebook fan page, Digg and Social networking icons like tweetmeme can slow down your blog. So choose wisely and don’t duplicate any of them. This will surely decrease your loading time.</p>
<h3>Use a Good Hosting Service-</h3>
<p>Well Hosting service is really important factor of your blog’s loading time. If you are hosting your site at good hosts, you will get good speedy blog. Well i have used <a href="http://wpwebhost.com/affiliate/idevaffiliate.php?id=964_0_1_36" rel="nofollow" target="_blank">Wp-web host</a> and <a href=" http://www.ipage.com/join/index.bml?AffID=623066" rel="nofollow" target="_blank">ipage</a> hosting. Well also heard a lot about <a href="http://secure.hostgator.com/~affiliat/cgi-bin/affiliates/clickthru.cgi?id=techcrank" rel="nofollow" target="_blank">hostgator</a> too.</p>
<h3>Use Caching technique-</h3>
<p>Caching time is a popular technique used by the Webmasters to increase their speed. You can use <a href="http://wordpress.org/extend/plugins/wp-super-cache/" rel="nofollow" target="_blank">Wp-Super Cache</a> to do the work for you. It is easy to install and configure. Wp-super cache create static web pages of your blog so that it can load faster. You can use it to minimize the server load and activate the Mysql Query Cache.</p>
<p>In order to activate Mysql Query Cache-</p>
<p>1. Find Mysql configuration file my.cnf</p>
<p>2. Change the setting of query cache type value to 1.</p>
<p>3. Find the query cache size and change it to 20M.</p>
<p>4. Also change the query cache limit and change the value to 2M.</p>
<h3>Use Minify to Compress the JS and CSS-</h3>
<p>Minify is a tool to compress multiple JavaScript and CSS. It removes comments and unnecessary space and comments from the CSS and JavaScript. It also provide GZ encoding and optimal client-side cache headers. You can have a look at how minify works.</p>
<table width="690" border="0" cellspacing="0" cellpadding="2">
<tbody>
<tr>
<td valign="top" width="114">Before</td>
<td valign="top" width="576"><a href="http://techcrank.com/wp-content/uploads/2010/04/before_wp_minify.png"><img style="display: inline; border-width: 0px;" title="before_wp_minify" src="http://techcrank.com/wp-content/uploads/2010/04/before_wp_minify_thumb.png" alt="before wp minify thumb How to Decrease the Loading Time of Your Blog  DIY" width="559" height="167" border="0" /></a></td>
</tr>
<tr>
<td valign="top" width="114">After</td>
<td valign="top" width="576"><a href="http://techcrank.com/wp-content/uploads/2010/04/after_wp_minify.png"><img style="display: inline; border-width: 0px;" title="after_wp_minify" src="http://techcrank.com/wp-content/uploads/2010/04/after_wp_minify_thumb.png" alt="after wp minify thumb How to Decrease the Loading Time of Your Blog  DIY" width="559" height="87" border="0" /></a></td>
</tr>
</tbody>
</table>
<h3>Optimize Your Database Table-</h3>
<p>Optimizing your database table can be very efficient in terms of load time. If your database table is big in size then you should optimize it every week. Well it works very good, I use <a href="http://wordpress.org/extend/plugins/wp-optimize/installation/" rel="nofollow" target="_blank">Wp-Optimize</a> plugin to optimize my database table. Besides optimizing Database it also provides features like post revisions and cleaning spam comments.</p>
<p>Well you can use the free Pingdom tool to evaluate speed reports.</p>
<p><strong><em>Any tip you want to share, feel free to add your comment.</em></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://techcrank.com/blogging/how-to-decrease-the-loading-time-of-your-blog-diy/feed/</wfw:commentRss>
		<slash:comments>34</slash:comments>
		</item>
		<item>
		<title>Prevent Your Site From Getting Indexed, The Right Way</title>
		<link>http://techcrank.com/blogging/prevent-your-site-from-getting-indexed-the-right-way/</link>
		<comments>http://techcrank.com/blogging/prevent-your-site-from-getting-indexed-the-right-way/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 20:49:59 +0000</pubDate>
		<dc:creator>Shubham</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://techcrank.com/?p=1298</guid>
		<description><![CDATA[Many websites use robots.txt to block Google to index their pages and thus preventing the pages from showing up in the search engine. But the fact is that robots.txt doesn&#8217;t actually do the latter, even though it does prevent your site from being indexed. Before getting back to the explanation why Google does that? Lets [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://techcrank.com/blogging/prevent-your-site-from-getting-indexed-the-right-way/" title="Permanent link to Prevent Your Site From Getting Indexed, The Right Way"><img class="post_image alignright" src="http://techcrank.com/wp-content/uploads/2010/01/no-follow.jpg" width="192" height="222" alt="no follow Prevent Your Site From Getting Indexed, The Right Way"  title="Prevent Your Site From Getting Indexed, The Right Way" /></a>
</p><p>Many websites use robots.txt to block Google to index their pages and thus preventing the pages from showing up in the search engine. But the fact is that robots.txt doesn&#8217;t actually do the latter, even though it does prevent your site from being indexed. Before getting back to the explanation why Google does that? <span id="more-1298"></span>Lets have a view at some basic terms involved:-</p>
<p><strong>Indexed / Indexing</strong> &#8211; The process of downloading a site or a page&#8217;s content to the server of the search engine, thereby adding it to it&#8217;s &#8220;index&#8221;.</p>
<p><strong>Ranking / Listing</strong> &#8211; Showing a site in the search result pages (aka <abbr title="Search Engine Result Pages">SERPs).</abbr></p>
<p>So when the process of indexing to listing, it is not necessary that the site should be indexed to get listed. If a link points to a page domain or wherever, that link will be followed. If you block that page from robots.txt still that page will be followed and will be listed in the search results. Here is what Matt Cutts explains why a page that is disallowed in robots.txt may still appear in Google&#8217;s search results.</p>
<p><object width="560" height="340" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/KBdEwpRQRD0&amp;hl=en_US&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed width="560" height="340" type="application/x-shockwave-flash" src="http://www.youtube.com/v/KBdEwpRQRD0&amp;hl=en_US&amp;fs=1&amp;" allowFullScreen="true" allowscriptaccess="always" allowfullscreen="true" /></object></p>
<p>So if you want to effectively hide any pages from appearing in the search results, you need them to get indexed. When search index those pages you can tell them not to list them. The tag below does that for you.</p>
<pre><strong>&lt;meta name="robots" content="noindex,nofollow"/&gt;</strong></pre>
<p>You need to copy them to all your pages which you don&#8217;t want to get indexed by search engines. In WordPress there is a Robots Meta option in the Edit Post page in the right hand side column (under the categories).  To not list them in search engines, just select<strong> noindex, nofollow</strong>.</p>
<p><em>If you have something to ask or share, do add you comment.<br />
</em></p>
]]></content:encoded>
			<wfw:commentRss>http://techcrank.com/blogging/prevent-your-site-from-getting-indexed-the-right-way/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Dofollow Blog With Page Rank 6: Backlinks</title>
		<link>http://techcrank.com/seo/dofollow-blog-with-page-rank-6-backlinks/</link>
		<comments>http://techcrank.com/seo/dofollow-blog-with-page-rank-6-backlinks/#comments</comments>
		<pubDate>Sun, 20 Dec 2009 21:54:14 +0000</pubDate>
		<dc:creator>Shubham</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[dofollow]]></category>

		<guid isPermaLink="false">http://techcrank.com/?p=1077</guid>
		<description><![CDATA[Searching for dofollow blogs for backlinks? Want to add a backlink to the page rank 6 blog? Backlinking is an important process, it develops your page rank and if you have backlinks at a good page rank blog then it is more valuable. A page rank 4 and above is good for the backlinking process. [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://techcrank.com/seo/dofollow-blog-with-page-rank-6-backlinks/" title="Permanent link to Dofollow Blog With Page Rank 6: Backlinks"><img class="post_image alignleft remove_bottom_margin" src="http://techcrank.com/wp-content/uploads/2009/12/dofollow-page-rank-61.png" width="169" height="185" alt="dofollow page rank 61 Dofollow Blog With Page Rank 6: Backlinks"  title="Dofollow Blog With Page Rank 6: Backlinks" /></a>
</p><p>Searching for dofollow blogs for backlinks? Want to add a backlink to the page rank 6 blog? Backlinking is an important process, it develops your page rank and if you have backlinks at a good page rank blog then it is more valuable. A page rank 4 and above is good for the backlinking process. Getting a dofollow blog is not an easy stuff these days. Well who want&#8217;s to kill the secret behind the SEO. I spent a day searching and haunting for them. For getting a good Google Page rank it is necessary to have backlinks from good page rank sites.<span id="more-1077"></span></p>
<div id="attachment_1082" class="wp-caption aligncenter" style="width: 645px">
	<a href="http://techcrank.com/wp-content/uploads/2009/12/the-dofollow-blog.jpg"><img class="size-full wp-image-1082" title="the dofollow blog" src="http://techcrank.com/wp-content/uploads/2009/12/the-dofollow-blog.jpg" alt="the dofollow blog Dofollow Blog With Page Rank 6: Backlinks" width="645" height="130" /></a>
	<p class="wp-caption-text">Page Rank 6 DOfollow Blog&#39;s..!</p>
</div>
<p>Well here is the list of Page rank 6 blogs with Dofollow Tag :-</p>
<p>PR6 <a href="http://www.sirpi.org/" rel="nofollow">http://www.sirpi.org/</a><br />
PR6 <a href="http://sayanythingblog.com/" rel="nofollow">http://sayanythingblog.com/</a><br />
PR6 <a href="http://links.org.au/" rel="nofollow">http://links.org.au/</a><br />
PR6 <a href="http://www.midasoracle.org/" rel="nofollow">http://www.midasoracle.org/</a><br />
PR6 <a href="http://blog.greens.org.nz/" rel="nofollow">http://blog.greens.org.nz/</a><br />
PR6 <a href="http://www.tvhe.co.nz/" rel="nofollow">http://www.tvhe.co.nz/</a><br />
PR6 <a href="http://www.illinipundit.com/" rel="nofollow">http://www.illinipundit.com/</a><br />
PR6 <a href="http://weblogtoolscollection.com/" rel="nofollow">http://weblogtoolscollection.com/</a><br />
PR6 <a href="http://www.themallblog.com/" rel="nofollow">http://www.themallblog.com/</a><br />
PR6 <a href="http://forum.deviantart.com/" rel="nofollow">http://forum.deviantart.com/</a><br />
PR6 <a href="http://forums.cnet.com/" rel="nofollow">http://forums.cnet.com/</a><br />
PR6 <a href="http://www.sitepoint.com/forums/" rel="nofollow">http://www.sitepoint.com/forums/</a></p>
<p>These are the few page rank 6 blog&#8217;s that I found with the dofollow tag. Remember <strong>don&#8217;t ever spam</strong>, You will get kicked out. Try and make real comments. The all above blog&#8217;s have Page Rank 6, they will boost your rank very good.</p>
<p>I suggest you to add backlinks to the articles related to your niche and stay active on few websites.</p>
<p><em><strong>If you have any sites or anything to share comment here. Sharing is caring..!</strong></em></p>
]]></content:encoded>
			<wfw:commentRss>http://techcrank.com/seo/dofollow-blog-with-page-rank-6-backlinks/feed/</wfw:commentRss>
		<slash:comments>59</slash:comments>
		</item>
		<item>
		<title>10 Best SEO Tools For Firefox: Addons</title>
		<link>http://techcrank.com/seo/10-best-seo-tools-for-firefox-addons/</link>
		<comments>http://techcrank.com/seo/10-best-seo-tools-for-firefox-addons/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 10:18:21 +0000</pubDate>
		<dc:creator>Shubham</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[seo tools]]></category>

		<guid isPermaLink="false">http://techcrank.com/?p=1054</guid>
		<description><![CDATA[There are many SEO tools to optimize your website, but most of them are time consuming. Firefox Addons can help you make it easy. So you don’t need to install many applications.]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://techcrank.com/seo/10-best-seo-tools-for-firefox-addons/" title="Permanent link to 10 Best SEO Tools For Firefox: Addons"><img class="post_image aligncenter" src="http://techcrank.com/wp-content/uploads/2009/12/Firefox-SEO-tools.jpg" width="645" height="130" alt="Firefox SEO tools 10 Best SEO Tools For Firefox: Addons"  title="10 Best SEO Tools For Firefox: Addons" /></a>
</p><p>There are many SEO tools to optimize your website, but most of them are time consuming. Firefox Addons can help you make it easy. So you don&#8217;t need to install many applications.<span id="more-1054"></span></p>
<p>These Firefox addons can be integrated into the browser to extend it capabilities. What makes firefox so great is that it has a addon feature which can make you do a variety of features.</p>
<p>If you don&#8217;t have Firefox installed <a href="http://www.mozilla.com/en-US/firefox/" rel="nofollow" target="_blank">go grab it</a>! To extend it capabilities for search engine optimization here is a list of plugins that i recommend you to use :-</p>
<p><a onclick="javascript:pageTracker._trackPageview('/outgoing/seopen.com/firefox-extension/index.php');" href="http://seopen.com/firefox-extension/index.php" rel="nofollow" target="_blank">SEOpen</a> &#8211; 23 different options from backlinks form Yahoo and Google to archieve pages, whois and checking robots.txt.<img class="aligncenter size-full wp-image-1058" title="seopenclose" src="http://techcrank.com/wp-content/uploads/2009/12/seopenclose.png" alt="seopenclose 10 Best SEO Tools For Firefox: Addons" width="268" height="156" /><a onclick="javascript:pageTracker._trackPageview('/outgoing/addons.mozilla.org/en-US/firefox/addon/2336');" href="https://addons.mozilla.org/en-US/firefox/addon/2336" rel="nofollow" target="_blank">yExplore</a> – A handy tool offering easy right click access to Yahoo Site Explorer info.<img class="aligncenter size-full wp-image-1059" title="yexplore" src="http://techcrank.com/wp-content/uploads/2009/12/yexplore.jpg" alt="yexplore 10 Best SEO Tools For Firefox: Addons" width="358" height="209" /><a onclick="javascript:pageTracker._trackPageview('/outgoing/chrispederick.com/work/web-developer/');" href="http://chrispederick.com/work/web-developer/" rel="nofollow" target="_blank">Web Developer</a> – The Web Developer extension adds a menu and a toolbar to the browser with various web developer tools. A snapshot of Web developer tool is shown below.<img class="aligncenter size-full wp-image-1057" title="Web devloper" src="http://techcrank.com/wp-content/uploads/2009/12/toolbar.png" alt="toolbar 10 Best SEO Tools For Firefox: Addons" width="333" height="204" /></p>
<p><a onclick="javascript:pageTracker._trackPageview('/outgoing/ff.seoquake.com/');" href="http://ff.seoquake.com/" rel="nofollow" target="_blank">SeoQuake</a> –Interesting tool for analyzing search results and various parameters that may influence SEO. A variety of features. A very useful addon.<img class="aligncenter size-full wp-image-1060" title="seo-quake-preferences" src="http://techcrank.com/wp-content/uploads/2009/12/seo-quake-preferences.jpg" alt="seo quake preferences 10 Best SEO Tools For Firefox: Addons" width="549" height="302" /><a onclick="javascript:pageTracker._trackPageview('/outgoing/addons.mozilla.org/en-US/firefox/addon/4788');" href="https://addons.mozilla.org/en-US/firefox/addon/4788" rel="nofollow" target="_blank">KGen</a>-  keyword genrator analyzes a page for keyword frequency and placement. Also offers transfer to clipboard for use when tagging bookmarks.<img class="aligncenter size-medium wp-image-1061" title="kgen seo" src="http://techcrank.com/wp-content/uploads/2009/12/kgen-seo-300x226.png" alt="kgen seo 300x226 10 Best SEO Tools For Firefox: Addons" width="300" height="226" /><a onclick="javascript:pageTracker._trackPageview('/outgoing/addons.mozilla.org/en-US/firefox/addon/2279');" href="https://addons.mozilla.org/en-US/firefox/addon/2279" rel="nofollow" target="_blank">Niche Watch Tool</a>- This wonderful SEO extension provides you the technical information required to beat your competitor websites in serps.It gives you backlinks number, indexed pages, keyword occurences on the page, page rank, all in anchor, all in title and all in text rank for both domain and webpage information. This cool firefox extension is very useful for webmasters and seo professionals for analyzing niche keyword competition for ranking at top in Google.<img class="aligncenter size-full wp-image-1062" title="niche watch" src="http://techcrank.com/wp-content/uploads/2009/12/niche-watch.png" alt="niche watch 10 Best SEO Tools For Firefox: Addons" width="200" height="150" /></p>
<p><a onclick="javascript:pageTracker._trackPageview('/outgoing/addons.mozilla.org/en-US/firefox/addon/1668');" href="https://addons.mozilla.org/en-US/firefox/addon/1668" rel="nofollow" target="_blank">MetaTags</a> – Offers a side bar menu showing a web page’s meta data, links, keyword frequency and others.<img class="aligncenter size-full wp-image-1063" title="MetaTags--thumb" src="http://techcrank.com/wp-content/uploads/2009/12/MetaTags-thumb.png" alt="MetaTags thumb 10 Best SEO Tools For Firefox: Addons" width="160" height="110" /><a onclick="javascript:pageTracker._trackPageview('/outgoing/www.quirk.biz/searchstatus/');" href="http://www.quirk.biz/searchstatus/" rel="nofollow" target="_blank">Search Status</a> –Highlights nofollow links, back links, indexed pages, Alexa and Compete rankings.<img class="aligncenter size-full wp-image-1064" title="searchstatus-screenshot" src="http://techcrank.com/wp-content/uploads/2009/12/searchstatus-screenshot.png" alt="searchstatus screenshot 10 Best SEO Tools For Firefox: Addons" width="326" height="263" /><a onclick="javascript:pageTracker._trackPageview('/outgoing/prefbar.mozdev.org/');" href="http://prefbar.mozdev.org/" rel="nofollow" target="_blank">Prefbar</a> – Toggle JavaScript, Flash and images as well as spoof user agent.<img class="aligncenter size-full wp-image-1065" title="prefbar-demo" src="http://techcrank.com/wp-content/uploads/2009/12/prefbar-demo.png" alt="prefbar demo 10 Best SEO Tools For Firefox: Addons" width="606" height="120" /></p>
<p><span><a href="http://tools.seobook.com/firefox/seo4firefox.xpi" rel="nofollow" target="_blank">SEO for Firefox</a> -</span> This tool was designed to add more data to Google and Yahoo! to make it easier to evaluate the value and competitive nature of a market. SEO for Firefox pulls in many useful marketing data points to make it easy get a more holistic view of the competitive landscape of a market right from the search results.</p>
<p>These are the few addons, that increase the overall SEO efficiency of Firefox. Use them as you like.</p>
<p><em><strong>If you have any FAQ&#8217;s or thoughts about these addons, don&#8217;t hesitate to comment.Do share which addons you are using..!</strong></em></p>
]]></content:encoded>
			<wfw:commentRss>http://techcrank.com/seo/10-best-seo-tools-for-firefox-addons/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
	</channel>
</rss>

