<?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>MakeUseOf.com &#187; seo</title>
	<atom:link href="http://www.makeuseof.com/tags/seo/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.makeuseof.com</link>
	<description>Cool Websites, Software and Internet Tips</description>
	<lastBuildDate>Mon, 23 Nov 2009 02:08:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How To SEO Optimize Your Blogger Blog Titles For Higher Search Results</title>
		<link>http://www.makeuseof.com/tag/how-to-seo-optimize-your-blogger-blog-titles-for-higher-search-results/</link>
		<comments>http://www.makeuseof.com/tag/how-to-seo-optimize-your-blogger-blog-titles-for-higher-search-results/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 18:01:52 +0000</pubDate>
		<dc:creator>Dean Sherwin</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Blogger]]></category>
		<category><![CDATA[blogging tips]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=27304</guid>
		<description><![CDATA[ As some of you may know for my previous post here on MUO about NaNoWriMo, where I set up a blog about me writing a novel in thirty days. Normally when I set up a blog it becomes like a new-born child to me – I nurture it, I take care of it, I [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/10/bloggerlogo_thumb.jpg" border="0" alt="blogger logo" vspace="5" align="left" /> As some of you may know for my <a href="http://www.makeuseof.com/tag/nanowrimo-org-write-a-novel-in-30-days/">previous post</a> here on MUO about NaNoWriMo, where I set up a blog about me writing a novel in thirty days. Normally when I set up a blog it becomes like a new-born child to me – I nurture it, I take care of it, I fight off the spammers and so on. And as I’m sure Ryan, our SEO guy here at MUO will testify to,  SEO is important to any blog &#8211; especially in the early stages.</p>
<p>As he discussed here in <a href="http://www.makeuseof.com/tag/how-to-start-a-blog-that-gets-instant-traffic/">How To Start A Blog That Gets Instant Traffic</a>, it’s vitally important that you write content that is SEO optimized for search engine traffic. Yet there is one SEO trick that is overlooked quite a lot by Blogger users which could boost their traffic; how they appear in the search results. And I’m not talking about <em>where</em> they appear, but <em>how</em><strong> </strong>they appear<strong>.</strong></p>
<p>Below is a screenshot of my new blog in the Google search results next to MakeUseOf in the search results. Notice anything different between the two SEO-wise?</p>
<p style="text-align: center;"><img class="aligncenter" style="border:1px solid black" src="http://www.makeuseof.com/wp-content/uploads/2009/10/SEOTIPGoogleResults_thumb.png" border="0" alt="SEO TIP - Google Results" width="511" height="243" /></p>
<p style="text-align: center;"><img class="aligncenter" style="border:1px solid black" src="http://www.makeuseof.com/wp-content/uploads/2009/10/SEOTIPgoogleresultsMUO_thumb.png" border="0" alt="SEO TIP - google results - MUO" width="571" height="218" /></p>
<p><span id="more-27304"></span><br />
It’s in the titles. You can see that my blog’s title is NovelInThirtyDays. Now for some reason I can’t see many people Googling that anytime soon. However, look at the MUO title: ‘<em>Cool Websites, Software and Internet Tips</em>’. Many more people will Google things like that, thus driving more traffic to the site.</p>
<p>So in short, my advice is to change how your blog’s title appears in the search results. One of the best ways to do this for a small to medium blog is to<em> reverse the order in which the blog title and post title are displayed so that the post title comes first</em>. This will SEO optimize every post.</p>
<p>Here’s how.</p>
<p>Log into the Blogger dashboard and select your blog. For demonstration purposes we’ll be breaking out the <a href="http://muotest.blogspot.com/">MUO test blog</a> again. By the way, it has changed significantly in appearance since my last blogger post, because I used it to test coding and themes.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/10/SEOTIpbloggertoolbar_thumb.png" border="0" alt="SEO TIp - blogger toolbar" width="479" height="127" /></p>
<p>Select your blog and then click ‘<em>Layout</em>’ along the top. Underneath this, select ‘<em>Edit HTML</em>’.</p>
<p>Using CTRL + F, find the following piece of HTML code:</p>
<p><em><code><strong>&lt;title&gt;&lt;data:blog.pageTitle/&gt;&lt;/title&gt;</strong></code></em></p>
<p>In most templates it’s around 5-10 lines from the top. Replace that code with the following code:</p>
<p><em>&lt;b:if cond=`data:blog.pageType == &amp;quot;index&amp;quot;&#8217;&gt;<br />
&lt;title&gt;&lt;data:blog.title/&gt;&lt;/title&gt;<br />
&lt;b:else/&gt;<br />
&lt;title&gt;&lt;data:blog.pageName/&gt; | &lt;data:blog.title/&gt;&lt;/title&gt;<br />
&lt;/b:if&gt;</em></p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/10/SEOTIPEDITHTML_thumb.png" border="0" alt="SEO TIP - EDIT HTML" width="503" height="235" /></p>
<p>Once you have pasted that into the HTML as shown in the above screenshot, your Post titles should appear first in Google search results (not immediately though, Google will have to crawl your blog first before it changes).</p>
<p>However, the SEO optimized results will be noticeable immediately in the tab along the top of your browser.</p>
<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/10/MUOTIPresultsMUOtest_thumb.png" border="0" alt="MUO TIP - results MUO test" vspace="5" width="325" height="87" align="left" />So now when people search a phrase that appears in the title of a post on your blog, your post will appear higher in the search results. This is a much more likely scenario than someone searching for the actual title of your blog.</p>
<p>For more tips about how to SEO optimize your blog so it gets more traffic, see Ryan’s post entitled <a href="http://www.makeuseof.com/tag/how-to-start-a-blog-that-gets-instant-traffic/">How To Start A Blog That Gets Instant Traffic</a>.</p>
<p>For more &#8216;Blogger&#8217; tips see my recent article entitled <a href="http://www.makeuseof.com/tag/4-easy-tips-to-improve-your-blogger-blog/">4 Easy Tips to Improve Your Blogger Blog</a>.
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/5-online-services-you-can-update-by-email-with-a-mobile-phone/" title="5 Online Services You Can Update By Email With A Mobile Phone (November 21, 2009)">5 Online Services You Can Update By Email With A Mobile Phone</a> (13)</li>
	<li><a href="http://www.makeuseof.com/tag/4-easy-tips-to-improve-your-blogger-blog/" title="4 Easy Tips to Improve Your Blogger Blog (October 16, 2009)">4 Easy Tips to Improve Your Blogger Blog</a> (23)</li>
	<li><a href="http://www.makeuseof.com/tag/wordpress-tv-the-best-wordpress-tutorials-ever/" title="Wordpress.tv &#8211; The Best Wordpress Tutorials Ever! (October 28, 2009)">Wordpress.tv &#8211; The Best Wordpress Tutorials Ever!</a> (9)</li>
	<li><a href="http://www.makeuseof.com/tag/wordpress-exploit-scanner-helps-administrators-scan-their-database-for-malicious-files/" title="Wordpress Exploit Scanner Helps Administrators Scan Their Database For Malicious Files (November 3, 2009)">Wordpress Exploit Scanner Helps Administrators Scan Their Database For Malicious Files</a> (10)</li>
	<li><a href="http://www.makeuseof.com/tag/top-10-blogger-hacks-and-tips/" title="Top 10 Blogger Hacks and Tips (February 11, 2008)">Top 10 Blogger Hacks and Tips</a> (123)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/how-to-seo-optimize-your-blogger-blog-titles-for-higher-search-results/feed/</wfw:commentRss>
		<slash:comments>38</slash:comments>
		</item>
		<item>
		<title>How To Start A Blog That Gets Instant Traffic</title>
		<link>http://www.makeuseof.com/tag/how-to-start-a-blog-that-gets-instant-traffic/</link>
		<comments>http://www.makeuseof.com/tag/how-to-start-a-blog-that-gets-instant-traffic/#comments</comments>
		<pubDate>Mon, 31 Aug 2009 16:01:42 +0000</pubDate>
		<dc:creator>Ryan Dube</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[blogging tools]]></category>
		<category><![CDATA[keywords]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[webmaster tools]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=23946</guid>
		<description><![CDATA[Starting a new blog can feel like an overwhelming task. Not only does it involve either developing your own template (or finding a free one), creating interesting content that people will want to read, and making the blog SEO optimized, but once you&#8217;re finished developing that amazing new blog, you need to somehow get people [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/08/wecanblogit.jpg" alt="wecanblogit" vspace="5" width="260" height="312" align="left" />Starting a new blog can feel like an overwhelming task. Not only does it involve either developing your own template (or finding a free one), creating interesting content that people will want to read, and making the blog SEO optimized, but once you&#8217;re finished developing that amazing new blog, you need to somehow get people to start visiting.</p>
<p>With millions upon millions of websites on the Internet, and with potentially hundreds of thousands focused on the same subject or niche that you are &#8211; developing an audience can feel even more overwhelming than trying to start a blog from scratch in the first place.</p>
<p>I&#8217;ve been working on the Internet long before it became wildly popular in the 1990s, and in the process of watching the evolution of the Internet I&#8217;ve come to realize and appreciate something amazing about the current incarnation of the Internet, known as Web 2.0. That something is this; If you know the rules of the game, then it <em>is possible</em> to start a blog that gets instant traffic from day one &#8211; and maintains that traffic into the future. Today I&#8217;d like to share 3 powerful techniques you can use to accomplish this.</p>
<p><span id="more-23946"></span></p>
<h3><strong>Tip #1 &#8211; Write Optimized Content The First Day You Start A Blog</strong></h3>
<p>Many people who start a blog do so because they love writing. That&#8217;s one of the reasons I started several blogs (horribly neglected) of my own. The problem is that most writers enjoy writing for the love of the process &#8211; not for the purpose of &#8220;optimizing&#8221; the content for search engines. The process of optimizing makes writers feel stifled, non-creative and cheap. Sort of like not wanting to go to Wal-Mart to save money even though <em>you know</em> that things are a heck of a lot cheaper there.</p>
<p>Writers know that optimizing is important to gather search engine traffic, but they either really understand the rules &#8211; or they simply don&#8217;t care. Optimizing can take years to learn how to do effectively. Many bloggers suffer low blog traffic because they believe if they simply write amazing content &#8211; people will love it so much they&#8217;ll keep coming back for more. This may be true &#8211; but it&#8217;ll take you years to accomplish, versus months if you use SEO effectively.</p>
<p>Abhijeet offered a <a href="http://www.makeuseof.com/tag/6-free-tools-to-get-the-best-keywords-for-your-site/">fantastic list of SEO tools</a> that you can use to come up with high-value keywords for your posts. One of those tools that I would highly recommend to all bloggers is the Google Adwords tool. Using this tool the right way, you&#8217;ll be able to start writing your very first blog posts that target exactly what people are searching for online.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-23947" style="border: 1px solid black;" src="http://www.makeuseof.com/wp-content/uploads/2009/08/blogtraffic1.jpg" alt="how to start a blog" width="570" height="513" /></p>
<p>What&#8217;s the &#8220;right way&#8221; to use Google Adwords? It&#8217;s very simple, just brainstorm general topics that you want to write about and enter those, one at a time, into the &#8220;<em>Descriptive words or phrases field</em>.&#8221; When you click &#8220;<em>Get keyword ideas</em>,&#8221; you&#8217;ll see a very long list of keywords and statistics appear at the bottom. Next, click on the blue column header &#8220;<em>Global Monthly Search Volume</em>&#8221; to sort the results by how many searches occur for each term every month.</p>
<p>If you find your keyword doesn&#8217;t have a lot of traffic, scroll down to the section titled, &#8220;<em>Additional Keywords to Consider</em>.&#8221;</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 1px solid black;" src="http://www.makeuseof.com/wp-content/uploads/2009/08/blogtraffic2.jpg" alt="how to start a blog" width="570" height="416" /></p>
<p>Here&#8217;s the basic SEO rule #1 that I&#8217;m going to share with MUO readers. Most bloggers see a keyword with very high search traffic and think, &#8220;oooh, a goldmine!&#8221; They then proceed to expend tremendous effort writing up a brilliant post using that phrase, only to end up on page 25 or 30 of Google results for that search term. Why? Because the secret of success when choosing keywords where your new blog (or even professional blog) can compete is choosing keywords with <em>very low competition</em> (that cool-looking blue bar graph on the left). Choosing keywords with very high search traffic each month and very low competition will bring traffic to your site the moment Google next crawls your blog. Speaking of which, did you take Karl&#8217;s advice and <a href="http://www.makeuseof.com/tag/how-to-submit-your-website-to-bing-google-for-more-traffic/">submit your site to Bing and Google</a> yet?</p>
<h3><strong>Tip #2 &#8211; Engage The Blogosphere Every Single Day</strong></h3>
<p>If you want to get a lot of traffic to your new blog from day one, you&#8217;ve got to give people who are interested in the topics you write about a good reason to visit your blog. One of the first things that I noticed when I started using Facebook is that it&#8217;s human nature for people to check out your wall if you take the time to post on <em>theirs</em>. The same is very true about the world of blogging, but on a much larger scale.</p>
<p>When you post a thoughtful comment on someone else&#8217;s blog, not only will the blogger probably check you out, but so will readers who like your comment. To do this effectively, you should use a tool like <a href="http://www.makeuseof.com/dir/ratingburner-blogs-rated-rss/">Ratingburner</a> or Technorati to find the most popular blogs on the net within the niche that you write about.</p>
<p>Using Technorati to find similar blogs to my own blog FreeWritingCenter, I discovered one high-authority blog, <a href="http://www.alistapart.com">AListApart</a>, with fresh content just waiting to receive a good comment. You may need to sift down the list for blogs that are relevant to yours (I did).</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 1px solid black;" src="http://www.makeuseof.com/wp-content/uploads/2009/08/blogtraffic31.jpg" alt="how to start a blog" width="570" height="565" /></p>
<p>Visit the other blogs, and if you aren&#8217;t already a subscriber then become one. Your new blog will <em>not take off</em> unless you&#8217;re ready and willing to engage the blogging community and contribute to other blogs as much as you want other people to contribute to yours. When you post a comment &#8211; don&#8217;t do it without reading the post you&#8217;re commenting on. Don&#8217;t be one of those annoying spammers &#8211; you&#8217;re trying to engage a community, not get free marketing for yourself.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 1px solid black;" src="http://www.makeuseof.com/wp-content/uploads/2009/08/blogtraffic4.jpg" alt="how do i start my own blog" width="560" height="583" /></p>
<p>The general rule of thumb here is to only post on blogs that allow you to include your URL, be positive and always compliment the blogger, and finally always reference one or two important points in the blogger&#8217;s post &#8211; this proves that you actually read the article and found it interesting. A well written comment can go a very long way toward immediately attracting interested readers (and fellow bloggers) to your own blog.</p>
<h3><strong>Tip #3 &#8211; Becoming an Active Member of the Forum Community</strong></h3>
<p>The third most effective way to get instant traffic to your blog is to engage forum communities filled with folks who share an interest in the topic that your blog covers. Either generate a new thread, or comment on an existing thread that covers something you wrote about.</p>
<p>Finding a forum based on the topic of your blog is usually as simple as typing it into Google as something like, &#8220;<em>writing forums</em>.&#8221; Although, I would highly recommend taking Darko&#8217;s advice and use <a href="http://www.makeuseof.com/tag/3-forum-search-engines-to-search-40-000-message-boards/">forum search engines</a> which are often far more effective since they specifically target forums. Using BoardReader, I found a great webmaster forum post about writing at the V7 Network.  When you register, don&#8217;t forget to include your URL in your forum profile (most forums have a field for this).</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 1px solid black;" src="http://www.makeuseof.com/wp-content/uploads/2009/08/blogtraffic51.jpg" alt="how do i start my own blog" width="570" height="473" /></p>
<p>Forum etiquette is to avoid posting your own URL in the very first few posts. Simply engage in a conversation with forum members. Once you prove to the forum administrators that your goal in engaging the forum community is to have a conversation and not just advertise yourself, they&#8217;ll be far more willing to let you quote (and link) from your own blog every now and then. But the first step at any forum is just to get engaged in a quality conversation with other folks.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 1px solid black;" src="http://www.makeuseof.com/wp-content/uploads/2009/08/blogtraffic6.jpg" alt="how to increase blog traffic" width="570" height="322" /></p>
<p>Forums can help in a lot of ways. Readers who find your comment interesting may click on your profile to check out who you are &#8211; and there, they&#8217;ll find the URL to your blog. Additionally, many forums (such as the one above), allow you to post a link in your signature after you&#8217;ve made a certain number of forum posts. This assures the forum administrators that you&#8217;re not only there to market yourself, and it eventually allows you to have a link back to your blog <em>on every single post</em> you make &#8211; which is a very powerful way to get a lot of traffic to your blog.</p>
<p>Forget about all of the silly instant marketing gimmicks that you find online from &#8220;SEO experts&#8221; that claim they can get you thousands of visitors a day. The unfortunate fact is that these are typically scams that use spamming techniques that&#8217;ll get you penalized by Google in the end. The most effective way to &#8220;grow&#8221; your blog in a very organic and long-lasting way is to make sure <em>all of your content</em> is optimized, and then start spending an hour or so a day just engaging the online community that shares your interests.</p>
<p>Do you have your own unique techniques to draw instant traffic to a new blog? Share them with other MUO readers in the comments section below.</p>
<p><small>Image Credit : <a rel="nofollow" href="http://www.flickr.com/photos/9106303@N05/2493066577/">Mike Licht</a></small>
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/good-keywords-get-your-keywords-right/" title="&#8216;Good Keywords&#8217;: Get Your Keywords Right (November 24, 2007)">&#8216;Good Keywords&#8217;: Get Your Keywords Right</a> (6)</li>
	<li><a href="http://www.makeuseof.com/tag/article-checkers-5-free-websites-to-catch-the-copycats/" title="Plagiarism Checkers: 5 Free Websites To Catch The Copycats (July 21, 2009)">Plagiarism Checkers: 5 Free Websites To Catch The Copycats</a> (22)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-tell-if-you-have-a-hacked-wordpress-blog-how-to-fix-it/" title="How To Tell If You Have a Hacked Wordpress Blog + Fix (September 17, 2009)">How To Tell If You Have a Hacked Wordpress Blog + Fix</a> (29)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-promote-your-blog-using-facebook-pages/" title="How To Promote Your Blog Using Facebook Pages (July 6, 2009)">How To Promote Your Blog Using Facebook Pages</a> (35)</li>
	<li><a href="http://www.makeuseof.com/tag/make-your-blog-more-interactive-with-the-wibiya-bar-with-invites/" title="How to Make Your Blog Truly Interactive with Wibiya (Invites!) (August 10, 2009)">How to Make Your Blog Truly Interactive with Wibiya (Invites!)</a> (19)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/how-to-start-a-blog-that-gets-instant-traffic/feed/</wfw:commentRss>
		<slash:comments>40</slash:comments>
		</item>
		<item>
		<title>How To Submit Your Website To Bing &amp; Google For More Traffic</title>
		<link>http://www.makeuseof.com/tag/how-to-submit-your-website-to-bing-google-for-more-traffic/</link>
		<comments>http://www.makeuseof.com/tag/how-to-submit-your-website-to-bing-google-for-more-traffic/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 13:00:53 +0000</pubDate>
		<dc:creator>Karl L. Gechlik</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Bing]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[search engine]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[webmaster tools]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=18928</guid>
		<description><![CDATA[With all the hub bub about Microsoft’s new search engine Bing, I decided to check out what the process is to submit your blog or website to Bing and compare it to the Google process.
By submitting your website to a search engine, you are making sure they include you in their indexing of the web. [...]]]></description>
			<content:encoded><![CDATA[<p><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; margin-left: 0px; margin-right: 0px; border-right-width: 0px" title="SubmitHead" src="http://www.makeuseof.com/wp-content/uploads/2009/06/submithead-thumb.png" border="0" alt="SubmitHead" width="168" height="189" align="left" />With all the hub bub about Microsoft’s new search engine <a href="http://www.makeuseof.com/tag/bing-the-next-big-thing-from-microsoft/">Bing</a>, I decided to check out what the process is to submit your blog or website to Bing and compare it to the Google process.</p>
<p>By submitting your website to a search engine, you are making sure they include you in their indexing of the web. It can’t be a bad idea to get this done quickly and while the site is still getting its act together.</p>
<h2>How To Submit Website to Bing</h2>
<p>First things first, just like all Microsoft products, if you want to interact with it you will need a Windows Live ID. Then, you will need to visit this site:</p>
<p align="center"><a title="http://www.bing.com/webmaster/WebmasterAddSitesPage.aspx" href="http://www.bing.com/webmaster/WebmasterAddSitesPage.aspx"><strong>http://www.bing.com/webmaster/WebmasterAddSitesPage.aspx</strong></a></p>
<p><img style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin-left: auto; margin-right: auto; border-right-width: 0px" title="BingSubmit1" src="http://www.makeuseof.com/wp-content/uploads/2009/06/bingsubmit1-thumb.png" border="0" alt="BingSubmit1" width="569" height="313" /></p>
<p>All you need to do is fill out your website&#8217;s complete URL in this format: <a href="http://www.asktheadmin.com">http://www.asktheadmin.com</a> and if you have a sitemap, you can insert its URL in second line. Next, you need to input your contact email address and select if you want news updates for webmasters.<br />
<span id="more-18928"></span></p>
<p>That’s it! It is as simple as that. While you are in there, you can have Bing verify that your Robots.txt file is being read properly as well as a website verifier and keyword research tool.</p>
<p>After you have submitted your site, you will apparently see an influx of traffic from Bing in as little as 48 hours! If and when you do submit your site, come back and let us know in the comments, how it has improved your site&#8217;s traffic.</p>
<h2>How To Submit Website to Google</h2>
<p>The process is almost identical to Google, as we will see now. To submit your site or blog to Google, you would visit this website:</p>
<p align="center"><strong><a href="http://www.google.com/webmasters/tools/">www.google.com/webmasters/tools/</a></strong></p>
<p>There, you will need to log in with your Google ID.<br />
<img style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin-left: auto; margin-right: auto; border-right-width: 0px" title="image" src="http://www.makeuseof.com/wp-content/uploads/2009/06/image-thumb12.png" border="0" alt="image" width="442" height="187" /></p>
<p>Once you are logged in, you can type in your site&#8217;s address and click on <em>Add Site</em> like you see below:</p>
<p><img style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin-left: auto; margin-right: auto; border-right-width: 0px" title="image" src="http://www.makeuseof.com/wp-content/uploads/2009/06/image-thumb13.png" border="0" alt="image" width="438" height="104" /></p>
<p>You may also add a site map and get it verified. Verification involves adding some code to your Index.html so that Google can crawl it and make sure you are who you say you are!</p>
<p><img style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin-left: auto; margin-right: auto; border-right-width: 0px" title="image" src="http://www.makeuseof.com/wp-content/uploads/2009/06/image-thumb14.png" border="0" alt="image" width="301" height="74" /></p>
<p>Have you submitted your blog or website to these or other search engines? Which has brought you the best results? Share them with us in the comments!</p>
<p>Tried Bing? Not sure it&#8217;s better than Google? Find out by reading my post on <a href="http://www.makeuseof.com/tag/compare-bings-search-results-with-googles-using-bing-vs-google/">Bing vs Google</a>.
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/google-position-checker-an-essential-tool-for-webmasters/" title="Google Position Checker &#8211; An Essential Tool for Webmasters (August 9, 2008)">Google Position Checker &#8211; An Essential Tool for Webmasters</a> (12)</li>
	<li><a href="http://www.makeuseof.com/tag/bing-the-next-big-thing-from-microsoft/" title="Bing: The Next Big Thing From Microsoft (June 3, 2009)">Bing: The Next Big Thing From Microsoft</a> (18)</li>
	<li><a href="http://www.makeuseof.com/tag/6-free-tools-to-get-the-best-keywords-for-your-site/" title="6 FREE Tools To Get The Best Keywords For Your Site (May 24, 2008)">6 FREE Tools To Get The Best Keywords For Your Site</a> (25)</li>
	<li><a href="http://www.makeuseof.com/tag/10-websites-to-compare-google-vs-bing-results-side-by-side/" title="10 Sites to Compare Google vs Bing Results Side By Side (October 11, 2009)">10 Sites to Compare Google vs Bing Results Side By Side</a> (10)</li>
	<li><a href="http://www.makeuseof.com/tag/yahoo-searchmonkey-expands-with-playable-music-tracks/" title="Yahoo Searchmonkey Expands with Playable Music Tracks (September 21, 2008)">Yahoo Searchmonkey Expands with Playable Music Tracks</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/how-to-submit-your-website-to-bing-google-for-more-traffic/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>5 Free Ways To Promote Your Website</title>
		<link>http://www.makeuseof.com/tag/5-free-ways-to-promote-your-website/</link>
		<comments>http://www.makeuseof.com/tag/5-free-ways-to-promote-your-website/#comments</comments>
		<pubDate>Thu, 21 May 2009 21:00:33 +0000</pubDate>
		<dc:creator>Gary Reichel</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=17302</guid>
		<description><![CDATA[You have a website, now what? You do a search for your website but it does not appear in any search engine. It is not in Google, Yahoo! or any other directory. There are a lot of services that can help but they cost money. Social networking is a good way to promote your site [...]]]></description>
			<content:encoded><![CDATA[<p>You have a website, now what? You do a search for your website but it does not appear in any search engine. It is not in Google, Yahoo! or any other directory. There are a lot of services that can help but they cost money. Social networking is a good way to promote your site but you do not have the time for that. What can be done to help promote your website without spending a whole lot of time and money? And I know you are wanting <strong>free</strong>, <strong>fast</strong> and <strong>easy</strong>.</p>
<p>These are tough requirements but I&#8217;m always up for a challenge. So here are &#8220;5 Free Ways To Promote Your Website&#8221; &#8211; starting with Google.<br />
<span id="more-17302"></span></p>
<h3>1. The Best Free Search Engine</h3>
<div align="center"><img class="size-full wp-image-17303" title="google submit" src="http://www.makeuseof.com/wp-content/uploads/2009/05/googlesubmit.jpg" alt="Submit To Google For Free" width="450" height="242" /></div>
<p>It is no secret, Google is the most popular search engine. From the novice to the expert; young and old; millions of people use Google to find what they are looking for. So <strong>getting your website indexed</strong> is very important. The best part, <a title="submit your website to google for free" href="http://www.google.com/addurl/?continue=/addurl" target="_blank">submitting to Google</a> is free, fast and easy. However, before you submit you should search Google to find out if your website is already in Google&#8217;s index. To do this:</p>
<ol>
<li>Go to Google.com and enter your domain name into the search box.</li>
<li>When entering the domain name type it exactly as it was registered. For example, if you wanted to find out if MakeUseOf was indexed in Google you would type www.makeuseof.com</li>
<li>If your site was indexed the first result will be your domain name. In this case you do not need to resubmit.</li>
<li>If you site was not indexed, submit using the form above. It may take up to 3 weeks for your site to get indexed. Don&#8217;t keep resubmitting during that time. If your site is not indexed after 3 weeks, resubmit it.</li>
</ol>
<h3>2. The Best Free Directory</h3>
<p>The next place to <strong>promote your website</strong> is Yahoo!  Although it is not as popular as Google, Yahoo! is the best <strong>directory</strong>. It is also free, easy and fast to submit your site to Yahoo!.</p>
<div align="center"><img class="size-full wp-image-17304" title="yahoo submit" src="http://www.makeuseof.com/wp-content/uploads/2009/05/yahoosubmit.jpg" alt="Submit To Yahoo For Free" width="450" height="169" /></div>
<p>Just like in Google, you should check to see if your website is already in the Yahoo! index. If your site is listed you do not need to resubmit. However, if your site is <strong>not</strong> found make sure to <a title="submit to yahoo for free" href="http://siteexplorer.search.yahoo.com/submit" target="_blank">add your site to Yahoo!</a>, rechecking in a few weeks to make sure it has been indexed.</p>
<h3>3. Email Signature</h3>
<p>At the bottom of your email, add a signature that includes your domain name. Just in case you need help with adding an email signature I&#8217;ve added some information for the most popular applications:</p>
<ul>
<li>Adding an email signature to <a title="adding a signature to gmail" href="http://www.makeuseof.com/tag/5-ways-to-create-custom-multiple-signatures-in-gmail/">gmail</a></li>
<li>Adding an email signature to <a title="adding an email signature to outlook express" href="http://www.microsoft.com/windows/ie/ie6/using/howto/oe/personalize.mspx" target="_blank">outlook express</a></li>
<li>Adding an email signature to <a title="adding a signature to outlook" href="http://email.about.com/od/outlooktips/qt/et072706.htm" target="_blank">outlook</a></li>
<li>Adding an email signature to <a title="adding a signature to entourage" href="http://www.ehow.com/how_4493731_set-up-email-signature-entourage.html" target="_blank">entourage</a></li>
<li>Adding a HTML signature to Mac&#8217;s <a href="http://www.makeuseof.com/tag/add-html-random-quotes-itunes-status-images-to-your-mail-signature-mac-only/">Mail</a>
</ul>
<h3>4. Yellow Pages Directory</h3>
<p><a title="promote your website for free at yellowpages.com" href="http://listings.yellowpages.com/" target="_blank">Yellowpages.com</a> has a free listing that will remain active for 12 months. This is a good place to promote your site &#8211; and it is free, fast and easy.</p>
<div align="center"><img class="size-full wp-image-17307" title="yellowpages submit" src="http://www.makeuseof.com/wp-content/uploads/2009/05/yellowpagessubmit.jpg" alt="YellowPages.com" width="450" height="306" /></div>
<h3>5. Google Local Business</h3>
<p>Last, but definitely not least &#8211; Google Local Business. When you submit your website to Google Local Business, it is eligible to rank in the local business section. The section is displayed before the organic search results, toward the top of Google. For example, I did a search for: dentist in dana point ca. Local business search is displayed just below the sponsored link section, with a map inserted to the left of the listings.</p>
<div align="center"><img class="size-full wp-image-17308" title="google local" src="http://www.makeuseof.com/wp-content/uploads/2009/05/googlelocal.jpg" alt="submit to google local" width="550" height="430" /></div>
<p>If you are going to submit to <a title="Submit to google local" href="https://www.google.com/accounts/ServiceLogin?continue=https%3A%2F%2Fwww.google.com%2Flocal%2Fadd%2FbusinessCenter%3Fgl%3DUS%26hl%3Den-US&amp;service=lbc&amp;hl=en-US&amp;gl=US" target="_blank">Google Local Business</a> you will need either a business phone number or a business mailing address. Toward the end of the submission process you will be given a PIN number. You will need to use this PIN to complete the submission. If you opt for a postcard, the PIN will be mailed. However, choosing the phone option, the PIN will be displayed and an automated phone call will be made. Importantly, if the number is not a &#8220;business line&#8221; you will have to take the postcard route.  Either way, it is free, fast and easy.</p>
<p>If you have promoted your website using a free, fast and easy method other than the ones listed here, let us know. Also, if you&#8217;ve enjoyed this article, check out what Mark wrote on <a href="http://www.makeuseof.com/tag/six-essential-websites-to-help-you-get-your-blog-noticed/">getting your blog noticed</a>.</p>
<p>How did you find this article? Did it boost your site&#8217;s traffic? Share it in the comments!
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/how-to-submit-your-website-to-bing-google-for-more-traffic/" title="How To Submit Your Website To Bing &#038; Google For More Traffic (June 11, 2009)">How To Submit Your Website To Bing &#038; Google For More Traffic</a> (20)</li>
	<li><a href="http://www.makeuseof.com/tag/google-position-checker-an-essential-tool-for-webmasters/" title="Google Position Checker &#8211; An Essential Tool for Webmasters (August 9, 2008)">Google Position Checker &#8211; An Essential Tool for Webmasters</a> (12)</li>
	<li><a href="http://www.makeuseof.com/tag/6-free-tools-to-get-the-best-keywords-for-your-site/" title="6 FREE Tools To Get The Best Keywords For Your Site (May 24, 2008)">6 FREE Tools To Get The Best Keywords For Your Site</a> (25)</li>
	<li><a href="http://www.makeuseof.com/tag/yahoo-searchmonkey-expands-with-playable-music-tracks/" title="Yahoo Searchmonkey Expands with Playable Music Tracks (September 21, 2008)">Yahoo Searchmonkey Expands with Playable Music Tracks</a> (3)</li>
	<li><a href="http://www.makeuseof.com/tag/writely-online-word-processor/" title="Writely &#8211; Online Word Processor (October 8, 2006)">Writely &#8211; Online Word Processor</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/5-free-ways-to-promote-your-website/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Create Awesome Excel &amp; PowerPoint Charts with ChartChooser</title>
		<link>http://www.makeuseof.com/tag/create-great-looking-excel-and-powerpoint-charts-with-chart-chooser/</link>
		<comments>http://www.makeuseof.com/tag/create-great-looking-excel-and-powerpoint-charts-with-chart-chooser/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 23:01:34 +0000</pubDate>
		<dc:creator>Matt Brian</dc:creator>
				<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[charts]]></category>
		<category><![CDATA[microsoft excel]]></category>
		<category><![CDATA[microsoft powerpoint]]></category>
		<category><![CDATA[presentations]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[templates]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=11101</guid>
		<description><![CDATA[When displaying your work in a presentation, it can often be difficult to visualize your data for the benefit of your audience. If you are working with numeric data, your data can be displayed in a number of different charts but there are so many to choose from.
Chart Chooser from Juice Analytics is an innovative [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/01/chart.png" border="0" alt="create excel chart" align="left" />When displaying your work in a presentation, it can often be difficult to visualize your data for the benefit of your audience. If you are working with numeric data, your data can be displayed in a number of different charts but there are so many to choose from.</p>
<p><a href="http://www.juiceanalytics.com/chartchooser/">Chart Chooser</a> from Juice Analytics is an innovative tool that lets you create Excel and Powerpoint charts and choose what characteristics you wish to highlight in your data; Comparison, Distribution, Composition, Trend, Relationship and/or Table, and it will filter the selections highlighting the possible charts for your needs.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/01/chooser1.png" alt="create powerpoint charts"" /></p>
<p>Once you have decided on your selection, <a href="http://www.juiceanalytics.com/chartchooser/">Chart Chooser</a> will display options to download templates for Excel and Powerpoint. The downloaded files will have random data filled for you to get an idea of how the data is presented and where you will be able to enter your own figures.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/01/chart1.png" alt="chart chooser" /></p>
<p>The good news about this service is that Juice Analytics doesn&#8217;t seem to be stopping with the current selection of graphs available on the site. Users are encouraged to suggest different charts to be added to their website and even design bespoke versions for organisations. <a href="http://www.juiceanalytics.com/">Juice Analytics</a> have also endeavoured to make all their charts Tufte-compliant (clean and minimal) whilst remaining visually aesthetic.</p>
<p>Juice Analytics also operates an <a href="http://www.juiceanalytics.com/writing/">analytics blog</a> that focuses on free tools and open source code. Here, you are able to find a wealth of information on how the Juice Analytics team tackle different projects, including <a href="http://www.juiceanalytics.com/writing/bubble-trouble/">this project</a> inspired by the New York Times.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/01/concentrate_wordtree.png" alt="" /></p>
<p>One tool that the team recently released was <a href="https://www.concentrateme.com/features">Concentrate</a>, a search analytics tool for SEO and paid search professionals who wanted to make sense of search keyword data. Concentrate works by connecting to your Google Analytics account and helps to visualize keyword relationships to see connections and performance of common word combinations. All data collated by Concentrate is automatically formatted and information such as categorized search phrases and pattern groups can be downloaded to CSV format for off site analysis.</p>
<p>Juice Analytics is a great source of Excel and Powerpoint information as well as providing open source code, most of which are licensed under a <a href="http://www.makeuseof.com/tag/3-tips-for-getting-more-out-of-creative-commons/" target="_blank">Creative Commons Attribution-Noncommercial-Share Alike</a> 3.0 License. If you need to impress the board, your boss or your peers at your next meeting, a visit to these guys, even just for the Chart Chooser, should be your first stop.</p>
<p>Do you know of any other sites that offer templates like these? If so, let us know of your recommendations in the comments!
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/9-must-have-openoffice-extensions/" title="9 Must-Have OpenOffice Extensions (October 20, 2008)">9 Must-Have OpenOffice Extensions</a> (65)</li>
	<li><a href="http://www.makeuseof.com/tag/use-powerpoint-video-converter-to-convert-powerpoint-presentations-to-a-video/" title="Use PowerPoint Video Converter to Convert PowerPoint Presentations to a Video (August 7, 2009)">Use PowerPoint Video Converter to Convert PowerPoint Presentations to a Video</a> (15)</li>
	<li><a href="http://www.makeuseof.com/tag/use-officetab-to-give-microsoft-office-applications-firefox-like-tabs/" title="Use OfficeTab To Give Microsoft Office Firefox-Like Tabs (August 26, 2009)">Use OfficeTab To Give Microsoft Office Firefox-Like Tabs</a> (45)</li>
	<li><a href="http://www.makeuseof.com/tag/3-excellent-web-based-office-suites/" title="Top 3 FREE web-based Office Suites (Word, Excel, PowerPoint, etc.) (June 28, 2007)">Top 3 FREE web-based Office Suites (Word, Excel, PowerPoint, etc.)</a> (12)</li>
	<li><a href="http://www.makeuseof.com/tag/the-best-websites-for-free-clipart-downloads/" title="The Best Websites For Free Clipart Downloads (October 16, 2009)">The Best Websites For Free Clipart Downloads</a> (9)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/create-great-looking-excel-and-powerpoint-charts-with-chart-chooser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Create A XML Sitemap In 4 Easy Steps</title>
		<link>http://www.makeuseof.com/tag/how-to-create-a-xml-sitemap-in-4-easy-steps/</link>
		<comments>http://www.makeuseof.com/tag/how-to-create-a-xml-sitemap-in-4-easy-steps/#comments</comments>
		<pubDate>Sat, 29 Nov 2008 21:01:55 +0000</pubDate>
		<dc:creator>Wendy Limauge</dc:creator>
				<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[sitemap]]></category>
		<category><![CDATA[webmaster tools]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=8069</guid>
		<description><![CDATA[There are two types of sitemaps - HTML page or an XML file. An HTML sitemap is a single page that shows visitors all the pages on a website and usually has links to those pages. The XML type of sitemap is used by search engine crawlers to find out what pages are present and which have recently changed. An XML sitemap isn't meant to look pretty for the website visitor.]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2008/11/xmlsitemaps5.gif" alt="how to create a xml sitemap" width="338" height="70" align="left" />To get your website properly indexed by Google and other search engines you will need a sitemap. A sitemap is a file on your website that shows the search engines exactly what files you have.</p>
<p>There are two types of sitemaps &#8211; a HTML page or a XML file. A HTML sitemap is a single page that shows visitors all the pages on a website and usually has links to those pages. The XML type of sitemap is used by search engine crawlers to find out what pages  are present and which have recently changed. A XML sitemap isn&#8217;t meant to look pretty for the website visitor.</p>
<p><a href="http://XML-Sitemaps.com" target="_blank">XML-Sitemaps</a> is a free sitemap generator. XML-Sitemaps will index your website and create a XML file that you can upload to the root directory of your website. There is nothing to download or install. Just use the XML-Sitemaps website and they will do all of the work.</p>
<h2>4 Easy Steps for Creating a XML Sitemap</h2>
<ul>
1. Go to <a href="http://XML-Sitemaps.com" target="_blank">xml-sitemaps</a></p>
<p>2. Enter your full website URL. Choose your other options:</p>
<p>- Enter the frequency your website is usually updated from the drop-down list.<br />
- Choose an option under &#8216;Last modification&#8217;. This is the time the URL was last modified.<br />
- Leave the Priority at Automatic.</p>
<p>3. Click &#8216;Start&#8217;. Wait while your sitemap is being generated.</p>
<p>4. Click the link to download the .xml file.
</ul>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2008/11/xmlsitemaps21.gif" alt="sitemap generator xml " /></p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2008/11/xmlsitemaps31.gif" alt="create sitemap for website" /></p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2008/11/xmlsitemaps41.gif" alt="free xml sitemap generator" /></p>
<p>Now you can upload the sitemap.xml file to the root directory of your website and you can submit your sitemap URL to <a href="http://www.google.com/webmasters/sitemaps/siteoverview" target="_blank">Google Webmaster Tools</a>.
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/i-make-use-of-introduction-and-webmaster-edition/" title="I Make Use Of: Must-have Tools for Webmasters (August 14, 2007)">I Make Use Of: Must-have Tools for Webmasters</a> (8)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-submit-your-website-to-bing-google-for-more-traffic/" title="How To Submit Your Website To Bing &#038; Google For More Traffic (June 11, 2009)">How To Submit Your Website To Bing &#038; Google For More Traffic</a> (20)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-start-a-blog-that-gets-instant-traffic/" title="How To Start A Blog That Gets Instant Traffic (August 31, 2009)">How To Start A Blog That Gets Instant Traffic</a> (57)</li>
	<li><a href="http://www.makeuseof.com/tag/google-position-checker-an-essential-tool-for-webmasters/" title="Google Position Checker &#8211; An Essential Tool for Webmasters (August 9, 2008)">Google Position Checker &#8211; An Essential Tool for Webmasters</a> (12)</li>
	<li><a href="http://www.makeuseof.com/tag/feelin-a-little-cocky-grade-your-website/" title="Feelin&#8217; a Little Cocky? Grade Your Website! (December 7, 2007)">Feelin&#8217; a Little Cocky? Grade Your Website!</a> (8)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/how-to-create-a-xml-sitemap-in-4-easy-steps/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Google Position Checker &#8211; An Essential Tool for Webmasters</title>
		<link>http://www.makeuseof.com/tag/google-position-checker-an-essential-tool-for-webmasters/</link>
		<comments>http://www.makeuseof.com/tag/google-position-checker-an-essential-tool-for-webmasters/#comments</comments>
		<pubDate>Sat, 09 Aug 2008 17:32:37 +0000</pubDate>
		<dc:creator>Blake Elias</dc:creator>
				<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[webmaster tools]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=4148</guid>
		<description><![CDATA[Anybody with a website (especially a fairly new one) probably wants to know how their site ranks in a Google search.  Google Webmaster Tools is an extremely valuable tool for any webmaster, which can show you various pieces of information such as crawl statistics/errors it found when crawling your site, allows you to submit [...]]]></description>
			<content:encoded><![CDATA[<p>Anybody with a website (especially a fairly new one) probably wants to know how their site ranks in a Google search.  <a href="http://www.google.com/webmasters/tools">Google Webmaster Tools</a> is an extremely valuable tool for any webmaster, which can show you various pieces of information such as crawl statistics/errors it found when crawling your site, allows you to submit sitemaps for easier crawling, and more.</p>
<p>But all it provides in terms of actual search ranking is your position for the queries that land the most people on your site and your position for the top queries in which your site appears.  What it doesn&#8217;t give you is a way of easily checking your search position for any search terms you want. That&#8217;s where the <a href="http://www.searchenginegenie.com/google-rank-checker.html">Google Position Checker</a> comes in.</p>
<p><img src="http://www.makeuseof.com/images/google-rank-check.png" alt="Google Rank Checker" /></p>
<p>Simply enter your website, the search term you want to check, the region if your site is geared toward a particular country (or choose &#8216;world&#8217; if country doesn&#8217;t really matter) and how many of the top results you want to check (you can go up to the top 1000 results, but for a faster check you can go as low as the top 100 results).</p>
<p>This way, you can easily see your ranking for any search term, without having to do the search yourself and look through the results for your own site.</p>
<p>They also have a <a href="http://www.searchenginegenie.com/msn-rank-checker.html">similar tool for MSN</a> and <a href="http://www.searchenginegenie.com/yahoo-rank-checker-api.html">another one for Yahoo</a> (although I&#8217;ve never met a single person who uses Yahoo or MSN for web search &#8211; have you?).</p>
<p>What do you think about Google Position Checker?   Do you have a better tool for the job?   Tell us your thoughts in the comments!</p>
<p><em>(By) Blake Elias is a computer addict, always learning about new technologies and figuring out ways to do things better. He writes about his thoughts and activities regarding Linux, Google, useful programs, web development and computers in general on his personal blog, <a href="http://blog.geekblake.22web.net/">The New Geek</a>. </em>
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/how-to-submit-your-website-to-bing-google-for-more-traffic/" title="How To Submit Your Website To Bing &#038; Google For More Traffic (June 11, 2009)">How To Submit Your Website To Bing &#038; Google For More Traffic</a> (20)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-start-a-blog-that-gets-instant-traffic/" title="How To Start A Blog That Gets Instant Traffic (August 31, 2009)">How To Start A Blog That Gets Instant Traffic</a> (57)</li>
	<li><a href="http://www.makeuseof.com/tag/use-your-google-apps-domain-to-make-short-urls/" title="How To Make Short URL&#8217;s on Your Domain with Google Apps (November 7, 2009)">How To Make Short URL&#8217;s on Your Domain with Google Apps</a> (14)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-quickly-easily-get-set-up-on-google-apps/" title="How To Easily Set Up Google Apps on Your Website (July 4, 2009)">How To Easily Set Up Google Apps on Your Website</a> (21)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-create-a-xml-sitemap-in-4-easy-steps/" title="How To Create A XML Sitemap In 4 Easy Steps (November 29, 2008)">How To Create A XML Sitemap In 4 Easy Steps</a> (15)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/google-position-checker-an-essential-tool-for-webmasters/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>6 FREE Tools To Get The Best Keywords For Your Site</title>
		<link>http://www.makeuseof.com/tag/6-free-tools-to-get-the-best-keywords-for-your-site/</link>
		<comments>http://www.makeuseof.com/tag/6-free-tools-to-get-the-best-keywords-for-your-site/#comments</comments>
		<pubDate>Sat, 24 May 2008 21:23:11 +0000</pubDate>
		<dc:creator>Abhijeet Mukherjee</dc:creator>
				<category><![CDATA[Lists of tools]]></category>
		<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[blogging tools]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[keywords]]></category>
		<category><![CDATA[search engine]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=2460</guid>
		<description><![CDATA[We all know that selecting the right keywords is an important prerequisite for a good search engine visibility of a blog/website. There are many keyword tools available online, some of them being completely free and some are paid but offer a free edition with a few features.
We decided to list the best of the free [...]]]></description>
			<content:encoded><![CDATA[<p>We all know that selecting the right keywords is an important prerequisite for a good search engine visibility of a blog/website. There are many keyword tools available online, some of them being completely free and some are paid but offer a free edition with a few features.</p>
<p>We decided to list the best of the free tools which can help you research different keywords specific to your site and optimize the site.</p>
<p><strong>1: <a href="https://adwords.google.com/select/KeywordToolExternal">Google Adwords Research Tool</a></strong></p>
<p>Although this tool is primarily meant for Adwords bidders, this is also widely used by webmasters and publishers to measure the popularity of different keywords based on their Google search volume.</p>
<p><img class="alignnone size-full wp-image-2465" title="google-adwords" src="http://www.makeuseof.com/wp-content/uploads/2008/05/google-adwords.jpg" alt="google-adwords" /></p>
<p><strong>2: <a href="http://freekeywords.wordtracker.com/">Wordtracker&#8217;s Free Tool</a></strong></p>
<p>When it comes to finding the right keywords, Wordtracker is definitely a name you can count on. They primarily provide paid keyword research tools but they have a free tool too, which, for a particular query,  can generate up to 100 related keywords and an estimate of their daily search volume.</p>
<p><img class="alignnone size-full wp-image-2466" title="wordtracker" src="http://www.makeuseof.com/wp-content/uploads/2008/05/wordtracker.jpg" alt="wordtracker" /></p>
<p><strong>3: <a href="http://www.google.com/webhp?complete=1&amp;hl=en">Google Suggest</a></strong></p>
<p>Google Suggest also offers a nice way to research keywords. When you start typing a word in the Google suggest box, it starts showing the related most popular search queries in a drop down menu. Therefore you can immediately come to know about the related keywords / sentences for a particular search query. Even Google Toolbar has this feature but it doesn&#8217;t show the number of search results for the keywords.</p>
<p><img class="alignnone size-full wp-image-2467" title="google-suggest" src="http://www.makeuseof.com/wp-content/uploads/2008/05/google-suggest.jpg" alt="google-suggest" /></p>
<p><strong>4: <a href="http://tools.seobook.com/keyword-tools/seobook/">SEO Book Keyword Suggestion Tool</a></strong></p>
<p>Although different SEO related sites have developed their own keyword research tools, the one by SEObook.com is worth mentioning. It is powered by Wordtracker and provides results which are much more comprehensive than the free tool provided by Wordtracker. It&#8217;s worth a try.</p>
<p><img class="alignnone size-full wp-image-2468" title="seobook-tool" src="http://www.makeuseof.com/wp-content/uploads/2008/05/seobook-tool.jpg" alt="seobook-tool" /></p>
<p><strong>5: <a href="http://goodkeywords.com/">Good Keywords</a></strong></p>
<p>Good Keywords is another handy tool for researching keywords. It is a tiny 500kb program which offers several features when you start it. Mark has already described it in detail <a href="http://www.makeuseof.com/tag/good-keywords-get-your-keywords-right/">here</a>.</p>
<p><img class="alignnone size-full wp-image-2469" title="good-keywords" src="http://www.makeuseof.com/wp-content/uploads/2008/05/good-keywords.jpg" alt="good-keywords" /></p>
<p><strong>6: <a href="http://www.keyworddiscovery.com/search.html">Keyword Discovery</a></strong></p>
<p>This free search term suggestion tool by Trellian is a nice one too. Although it only shows the first hundred related keywords in its free edition but it still could be useful.</p>
<p><img class="alignnone size-full wp-image-2470" title="keyword-discovery" src="http://www.makeuseof.com/wp-content/uploads/2008/05/keyword-idscovery.jpg" alt="keyword-discovery" /></p>
<p>Have I missed anything out that you use to get the best keywords for YOUR site?   Let everyone know in the comments.</p>
<p><em>By- Abhijeet Mukherjee is addicted to the internet and loves blogging and freelance writing. He blogs about tech tweaks, blogging tips, productivity hacks at <a href="http://www.jeetblog.com">Jeet Blog</a></em>
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/how-to-submit-your-website-to-bing-google-for-more-traffic/" title="How To Submit Your Website To Bing &#038; Google For More Traffic (June 11, 2009)">How To Submit Your Website To Bing &#038; Google For More Traffic</a> (20)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-start-a-blog-that-gets-instant-traffic/" title="How To Start A Blog That Gets Instant Traffic (August 31, 2009)">How To Start A Blog That Gets Instant Traffic</a> (57)</li>
	<li><a href="http://www.makeuseof.com/tag/30-free-desktop-applications-for-bloggers/" title="30+ FREE Desktop Applications for Bloggers (January 12, 2008)">30+ FREE Desktop Applications for Bloggers</a> (45)</li>
	<li><a href="http://www.makeuseof.com/tag/good-keywords-get-your-keywords-right/" title="&#8216;Good Keywords&#8217;: Get Your Keywords Right (November 24, 2007)">&#8216;Good Keywords&#8217;: Get Your Keywords Right</a> (6)</li>
	<li><a href="http://www.makeuseof.com/tag/yahoo-searchmonkey-expands-with-playable-music-tracks/" title="Yahoo Searchmonkey Expands with Playable Music Tracks (September 21, 2008)">Yahoo Searchmonkey Expands with Playable Music Tracks</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/6-free-tools-to-get-the-best-keywords-for-your-site/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>30+ FREE Desktop Applications for Bloggers</title>
		<link>http://www.makeuseof.com/tag/30-free-desktop-applications-for-bloggers/</link>
		<comments>http://www.makeuseof.com/tag/30-free-desktop-applications-for-bloggers/#comments</comments>
		<pubDate>Sun, 13 Jan 2008 04:41:40 +0000</pubDate>
		<dc:creator>Shankar Ganesh</dc:creator>
				<category><![CDATA[Cool Software Apps]]></category>
		<category><![CDATA[Lists of tools]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[blogging client]]></category>
		<category><![CDATA[blogging tools]]></category>
		<category><![CDATA[calendar]]></category>
		<category><![CDATA[ftp client]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[image tools]]></category>
		<category><![CDATA[keywords]]></category>
		<category><![CDATA[microblogging]]></category>
		<category><![CDATA[screencast]]></category>
		<category><![CDATA[screenshot]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[WYSIWYG editors]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/tag/30-free-desktop-applications-for-bloggers/</guid>
		<description><![CDATA[Bloggers, there are lots of things you&#8217;ve to keep an eye on, and most of the time, you&#8217;ll need the help of different programs for different needs. Sure, there are more web tools for the job, but nothing can get to give you the convenience and speed that desktop applications offer. So, here goes a [...]]]></description>
			<content:encoded><![CDATA[<p>Bloggers, there are lots of things you&#8217;ve to keep an eye on, and most of the time, you&#8217;ll need the help of different programs for different needs. Sure, there are more web tools for the job, but nothing can get to give you the convenience and speed that desktop applications offer. So, here goes a list of over 30 handpicked application, that can possibly increase a blogger&#8217;s productivity.</p>
<p><strong>Desktop Blogging Clients</strong></p>
<p>Post to your blog straigth from the desktop.</p>
<div align="center"><img src="http://makeuseof.com/images/free-windows-live-writer.jpg" alt="Free Blogging Clients" /></div>
<p><a href="http://windowslivewriter.spaces.live.com/">Windows Live Writer</a> &#8211; One of the best. Plugins can be added to increase its power. Check out our review <a href="http://www.makeuseof.com/tag/i-make-use-of-microsoft-live-writer-beta/">here</a>.<br />
<a href="http://wbloggar.com/">w.bloggar</a> (Windows only) &#8211; Available as a full and portable version (can run from USB thumbdrive).<br />
<a href="http://www.airpress.org/">AIRPress</a> (Windows, Mac) &#8211; Adobe AIR based blog editor for WordPress blogs. AIRPress requires <a href="http://labs.adobe.com/downloads/air.html">Adobe AIR</a> beta 2 to work. If it&#8217;s not installed already, it will be auto installed with AIRPress.<br />
<a href="http://thingamablog.sourceforge.net/">Thingamablog</a> (Window, Mac, Linux)<br />
<a href="http://www.qumana.com/download.htm">Qumana</a> (Windows, Mac)<br />
<a href="http://www.blogdesk.org/en/index.htm">BlogDesk</a> (Windows) &#8211; Optimized for WordPress, MovableType, Drupal, Serendipity and ExpressionEngine.</p>
<p><strong>Statistics Tools</strong></p>
<p>Monitor websites traffic and other stats.</p>
<div align="center"><img src="http://makeuseof.com/images/google-analytics-air.jpg" alt="Free Traffic Analytics Tools for Bloggers" /></div>
<p><a href="http://www.aboutnico.be/index.php/google-analytics-air-beta-sign-up/">Google Analytics (AIR)</a> &#8211; Check detailed traffic stats from the desktop. Works both on Mac and Windows PCs. <a href="http://www.makeuseof.com/dir/google-analytics/">Google Analytics</a> account required.<br />
<a href="http://report.reinvigorate.net/snoop">Snoop</a> (Mac, Win) &#8211; Track website visitors in real time staight from the desktop. Stats provided by <a href="http://report.reinvigorate.net">reinvigorate.net</a><br />
<a href="http://www.4neurons.com/other/SERPs%20Finder/">SERPs Finder</a> (Win) &#8211; Find where your page lists for a particular keyword on Google, Live and Yahoo! Search. </p>
<p><strong>Screen Capturing Tools</strong></p>
<p><a href="http://www.bhelpuri.net/Snippy/default.htm">Snippy</a> (Windows) &#8211; System Tray Tool for screen capturing. Mark out the region of the screen that you want to copy — and Snipp it.<br />
<a href="http://www.makeuseof.com/dir/clip2net/">Clip2Net</a> (Windows) &#8211; Take screenshots, add notes and arrows, and save them online.<br />
<a href="http://www.websitescreenshots.com">WebShot</a> (Windows) &#8211; One more screesnhot grabber, free version is quite limited, but still does the job.<br />
<a href="http://www.camstudio.org/">Camstudio</a> (Windows) &#8211; Capture screen activity (vide+audio) and save it in AVI or SWF format.<br />
<a href="http://www.microsoft.com/windows/windowsmedia/forpros/encoder/default.mspx">Windows Media Encoder</a> &#8211; Capture audio and video content and encode video captures to WMV format.<br />
<a href="http://www.makeuseof.com/tag/ahhhmust-have-free-software-downloads/">SnagIt 7</a> (Windows) &#8211; Powerful screenshot capture and editing tool. <del datetime="2008-01-26T21:42:28+00:00">Normally it costs $29 but version 7 is available for free</del>. Unfortunately, the promotion period is over.</p>
<p><strong>Image Editing Programs</strong></p>
<div align="center"><img src="http://makeuseof.com/images/gim-image-free.jpg" alt="Free Image Editing Tools for Bloggers" /></div>
<p><a href="http://www.gimp.org">GIMP</a> (Win, Linux) &#8211;  Free Photoshop alternative. Also see <a href="http://www.gimpshop.com/">Gimpshop</a> which even looks like Photopshop.<br />
<a href="http://www.getpaint.net/">Paint.NET</a> (Win) &#8211; Another open source software tool for your image editing needs.<br />
<a href="http://www.irfanview.com/">IrfanView</a> (Win)  &#8211; Worth a mention here, it&#8217;s an image viewer with a few editing capabilities.</p>
<p><strong>FTP Programs</strong></p>
<p><a href="http://filezilla-project.org/download.php?type=client">Filezilla</a> (Win, Mac, Linux) &#8211; Open Source FTP Client. Read MakeUseOf review <a href="http://www.makeuseof.com/tag/transfer-files-by-ftp-with-filezilla/">here</a>.<br />
<a href="https://addons.mozilla.org/firefox/addon/684">FireFTP</a> (Win, Mac, Linux)  &#8211; FTP extension for your Firefox browser.</p>
<p><strong>Keyword Research</strong></p>
<p><a href="http://www.goodkeywords.com/">Good Keywords</a> (Win) &#8211; Excellent too for finding suitable keywords for your article titles. MakeUseOf review: <a href="http://www.makeuseof.com/tag/good-keywords-get-your-keywords-right/">Get Your Keywords Right</a>.</p>
<p><strong>Microblogging Tools</strong></p>
<p><a href="http://www.pwytter.com/">Pwytter</a> (Win, Mac, Linux) &#8211; Cross-platofrm Twitter client.<br />
<a href="http://www.twitbin.com/">Twitbin</a> &#8211; Firefox Extension for Twittering<br />
<a href="http://www.techhit.com/OutTwit/">OutTwit</a> &#8211; Twitter client for Outlook. If you&#8217;re interested check out more <a href="http://www.makeuseof.com/tag/6-ways-to-get-social-with-outlook/">Outlook addons</a> here.<br />
<a href="http://www.pownce.com/download/">Pownce Client</a> &#8211; Official Pownce clients for Mac and Windows. [<a href="http://www.makeuseof.com/dir/pownce/">What is Pownce ?</a>]</p>
<p><strong>Task Management</strong></p>
<p><a href="http://www.makeuseof.com/tag/rainlendar/">Rainlendar</a> (Win) &#8211; One of the best desktop calendar apps for Windows.<br />
<a href="http://www.essentialpim.com/">Essential PIM</a> (Win) &#8211; A free personal information manager.</p>
<p><strong>Offline HTML editors</strong></p>
<div align="center"><img src="http://www.makeuseof.com/images/first-page.gif" alt="Free HTML editor for offline use." /></div>
<p><a href="http://www.makeuseof.com/tag/write-develop-html-offline-with-first-page/">First Page</a> (Win) &#8211; Two paned windows HTML editor.<br />
<a href="http://kompozer.sourceforge.net/">KomPozer</a> (Win, Mac, Linux)  &#8211; Extremely easy to use and ideal for non-technical users. </p>
<p><strong>Miscellaneous</strong></p>
<p><a href="http://www.howtogeek.com/howto/the-geek-blog/how-to-geek-software-wordpress-comment-moderation-notifier/">WordPress Comment Moderation Notifier</a> &#8211; Get notifications when there are comments that need to be moderated.</p>
<p>That&#8217;s about it. Do you have a must-see program that&#8217;s not on the above list? Let us know in comments.</p>
<div align="right">By <a href="http://www.killertechtips.com/">Shankar Ganesh</a></div>
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/post-to-your-blog-with-wbloggar/" title="Post To Your Blog With W.Bloggar (February 9, 2009)">Post To Your Blog With W.Bloggar</a> (10)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-start-a-blog-that-gets-instant-traffic/" title="How To Start A Blog That Gets Instant Traffic (August 31, 2009)">How To Start A Blog That Gets Instant Traffic</a> (57)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-make-a-great-how-to-video/" title="How to Make a Great How-To Video (April 11, 2008)">How to Make a Great How-To Video</a> (14)</li>
	<li><a href="http://www.makeuseof.com/tag/6-free-tools-to-get-the-best-keywords-for-your-site/" title="6 FREE Tools To Get The Best Keywords For Your Site (May 24, 2008)">6 FREE Tools To Get The Best Keywords For Your Site</a> (25)</li>
	<li><a href="http://www.makeuseof.com/tag/6-free-blog-editors-that-you-can-use-on-your-linux-desktop/" title="6 Free Blogging Clients for Linux Users (February 13, 2009)">6 Free Blogging Clients for Linux Users</a> (17)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/30-free-desktop-applications-for-bloggers/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>Feelin&#8217; a Little Cocky? Grade Your Website!</title>
		<link>http://www.makeuseof.com/tag/feelin-a-little-cocky-grade-your-website/</link>
		<comments>http://www.makeuseof.com/tag/feelin-a-little-cocky-grade-your-website/#comments</comments>
		<pubDate>Fri, 07 Dec 2007 17:51:03 +0000</pubDate>
		<dc:creator>Linda Martin-Peoples</dc:creator>
				<category><![CDATA[Lists of tools]]></category>
		<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[blogging tools]]></category>
		<category><![CDATA[domain check]]></category>
		<category><![CDATA[Interesting]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[webmaster tools]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/tag/feelin-a-little-cocky-grade-your-website/</guid>
		<description><![CDATA[Have a Website? Blog? Webpage? Want to know exactly where you stand in relation to all the other websites? Wondering how much you website is worth? Take a deep breath, go directly to the links below and have it GRADED!
Website Grader &#8211; Free seo is a tool that measures the marketing effectiveness and popularity of [...]]]></description>
			<content:encoded><![CDATA[<p>Have a Website? Blog? Webpage? Want to know exactly where you stand in relation to all the other websites? Wondering how much you website is worth? Take a deep breath, go directly to the links below and have it GRADED!</p>
<p><strong><a href="http://www.websitegrader.com">Website Grader</a></strong> &#8211; Free seo is a tool that measures the marketing effectiveness and popularity of a website. Find out things like website traffic, its popularity on social bookmarking networks (Digg, del.icio.us,  &#8230;),  incoming link count, and lots of other relevant factors. It also provides some basic tips on how the website can be improved.</p>
<div align"center"><img src="http://makeuseof.com/images/website-grader.jpg" alt="WebsiteGrader: Grade Your Website" /></div>
<p>Just type in your URL, primary keywords, competing websites (shhhh! you can check up on them too) and the email address where you want them to send the Full Report!. And a FULL REPORT is exactly what they will send, too! It&#8217;s very informative, and gives you a ton of ideas on how you can make your site better. So, pour yourself a stiff one, then sit down and check it out!</p>
<p>And while you&#8217;re at it, you may also take a look at their report on <a href="http://www.websitegrader.com/SEO_Reports/tabid/49252/Default.aspx">SEO Capabilities of the Top 20 Bloggers</a>. </p>
<p><strong><a href="http://www.seomoz.org/page-strength/">SEOMOZ -Page Strength</a></strong> &#8211; Similar to WebsiteGrader but takes a slightly different approach. Instead of giving the effectiveness of the website in comparison to other rated websites, it does a thorough SEO check and grades the website (from 1 to 10) based on the actual stats.  Extremely useful at tracking website&#8217;s performance over time. Take a look at MakeUseOf report <a href="http://www.seomoz.org/page-strength/www.makeuseof.com">here</a></p>
<div align"center"><img src="http://makeuseof.com/images/semoz-seo-check.jpg" alt="SEOMOZ - SEO Check Site" /></div>
<p><strong><a href="http://www.business-opportunities.biz/projects/how-much-is-your-blog-worth/">How Much is Your Blog Worth ?</a></strong> &#8211; Exactly does what it says, find out how much $$$ the website is valued at. This tool uses the same the same link to dollar ratio as the AOL-Weblogs Inc. deal. The only problem, it pulls link count from Technorati, which unfortunately doesn&#8217;t work well anymore. </p>
<div align="right">From the &#8220;non-geek&#8221; perspective of <a href="http://www.coolonlinetools.com/">Linda Martin-Peoples</a></div>
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/how-to-start-a-blog-that-gets-instant-traffic/" title="How To Start A Blog That Gets Instant Traffic (August 31, 2009)">How To Start A Blog That Gets Instant Traffic</a> (57)</li>
	<li><a href="http://www.makeuseof.com/tag/good-keywords-get-your-keywords-right/" title="&#8216;Good Keywords&#8217;: Get Your Keywords Right (November 24, 2007)">&#8216;Good Keywords&#8217;: Get Your Keywords Right</a> (6)</li>
	<li><a href="http://www.makeuseof.com/tag/web-metrics-101-what-do-all-these-terms-mean/" title="Web Metrics 101 &#8211; What DO all these Terms Mean? (April 18, 2008)">Web Metrics 101 &#8211; What DO all these Terms Mean?</a> (17)</li>
	<li><a href="http://www.makeuseof.com/tag/transfer-files-by-ftp-with-filezilla/" title="Transfer files by FTP with FileZilla (August 20, 2007)">Transfer files by FTP with FileZilla</a> (20)</li>
	<li><a href="http://www.makeuseof.com/tag/the-six-best-chat-rooms-for-your-site/" title="The Six Ways To Add A Chat Room To Your Website (February 14, 2009)">The Six Ways To Add A Chat Room To Your Website</a> (21)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/feelin-a-little-cocky-grade-your-website/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>&#8216;Good Keywords&#8217;: Get Your Keywords Right</title>
		<link>http://www.makeuseof.com/tag/good-keywords-get-your-keywords-right/</link>
		<comments>http://www.makeuseof.com/tag/good-keywords-get-your-keywords-right/#comments</comments>
		<pubDate>Sat, 24 Nov 2007 16:32:16 +0000</pubDate>
		<dc:creator>Mark O&#39;Neill</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[blogging tools]]></category>
		<category><![CDATA[keywords]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[webmaster tools]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/tag/good-keywords-get-your-keywords-right/</guid>
		<description><![CDATA[ As any successful webmaster / blogger will tell you, the key to a successful website is to get the right keywords. The keywords are the words that search engine users will use to find websites that they are looking for. So it pays to get it right, whether you are optimizing your website meta-tags, [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.makeuseof.com/wp-content/uploads/2007/11/goodkeywordsinterface.png" alt="good-keywords-interface.png" align="left" border="0" /> As any successful webmaster / blogger will tell you, the key to a successful website is to get the right keywords. The keywords are the words that search engine users will use to find websites that they are looking for. So it pays to get it right, whether you are optimizing your website meta-tags, post titles or working out which keywords to use in your next <a href="http://adwords.google.com">Google Adwords</a> campaign. You can&#8217;t do a slapdash job otherwise you&#8217;ll find that your nice shiny new website doesn&#8217;t get any visitors.</p>
<p>I used to find it extremely tiring researching keywords. I&#8217;d be sitting in front of Google or Yahoo for ages typing in random phrases and seeing what popped up. I&#8217;d be looking at places such as <a href="http://www.technorati.com">Technorati</a> or <a href="http://blogsearch.google.com">Google Blog Search</a> and I would still be clueless as to what keywords I should be using to make my blog more accessible to the discerning web surfer. But then I discovered a neat free little program called &#8220;<a href="http://goodkeywords.com">Good Keywords</a>&#8221; which takes all the stress out of the process. It&#8217;s such a great program that <a href="http://searchenginewatch.com">Search Engine Watch</a> called it &#8220;a keeper&#8221;.</p>
<p>The website that offers &#8220;Good Keywords&#8221; also offers various other keyword-related programs such as <a href="http://goodkeywords.com/products/keywordpad">Keyword Pad</a> (for managing long lists of keywords) and <a href="http://goodkeywords.com/products/kwexplorer">Keyword Explorer</a> which analyzes keyword phrases. But the real jewel in the crown is &#8220;Good Keywords&#8221;.</p>
<p>&#8220;Good Keywords&#8221; is a tiny 500kb program which gives you several options when you start it. The main feature &#8211; and the real goldmine in my opinion &#8211; is the &#8220;Keyword Suggestions&#8221; box. This links to <a href="http://www.yahoo.com">Yahoo</a> and <a href="http://searchmarketing.yahoo.com/overture.php">Overture</a> and when you enter a keyword in the box, it goes to Yahoo and Overture and instantly brings back LOTS of variations of the keyword along with the number of search engine queries for those keywords over the past month (the most popular keyword phrase being at the top).</p>
<div align="center"><img src="http://www.makeuseof.com/wp-content/uploads/2007/11/keywordsearch.png" alt="keywordsearch.png" border="0" /></div>
<p>By entering your keywords into this program, you can find out right away the search query habits of internet users so you can know which keywords to include and which ones to exclude. Not only it can make your titles more Google / Yahoo friendly, but also can make a financial difference for the better if you are running an Adwords campaign where the wrong keywords could end up costing you a lot of wasted money.</p>
<p>Other options that the program gives you includes possible misspelled variations of a keyword, a keyword phrase builder, a website analyzer (which tells you the site&#8217;s PageRank as well as the number of other sites that link to it) and a keyword organizer.</p>
<p>&#8220;Good Keywords&#8221; is freeware and it never nags you to register for anything and it never asks for an email address. It is simply just a great little tool which fills a big need. This is most definately a keeper on my PC.</p>
<div align="right">(By) <a href="http://www.betterthantherapy.net">Mark O&#8217;Neill</a></div>
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/how-to-start-a-blog-that-gets-instant-traffic/" title="How To Start A Blog That Gets Instant Traffic (August 31, 2009)">How To Start A Blog That Gets Instant Traffic</a> (57)</li>
	<li><a href="http://www.makeuseof.com/tag/grant-pdf-print-power-to-your-website-visitors/" title="Grant PDF Print Power to Your Website Visitors (July 27, 2008)">Grant PDF Print Power to Your Website Visitors</a> (8)</li>
	<li><a href="http://www.makeuseof.com/tag/feelin-a-little-cocky-grade-your-website/" title="Feelin&#8217; a Little Cocky? Grade Your Website! (December 7, 2007)">Feelin&#8217; a Little Cocky? Grade Your Website!</a> (8)</li>
	<li><a href="http://www.makeuseof.com/tag/easily-create-mobile-websites-with-mofuse/" title="Easily Create Mobile Websites with MoFuse (April 10, 2008)">Easily Create Mobile Websites with MoFuse</a> (8)</li>
	<li><a href="http://www.makeuseof.com/tag/6-free-tools-to-get-the-best-keywords-for-your-site/" title="6 FREE Tools To Get The Best Keywords For Your Site (May 24, 2008)">6 FREE Tools To Get The Best Keywords For Your Site</a> (25)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/good-keywords-get-your-keywords-right/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
