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

<channel>
	<title>SEO Diary - Optimization for Search Engines</title>
	<atom:link href="http://www.seodiary.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.seodiary.net</link>
	<description>And Users</description>
	<pubDate>Sat, 12 Jul 2008 14:29:31 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Making your website really, really fast and light</title>
		<link>http://www.seodiary.net/making-your-website-really-really-fast-and-light/</link>
		<comments>http://www.seodiary.net/making-your-website-really-really-fast-and-light/#comments</comments>
		<pubDate>Sat, 12 Jul 2008 13:57:37 +0000</pubDate>
		<dc:creator>switch</dc:creator>
		
		<category><![CDATA[Best Of]]></category>

		<category><![CDATA[User Focus]]></category>

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

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

		<guid isPermaLink="false">http://www.seodiary.net/?p=30</guid>
		<description><![CDATA[There are a few distinct benefits to this -

Quick load times so users get what they want faster. If you want a great example of how important this is look no further than google.
Less bandwidth usage.
Search Engines factor in a quality score for every page - for both Google Adwords bidding and Search Engine rankings [...]]]></description>
			<content:encoded><![CDATA[<p>There are a few distinct benefits to this -</p>
<ol>
<li>Quick load times so users get what they want faster. If you want a great example of how important this is look no further than google.</li>
<li>Less bandwidth usage.</li>
<li>Search Engines factor in a quality score for every page - for both Google Adwords bidding and Search Engine rankings speed is a quality factor.</li>
</ol>
<p><strong>Measuring Speed - What gets Measured gets Managed.</strong></p>
<ol>
<li>How fast is it? See what the website&#8217;s load times are from servers all over the world at <a href="http://www.internetsupervision.com">Internet Supervision&#8217;s tool</a>.</li>
<li>For a second opinion, you can check <a href="http://tools.pingdom.com/">the Pingdom Tool</a> which checks from the US and also saves records.</li>
<li>A third option is <a href="http://www.vertain.com/?sst">Vertain&#8217;s Speed Analysis Tool</a>.</li>
<li>A really good 4th option is <a href="http://www.linkvendor.com/seo-tools/site-analysis/website-speed-test,46.html">LinkVendor&#8217;s Speed Analysis Tool</a>.</li>
</ol>
<p>At this point you should have a really good idea of what your website&#8217;s speed is, and also some idea of what your website&#8217;s speed is from across the globe. Two of these tools already provide a breakdown and show you what the breakup of components on your webpage is - however, the second step deals solely and fully with this.</p>
<p><strong>Identifying Webpage Components and their Impact on Speed</strong></p>
<ol>
<li>Go back to the Pingdom Tool and the Link Vendor Analysis tool and see what components they show.</li>
<li>Now, go to the <a href="http://www.websiteoptimization.com/services/analyze/">Website Optimization Site</a> and try out their tool since it provides an excellent breakdown, and also recommendations.</li>
<li>Finally (optional) download firefox and download YSlow from Yahoo. This plug-in lets you test any website on <a href="http://developer.yahoo.com/performance/rules.html">Yahoo Developer Network&#8217;s recommended guidelines</a>. You could just look at the guidelines - however, the tool is super useful.</li>
</ol>
<p>At this point you should have an understanding of how many http requests your webpage makes, the size of html, the size and number of image, css, and javascript files, and other factors. You should also have  list of recommendations from YSlow, the YahooDevNetwork guidelines page, and WebSiteOptimization.</p>
<p><strong>Understanding that you don&#8217;t have to trade User Benefits for Speed.</strong></p>
<p>A mistake that people make is assuming you have to cut out items to improve speed. The secret is that you can use a combination of reducing http requests (by combining elements), html and css compression, caching, compression of images, and removing some webpage elements to achieve huge speed benefits.</p>
<p>Furthermore there are some features that you might think improve user benefit - however, sometimes the most simple design is the most powerful. Again, google comes to mind. Reading Jakob Nielsen&#8217;s blog on user friendly design is another good idea.</p>
<p><strong>Setting Targets for User Experience and Speed and Hitting Them<br />
</strong></p>
<p>It&#8217;s really important to do these hand in hand as they are interrelated - basically, you should have a priority/benefit and cost in terms of size/time with each of the components. This can be in your hand although noting it down always works better. I&#8217;d just list down each component and associate a priority/benefit and a cost/size with each - something that looks like (i&#8217;m taking a wordpress blog to simplify things)</p>
<ol>
<li> Main HTML - Necessary as this is what people read. P0. Size: 21 Kb.</li>
<li> CSS 1 (for blog) - Necessary. P0. Size: 7 Kb.</li>
<li> CSS 2 (for plug-in X) - Nice To Have P2. Size 5Kb.</li>
<li> Plug-In X Javascript - Nice To Have P2. Size 9Kb.</li>
<li>Analytics Package - Crucial P0. Size 2Kb (this is the main Wordpress.com stats package which is really light and easy to use and read).</li>
<li>Additional Analytics Package - Nice to Have. P2. Size 8Kb.</li>
<li>Social Sharing PlugIn JavaScript - Important P1. Size: 6Kb.</li>
<li>Logo: Crucial for Branding P0. Size: 11 Kb.</li>
<li>Image1: Important P1. Size 23 Kb.</li>
<li>Image 2: Nice To Have P2. Size 33 Kb.</li>
</ol>
<p>At this point I&#8217;d have something that is 125 Kb and makes 10 HTTP Requests (approximately).  The first step would be to remove the P2 as user experience and speed is definitely more important than them (This is a personal decision and this is why you have to set and execute on targets for features/user value and speed/user experience at the same time. Just removing P2 features/items brings us down from 125 Kb and 10 HTTP requests to 70Kb and 6 HTTP Requests.</p>
<p>Now, I&#8217;d look at what I can do with each</p>
<ol>
<li>Main HTML - HTML gzip compression. Brings down size a lot - usually by half or more so Size: 11 Kb.</li>
<li> CSS 1 (for blog) - CSS Compression (there is also a css-compress wordpress plugin) brings down the size a lot - again by half or more so Size: 3 Kb.</li>
<li>Analytics Package - Crucial P0. Size 2Kb (this is the main Wordpress.com stats package which is really light and easy to use and read). Not sure if this qualifies as internal or external javascript so PHP-Speedy may or may not be able to combine this.</li>
<li>Social Sharing PlugIn JavaScript - Important P1. Size: 6Kb. Ditto as Analytics Package.</li>
<li>Logo: Use jpeg compression and a little optimization to cut down the size of this. Size: 5 Kb.</li>
<li>Image1: Again use jpeg compression to handle this. Size 15 Kb.</li>
</ol>
<p>What this gives us is a reduced size of 42Kb (as compared to 70 Kb earlier), and using PHP Speedy we can bring down number of HTTP Requests to 4 (approx.). Of course if we give more weightage to speed and ease of usage we can bring down the size and number of http requests even further.</p>
<p>At this point it is crucial to again go through the tools to see speed of your website and what components are being downloaded/used.</p>
<p>Using these relatively straightforward optimizations we brought our size down from 125 Kb to 42 Kb, and number of HTTP REquests down from 10 to 4 or so. This is a HUGE improvement. In addition there are a few more things to explore which I&#8217;ll get into in an advanced post including</p>
<ol>
<li>Using CSS or Image Maps to combine Images and reduce number of HTTP Requests.</li>
<li>Using Caching of Pages on your server (crucial if you use wordpress).</li>
<li>Using caching of PHP calls. Minimizing PHP Calls.</li>
<li>And much more.</li>
</ol>
<p>The truth is that most websites use an inordinate amount of images, javascript, and other additions and stray away from simple elegant design.  Optimization of not only the elements of a page but also of the page&#8217;s design is necessary to get the fastest pages. Every single part of your page should pull its weight in terms of user benefit, design or some other intrinsic value. Best of luck optimizing your pages - btw, I do want to put up a real life example here so if you happen to have a page that is greater than 100 Kb and makes a ton of requests let me know and I&#8217;ll guide you through the optimization in return for you letting me  use your page as an example.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.seodiary.net/making-your-website-really-really-fast-and-light/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Google AdWords Keyword Tool Changes the Game</title>
		<link>http://www.seodiary.net/google-adwords-keyword-tool/</link>
		<comments>http://www.seodiary.net/google-adwords-keyword-tool/#comments</comments>
		<pubDate>Fri, 11 Jul 2008 16:42:43 +0000</pubDate>
		<dc:creator>switch</dc:creator>
		
		<category><![CDATA[Google]]></category>

		<category><![CDATA[SEO Tools]]></category>

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

		<guid isPermaLink="false">http://www.seodiary.net/?p=29</guid>
		<description><![CDATA[Google just made a change to their adwords keyword tool that makes it imperative to write about, immediately - They now show the number of searches, trends, and monthly average. So you know exactly how many people searched for &#8216;fried ice cream&#8217; and whether more people searched for it in August or in December. Given [...]]]></description>
			<content:encoded><![CDATA[<p>Google just made a change to their adwords keyword tool that makes it imperative to write about, immediately - They now show the number of searches, trends, and monthly average. So you know exactly how many people searched for &#8216;fried ice cream&#8217; and whether more people searched for it in August or in December. Given that Google has more user search data than any other entity on the planet, its obvious that this put every KeyWord Research Tool company in a fix. Why buy a keyword research tool when Google is giving it away for free?</p>
<p>So at the <a href="https://adwords.google.com/select/KeywordToolExternal">Google Keyword tool</a> you can find out how many people a month search for &#8217;seo&#8217; , what the trends are, how competitive each keyword is, and also related terms that might be useful.</p>
<p>this is really, really big - because it&#8217;s free, and it&#8217;s from Google based on their data. Now, any beginner website owners don&#8217;t need to buy any keyword tools (they still have their merits).</p>
<p>Basically, I&#8217;ve never bought any keyword tool, although I&#8217;ve tried the free and demo versions of a few. And now I can confidently say - go try the Google Keywords tool first, and if it doesn&#8217;t work for you, then, and only then, go elsewhere.</p>
<p>Major Props to Google - who once again show that they are pro-website owners.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.seodiary.net/google-adwords-keyword-tool/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Thoughts on Branding, Domain Names and User Habits</title>
		<link>http://www.seodiary.net/thoughts-on-branding-domain-names-and-user-habits/</link>
		<comments>http://www.seodiary.net/thoughts-on-branding-domain-names-and-user-habits/#comments</comments>
		<pubDate>Fri, 04 Jul 2008 20:59:27 +0000</pubDate>
		<dc:creator>switch</dc:creator>
		
		<category><![CDATA[SEO Tips]]></category>

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

		<guid isPermaLink="false">http://www.seodiary.net/thoughts-on-branding-domain-names-and-user-habits/</guid>
		<description><![CDATA[This is a very unstructured post. However, if i could go back a long, long time and pick out domain names here&#8217;s what I&#8217;d do -
BTW there are two assumptions here - firstly, building a business - a long term sustainable business. And secondly, the view is 5-10 years and not a very short term [...]]]></description>
			<content:encoded><![CDATA[<p>This is a very unstructured post. However, if i could go back a long, long time and pick out domain names here&#8217;s what I&#8217;d do -</p>
<p>BTW there are two assumptions here - firstly, building a business - a long term sustainable business. And secondly, the view is 5-10 years and not a very short term view.</p>
<ol>
<li>A short, short .com domain.</li>
<li>No hyphens. Just don&#8217;t - people never remember names like that. I&#8217;m speaking from painful personal experience. </li>
<li>Easy to pronounce with a few syllables - ideally 1 or 2. </li>
<li>Has a keyword in it without being too generic. CouponFish is a reasonable name. CouponCodes becomes too generic. Coupon.com of course is great - however way too expensive by now. </li>
<li>Great example of the types of names I&#8217;m talking about are veeo.com (on auction at tdnam), netflix, tivo and so forth. </li>
<li>If you were a big established business, would the name pass muster.&#160; An example is the deals website cheapstingybas***.com who had to change his name to cheapstingybargains.com. Instead of changing the name down the line - consider whether the name suits a big audience.</li>
<li>Don&#8217;t pick too narrow of a niche. I helped arrange tangosoul.com for someone and was a bit upset that they didn&#8217;t want to use it.&#160; Truth is - their stated reason that they might want to banch into dance in general down the line makes a lot of sense.&#160; DanceNow.com is much better than SalsaNow. </li>
<li>Do not pick a hosted solution where you do not own everything. An exception is ning.com which lets you build social networks and also own your code and content. Wordpress.com is a nightmare to get off of because they don&#8217;t allow 301 redirects. Well, technically they do - however compared to their 5 minute install its a nightmarishly complicated &#8216;basically we don&#8217;t want to ever let you leave&#8217; type of arrangement. So - don&#8217;t choose wordpress.com or blogger or livejournal or anything else if you think your site could ever take off or make you money.</li>
</ol>
<p>Here are the things I can think of.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.seodiary.net/thoughts-on-branding-domain-names-and-user-habits/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Top Google Tools for Site Owners</title>
		<link>http://www.seodiary.net/top-google-tools-for-site-owners/</link>
		<comments>http://www.seodiary.net/top-google-tools-for-site-owners/#comments</comments>
		<pubDate>Tue, 24 Jun 2008 20:47:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://www.seodiary.net/?p=26</guid>
		<description><![CDATA[Google offers a ton of cool products. Interestingly, they also offer some good tools for site owners -

Google Webmaster Central - Google Webmaster Central provides a variety of valuable information including popular searches, inlinks, what GoogleBot finds as text for links to your site. In addition Google Webmaster Central lets you change the crawl speed, target [...]]]></description>
			<content:encoded><![CDATA[<p>Google offers a ton of cool products. Interestingly, they also offer some good tools for site owners -</p>
<ol>
<li>Google Webmaster Central - Google Webmaster Central provides a variety of valuable information including popular searches, inlinks, what GoogleBot finds as text for links to your site. In addition Google Webmaster Central lets you change the crawl speed, target a website to a specific region and some other options.</li>
<li>Google Analytics - Google bought Urchin which was an excellent web analytics company and made the product free (a really good move). By adding the Google Analytics javascript to your page&#8217;s code you can get really valuable and really comprehensive data on users to your site and their behaviour on your site.</li>
</ol>
<p>I strongly recommend Google Webmaster Central. As far as Google Analytics it depends on how comfortable you are with leaving information in Google&#8217;s hands. Some good alternatives to Google Analytics are Mint, GoStats, Statcounter, etc. Also, if you&#8217;re using wordpress there are a variety of plugins including Wordpress&#8217;s own stats plugin.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.seodiary.net/top-google-tools-for-site-owners/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Top 5 Tips for buying domains</title>
		<link>http://www.seodiary.net/top-5-tips-for-buying-domains/</link>
		<comments>http://www.seodiary.net/top-5-tips-for-buying-domains/#comments</comments>
		<pubDate>Tue, 24 Jun 2008 20:23:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

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

		<category><![CDATA[SEO Tips]]></category>

		<guid isPermaLink="false">http://www.seodiary.net/?p=25</guid>
		<description><![CDATA[If you&#8217;re looking to buy a domain name, keep in mind that

Buying an aged domain is almost always better than buying a new one.
Buy a domain that is brandable and also has your keywords (or atleast one main keyword).
Domain names that are short, 1 or 2 syllables, and english words are always better. To the [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re looking to buy a domain name, keep in mind that</p>
<ol>
<li>Buying an aged domain is almost always better than buying a new one.</li>
<li>Buy a domain that is brandable and also has your keywords (or atleast one main keyword).</li>
<li>Domain names that are short, 1 or 2 syllables, and english words are always better. To the point that you should not be buying a domain name that is very long or not english words unless you have a really strong alleviating factor. youtube, facebook, myspace - all the recently successful big websites have names that are rememberable and brandable.</li>
<li>Domain names that are .coms are atleast 10 times as valuable as .net and .org. Also, .info domain names were really abused by spammers so stay away from them. Country specific domain names - I have no clue, search for tips.</li>
<li>Always do your due diligence when buying a domain or a website from someone.</li>
</ol>
<p>A few additional tips</p>
<ol>
<li>Use Google Trends and other sources for data on what the best keywords for your domain are.</li>
<li>Ask your friends and family about their thoughts on domain names. Having a name that customers can easily recall and type in is invaluable.</li>
<li>Do not mess around with copyright. However, its perfectly legal to get <a href="http://www.AppleReview.com">www.AppleReview.com</a> provided that is actually what your website does.</li>
<li>Think of a domain as a name for your business. Be wary of very narrow (i.e. freecomdeybooks.com) or very time constrained names.</li>
</ol>
<p>Choossing a domain name really is like choosing a name for a business and should be a well thought out process. Thanks in part to search engine behaviour and in part to customer behaviour there is very little scope to make changes to your domain name down the line. So think through this and choose a superstar domain name.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.seodiary.net/top-5-tips-for-buying-domains/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Should I buy a brandable domain name or a keyword rich domain name?</title>
		<link>http://www.seodiary.net/should-i-buy-a-brandable-domain-name-or-a-keyword-rich-domain-name/</link>
		<comments>http://www.seodiary.net/should-i-buy-a-brandable-domain-name-or-a-keyword-rich-domain-name/#comments</comments>
		<pubDate>Tue, 24 Jun 2008 20:14:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

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

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

		<guid isPermaLink="false">http://www.seodiary.net/?p=24</guid>
		<description><![CDATA[I have made a ton of mistakes when it comes to buying domain names, and hopefully you can benefit from my experiences -
First - you don&#8217;t have to make a loser&#8217;s decision here. Go for both. Pick a brandable domain name that is also keyword rich. So if i were looking for a domain name [...]]]></description>
			<content:encoded><![CDATA[<p>I have made a ton of mistakes when it comes to buying domain names, and hopefully you can benefit from my experiences -</p>
<p>First - you don&#8217;t have to make a loser&#8217;s decision here. Go for both. Pick a brandable domain name that is also keyword rich. So if i were looking for a domain name for a shopping website I wouldn&#8217;t torture myself over whether shop-guide.com is better than spendr.com. I&#8217;d simply go for a name like shopfish.com or shopon.com which have the keyword(s) i want and also is brandable and memorable.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.seodiary.net/should-i-buy-a-brandable-domain-name-or-a-keyword-rich-domain-name/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Second Half of 2008 Aims</title>
		<link>http://www.seodiary.net/second-half-of-2008-aims/</link>
		<comments>http://www.seodiary.net/second-half-of-2008-aims/#comments</comments>
		<pubDate>Tue, 24 Jun 2008 20:10:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Direction]]></category>

		<guid isPermaLink="false">http://www.seodiary.net/?p=23</guid>
		<description><![CDATA[There are three main aims that we have for the remaining 6 months of 2008. These are in addition to our main aim of sharing good SEO knowledge for free. So here goes -

Add SEO Forums and create an environment to share knowledge and tips beyond what we provide.
Increase customer participation by including some additional forms of feedback [...]]]></description>
			<content:encoded><![CDATA[<p>There are three main aims that we have for the remaining 6 months of 2008. These are in addition to our main aim of sharing good SEO knowledge for free. So here goes -</p>
<ol>
<li>Add SEO Forums and create an environment to share knowledge and tips beyond what we provide.</li>
<li>Increase customer participation by including some additional forms of feedback on articles, perhaps polls, and in general making it easy to communicate (contact form). </li>
<li>A better classification of articles - let users find articles according to Beginner, Intermediate, and Advanced Levels, let users find articles according to topic and also let users find articles according to tags and keywords. These are in addition to searching the site.</li>
</ol>
<p>Please send in your suggestions - the 3rd aim is a gimme, and there&#8217;s more than enough time to fit in a few user requested aims.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.seodiary.net/second-half-of-2008-aims/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SEO Diary is #1 for &#8217;seo diary&#8217; on Google</title>
		<link>http://www.seodiary.net/seo-diary-is-1-for-seo-diary-on-google/</link>
		<comments>http://www.seodiary.net/seo-diary-is-1-for-seo-diary-on-google/#comments</comments>
		<pubDate>Tue, 24 Jun 2008 20:03:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Direction]]></category>

		<category><![CDATA[SEO Tips]]></category>

		<guid isPermaLink="false">http://www.seodiary.net/?p=21</guid>
		<description><![CDATA[There are a few lessons in here

Firstly, Google does give weightage to url and titles. Titles for pages are crucially important. URLs are somewhat important.
Secondly, that there is a lot that you can&#8217;t control when it comes to search engines. I control my focus on my customers and the quaity of the content on the [...]]]></description>
			<content:encoded><![CDATA[<p>There are a few lessons in here</p>
<ol>
<li>Firstly, Google does give weightage to url and titles. Titles for pages are crucially important. URLs are somewhat important.</li>
<li>Secondly, that there is a lot that you can&#8217;t control when it comes to search engines. I control my focus on my customers and the quaity of the content on the website. However, its impossible to control search engine algorithms. However, search engines are constantly trying to find and bring the best pages and sites to users and if you focus on providing value and suplement it with smart seo the results will come.</li>
</ol>
<p><a href="http://www.seodiary.net/wp-content/uploads/2008/06/seodiaryranking.jpg"><img class="alignnone size-medium wp-image-22" title="seodiaryranking" src="http://www.seodiary.net/wp-content/uploads/2008/06/seodiaryranking-300x60.jpg" alt="SEO Diary 1st rank" width="300" height="60" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.seodiary.net/seo-diary-is-1-for-seo-diary-on-google/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Exactly how much money can you earn off the internet?</title>
		<link>http://www.seodiary.net/exactly-how-much-money-can-you-earn-off-the-internet/</link>
		<comments>http://www.seodiary.net/exactly-how-much-money-can-you-earn-off-the-internet/#comments</comments>
		<pubDate>Tue, 24 Jun 2008 19:54:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Wealth]]></category>

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

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

		<guid isPermaLink="false">http://www.seodiary.net/?p=20</guid>
		<description><![CDATA[There is a lot of confusion in people&#8217;s minds about exactly how much money you can earn off the internet. I&#8217;m going to discuss a range of websites and the amounts they earn/earned/were sold for to give you a better idea -
Spectacular Success - YouTube is the poster child for this with the company getting [...]]]></description>
			<content:encoded><![CDATA[<p>There is a lot of confusion in people&#8217;s minds about exactly how much money you can earn off the internet. I&#8217;m going to discuss a range of websites and the amounts they earn/earned/were sold for to give you a better idea -</p>
<p>Spectacular Success - YouTube is the poster child for this with the company getting sold for 1.65 billion in less than 2 years since it started. Facebook is another good example with a valuation in the billions.<br />
Its important to understand that while you can certainly achieve this level of success, these are exceptional cases. Going in expecting to sell your website or company for a few billion is not a good aim to have.</p>
<p>Solid Success - Here I&#8217;d club all the companies and websites that get sold in the tens of millions of dollars to hundreds of millions of dollars range. </p>
<p>Success - This is the sweet spot - There are more than enough opportunities on the internet that you can achieve this with a high probability (provided you choose carefully among the things that excite you and/or really put your heart into it). The market for cyclists (not motorbikes, bicycles) is approximately 8 billion dollars, that for bowling is 11 billion dollars, and that for wine is 23 billion dollars. And guess what - there is no single website that dominates these niches. If you&#8217;re passionate about this area (or about golf or football or stamps or fly fishing or comics) you can start your own website or blog and build it into one of the top (if not the top) destnations for this niche. And that&#8217;ll guarantee you a couple million dollars (probably more). </p>
<p>Extra income - This is the really scary category to be in. Basically, if you&#8217;re trying to just add on a few hundred or a few thousand dollars a month in extra income you&#8217;re in danger because the competition might be people who&#8217;re (based on passion or need) totally committed to a niche. I would strongly recommend you to consider another option. Its not the time committment that is the key factor here, its the level of passion and committment to your website and your customers. You can create and run a great website in 10-20 hrs a week. However, you have to be committed to creating something solid, else the competiton will eat you up.</p>
<p>The internet is perfect if you&#8217;re really passionate about an area and willing to give atleast 10, and ideally 20 or more hrs a week of your time to it. And in a way this site is focused on people who fit tis category. People who&#8217;re building a site around something they&#8217;re passionate about and have significant emotional investment and will contribute adequate time.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.seodiary.net/exactly-how-much-money-can-you-earn-off-the-internet/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Before trying to make money off the internet</title>
		<link>http://www.seodiary.net/before-trying-to-make-money-off-the-internet/</link>
		<comments>http://www.seodiary.net/before-trying-to-make-money-off-the-internet/#comments</comments>
		<pubDate>Tue, 24 Jun 2008 19:39:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Wealth]]></category>

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

		<guid isPermaLink="false">http://www.seodiary.net/?p=19</guid>
		<description><![CDATA[It&#8217;s important to understand that at the most basic level you get money when you provide something of value to someone.
Zig Ziglar has a quote that is probably the best piece of advice I&#8217;ve ever heard regarding earning money -
You can get whatever you desire if you provide enough other people what they desire.
My advice [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s important to understand that at the most basic level you get money when you provide something of value to someone.</p>
<p>Zig Ziglar has a quote that is probably the best piece of advice I&#8217;ve ever heard regarding earning money -</p>
<blockquote><p>You can get whatever you desire if you provide enough other people what they desire.</p></blockquote>
<p>My advice would be to figure out what value you can provide before trying to make money off the internet. Too many people approach the internet with either fear (i could never do it - its too difficult) or greed (i&#8217;ll make a million in my first 3 months without working hard). That gives you a natural leg up. The internet provides you with a lot of opportunities (none more appealing than the ability to make money off whatever area/niche you desire) - However, working hard to create a website and product that provides value to customers is essential to make the most of the opportunity. And, if you choose wisely you can do something you love for a living and get rich off of it.<br />
As far as ethics, there are very few (if any) businesses that survive without ethics. If you are looking to build a sustanable business its crucial to create trust and a relationship with customers and a strong company dna that includes good ethics and respect for customers is necessary.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.seodiary.net/before-trying-to-make-money-off-the-internet/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.637 seconds -->
