<?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>TechBuji.com &#187; seo</title>
	<atom:link href="http://www.techbuji.com/tips/category/seo/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techbuji.com/tips</link>
	<description>Web 2.0 and Tech News</description>
	<lastBuildDate>Fri, 18 Jun 2010 06:49:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Quick Starter Guide for a Web Startup</title>
		<link>http://www.techbuji.com/tips/2009/08/12/quick-starter-guide-for-a-web-startup/</link>
		<comments>http://www.techbuji.com/tips/2009/08/12/quick-starter-guide-for-a-web-startup/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 16:09:20 +0000</pubDate>
		<dc:creator>TechBuji</dc:creator>
				<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://www.techbuji.com/tips/?p=1908</guid>
		<description><![CDATA[Disclaimer : The list is not complete. I am just noting down what i have learned by running Bikes4Sale.in . Correct me if i am wrong.
SEO (Search Engine Optimization)

Give unique and meaningful title to each page.
Give unique and meaningful meta description to each page.
Give different meta keywords in different pages.
Each page should have proper heading [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Disclaimer : </strong>The list is not complete. I am just noting down what i have learned by running Bikes4Sale.in . Correct me if i am wrong.</p>
<p><strong>SEO (Search Engine Optimization)</strong></p>
<ul>
<li>Give unique and meaningful title to each page.</li>
<li>Give unique and meaningful meta description to each page.</li>
<li>Give different meta keywords in different pages.</li>
<li>Each page should have proper heading tags &#8211; H1, H2 , H3 etc</li>
<li>Give alt and title texts for all images.</li>
<li>Title for links can be used as a tooltip in some browsers.</li>
<li>Redirect http://example.com/ to http://www.example.com/ (or vice versa) to avoid content duplication. Google and other websites may consider http://example.com/ and http://www.example.com/ as two different websites.</li>
<li>Redirect all unused subdomains to www.example.com. Eg: redirect http://sdsdsfsdgfsfsdf.example.com to http://www.example.com</li>
<li>Let the home page link be just a &#8220;/&#8221;.  No need to add index.html or index.php to the home page link. All links to home page should be http://www.example.com/ and not http://www.example.com/index.php</li>
<li>The best way to get free traffic to your site is to create a blog and update regularly.</li>
<li>Add your site, sitemaps and rss feeds to the following webservices.
<ul>
<li> <a href="https://www.google.com/webmasters/tools" target="_blank">Google webmasters</a></li>
<li><a href="http://www.bing.com/webmaster" target="_blank">Bing webmasters</a></li>
<li><a href="http://siteexplorer.search.yahoo.com/" target="_blank">Yahoo site explorer</a></li>
</ul>
</li>
<li>If your site has an rss feed, give a link to the feed in the &lt;head&gt; section of all pages.</li>
<li>Some say that adding a Google Custom Search to your site may help in  fast indexing of your webpages.</li>
<li>Register the domain for a long period</li>
<li>Its widely believed that the easiest way to get indexed by Google is to use <a href="http://www.google.com/analytics/" target="_blank">Google Analytics</a></li>
<li>Tool for grading your website &#8211; <a href="http://www.websitegrader.com/" target="_blank">WebsiteGrader.com</a></li>
</ul>
<p><strong>Usability</strong></p>
<ul>
<li>Make your logo a link to your home page. Users have a tendency to click on the logo to reach home page</li>
<li>Do not ask for First Name, Middle Name and Last Name. Ask for just Name.</li>
<li>If your site requires login, make the Login link visible and easily accessible. Research shows that login and signup links are the most common words which a user looks for when he reaches the page.</li>
<li>If your site requires login, give the email as the username. (or make it like username or email). No one is going to remember all the user names in different websites.</li>
<li>Keep your forms as simple as possible.</li>
<li>Ask minimum questions in forms</li>
<li>Mention whether a field in a form is optional or not.</li>
<li>Use JavaScript validation for forms</li>
<li>Follow the <a title="Kiss Principle" href="http://en.wikipedia.org/wiki/KISS_principle" target="_blank">KISS Principle</a></li>
</ul>
<p><strong>Performance</strong></p>
<ul>
<li>Minify and Compress js files</li>
<li>Minify and Compress css files</li>
<li>Optimize images.</li>
<li>Keep your favicon at the root directory. Most browsers check for a favicon at the root of the site. So you can avoid one File Not Found error.</li>
<li>Try <a href="http://code.google.com/speed/page-speed/" target="_blank">Google Page Speed</a></li>
<li>Try <a href="http://developer.yahoo.com/yslow/" target="_blank">Yahoo YSlow</a> and <a href="http://developer.yahoo.com/performance/rules.html" target="_blank">Yahoo Performance Rules</a></li>
</ul>
<p><strong>Analytics and Monitoring</strong></p>
<ul>
<li><a href="http://www.google.com/analytics/" target="_blank">Google Analytics</a></li>
<li><a href="http://www.vizisense.com" target="_blank">Vizisense</a> (For india only) &#8211; <a href="http://www.techbuji.com/tips/2009/08/14/vizisense-com-review/" target="_blank">Short Review of Vizisense.com</a></li>
<li><a href="http://www.alexa.com" target="_blank">Alexa</a></li>
<li><a href="https://www.google.com/webmasters/tools" target="_blank">Google webmasters</a></li>
<li><a href="http://www.bing.com/webmaster" target="_blank">Bing webmasters</a></li>
<li><a href="http://siteexplorer.search.yahoo.com/" target="_blank">Yahoo site explorer</a></li>
</ul>
<p><strong>Development Best Practices</strong></p>
<ul>
<li>Write only standards compliant html and css</li>
<li>First write standards compliant html and css  and then add specific hacks for IE6 (and not vice versa)</li>
<li>Keep the style part separate from HTML structure. Move all the styling to css. Keep the html structure clean.</li>
</ul>
<p><strong>Advertising</strong></p>
<ul>
<li><a href="http://www.google.com/adsense" target="_blank">Google Adsense</a></li>
<li><a href="https://adwords.google.com/" target="_blank">Google Adwords</a></li>
<li><a title="Google Ad Planner" href="https://www.google.com/adplanner/" target="_blank">Google AdPlanner</a></li>
<li><a href="http://www.ozonemedia.co.in/" target="_blank">Ozone Media</a> &#8211; <a href="tips/2009/08/20/ozone-media-ad-network-review/" target="_blank">Very Short Review of Ozone Media</a></li>
<li><a href="http://www.komli.com" target="_blank">Komli Media</a></li>
<li><a href="http://www.tyroo.com" target="_blank">Tyroo</a></li>
</ul>
<p><strong>Domain Registration</strong></p>
<ul>
<li><a href="http://www.Indialinks.com" target="_blank">Indialinks.com</a> &#8211; <a href="http://www.techbuji.com/tips/2009/08/30/indialinks-review/" target="_blank">Quick short review of IndiaLinks</a></li>
<li><a href="http://www.HostIndia.net" target="_blank">HostIndia.net</a></li>
<li><a href="http://www.FlashWebHost.com" target="_blank">FlashWebHost.com</a></li>
<li><a href="http://www.GoDaddy.com" target="_blank">GoDaddy.com</a></li>
</ul>
<p><strong>Hosting Providers</strong></p>
<ul>
<li><a href="http://www.servage.net" target="_blank">Servage.net</a> - <a title="Short review of Servage.net" href="http://www.techbuji.com/tips/2009/08/12/hosting-provider-servage-review/" target="_blank"> Short Review of Servage</a></li>
<li><a href="http://www.GoDaddy.com" target="_blank">GoDaddy.com</a></li>
<li><a href="http://www.BlueHost.com" target="_blank">BlueHost.com</a></li>
<li><a href="http://www.DreamHost.com" target="_blank">DreamHost.com</a></li>
<li><a href="http://www.znetindia.com/" target="_blank">znetindia.com</a></li>
<li><a href="http://www.relianceidc.com/HTML/index.html" target="_blank">Reliance</a></li>
<li><a href="http://www.tatacommunications.com/enterprise/datacenter/storage.asp" target="_blank">Tata Communications</a></li>
</ul>
<p><strong>Blogging  Softwares</strong></p>
<ul>
<li><a href="http://www.wordpress.org" target="_blank">Wordpress</a></li>
</ul>
<p><strong>CMS (Content Management Systems)</strong></p>
<ul>
<li><a href="http://www.joomla.org/" target="_blank">Joomla</a></li>
<li><a href="http://drupal.org/" target="_blank">Drupal</a></li>
</ul>
<p><strong>Forum Softwares</strong></p>
<ul>
<li><a href="http://bbpress.org/" target="_blank">bbPress</a></li>
</ul>
<p><strong>JavaScript Frameworks</strong></p>
<ul>
<li><a href="http://jquery.com" target="_blank">jQuery</a></li>
<li><a href="http://jqueryui.com" target="_blank">jQuery UI</a></li>
<li><a href="http://www.prototypejs.org/" target="_blank">Prototype</a></li>
<li><a href="http://www.dojotoolkit.org/" target="_blank">Dojo</a></li>
</ul>
<p><strong>Payment Gateways</strong></p>
<ul>
<li><a target="_blank" href="http://www.ccavenue.com/">CCAvenue</a></li>
<li><a target="_blank" href="http://www.timesofmoney.com/TOM/html/business-solution3.html">TimesOfMoney</a></li>
</ul>
<p><strong>Resources</strong></p>
<ul>
<li><a href="http://www.freecsstemplates.org/" target="_blank">Free CSS Templates</a></li>
<li><a href="http://www.xenocode.com/browsers/" target="_blank">Multiple Browser Testing</a> &#8211; <a href="/tips/2009/08/20/xenocode-browser-sandbox-review/" target="_blank">Review of Xenocode Browser Sandbox</a></li>
<li><a href="../2009/03/13/simple-photo-album-with-navigation-using-jquery/" target="_blank">Simple Light Weight Photo Album with Navigation using jQuery</a></li>
<li><a href="http://www.techbuji.com/tips/2008/11/10/simple-fixed-width-rounded-box-with-css/" target="_blank">Simple Fixed Width Rounded Box with CSS</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.techbuji.com/tips/2009/08/12/quick-starter-guide-for-a-web-startup/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Sitemap</title>
		<link>http://www.techbuji.com/tips/2008/06/05/sitemap/</link>
		<comments>http://www.techbuji.com/tips/2008/06/05/sitemap/#comments</comments>
		<pubDate>Thu, 05 Jun 2008 16:30:53 +0000</pubDate>
		<dc:creator>TechBuji</dc:creator>
				<category><![CDATA[seo]]></category>
		<category><![CDATA[generate sitemap]]></category>
		<category><![CDATA[online tool]]></category>

		<guid isPermaLink="false">http://techbuji.com/tips/?p=5</guid>
		<description><![CDATA[Create sitemaps and upload it to
1. Google Webmasters,
2. Yahoo Site Explorer
3. Webmaster.Live.
More about sitemap &#8211; http://en.wikipedia.org/wiki/Sitemaps
Generate sitemap automatically
 http://www.xml-sitemaps.com/ -

http://www.auditmypc.com/xml-sitemap.asp
]]></description>
			<content:encoded><![CDATA[<p>Create sitemaps and upload it to</p>
<p>1. <a title="Google Webmasters" href="http://www.google.com/webmasters/" target="_blank">Google Webmasters</a>,</p>
<p>2. <a title="Yahoo Site Explorer" href="http://siteexplorer.search.yahoo.com" target="_blank">Yahoo Site Explorer</a></p>
<p>3. <a title="MSN Live Webmaster" href="http://webmaster.live.com/" target="_blank">Webmaster.Live</a>.</p>
<p>More about sitemap &#8211; <a title="What is a sitemap?" href="http://en.wikipedia.org/wiki/Sitemaps" target="_blank">http://en.wikipedia.org/wiki/Sitemaps</a></p>
<p><strong><a title="Online tool to generate sitemap" href=" http://www.xml-sitemaps.com/" target="_blank">Generate sitemap automatically</a></strong></p>
<p><a title="Online tool to generate sitemap" href=" http://www.xml-sitemaps.com/" target="_blank"> http://www.xml-sitemaps.com/ -<br />
</a></p>
<p><a title="Online tool to generate sitemap" href="http://www.auditmypc.com/xml-sitemap.asp" target="_blank">http://www.auditmypc.com/xml-sitemap.asp</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.techbuji.com/tips/2008/06/05/sitemap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
