<?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/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>I&#039;d Rather Be Writing &#187; Google</title>
	<atom:link href="http://idratherbewriting.com/tag/google/feed/" rel="self" type="application/rss+xml" />
	<link>http://idratherbewriting.com</link>
	<description>The Latest Trends in Technical Communication</description>
	<lastBuildDate>Fri, 10 Feb 2012 23:59:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Customizing the &#8220;No Results Found&#8221; Page with Helpful Wayfinding Tips</title>
		<link>http://idratherbewriting.com/2011/10/17/customizing-the-no-results-found-page-with-helpful-wayfinding-tips/</link>
		<comments>http://idratherbewriting.com/2011/10/17/customizing-the-no-results-found-page-with-helpful-wayfinding-tips/#comments</comments>
		<pubDate>Mon, 17 Oct 2011 13:37:26 +0000</pubDate>
		<dc:creator>Tom Johnson</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[google custom search]]></category>
		<category><![CDATA[greg nudelman]]></category>
		<category><![CDATA[Mark Baker]]></category>
		<category><![CDATA[robert desprez]]></category>
		<category><![CDATA[search results]]></category>
		<category><![CDATA[Technical Writing]]></category>

		<guid isPermaLink="false">http://idratherbewriting.com/?p=9963</guid>
		<description><![CDATA[In Designing Search, Greg Nudelman explains that one of the most overlooked places to help users who can’t find information is the page that appears when no search results are found. Greg writes, After the system indicates that the no search results condition occurred, it must now help the customer recover. Whenever you display a no search results page, always provide a helpful way forward ... <a href="http://idratherbewriting.com/2011/10/17/customizing-the-no-results-found-page-with-helpful-wayfinding-tips/">more &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>In <a href="http://www.amazon.com/Designing-Search-Strategies-eCommerce-UXmatters/dp/0470942231">Designing Search</a>, Greg Nudelman explains that one of the most overlooked places to help users who can’t find information is the page that appears when no search results are found. Greg writes,</p>
<blockquote><p>After the system indicates that the no search results condition occurred, it must now help the customer recover. Whenever you display a no search results page, always provide a helpful way forward to get your customer back on track as quickly as possible. Virtually every control on the page should be focused on doing something to help the customer recover from the no search results condition, and any extraneous controls for filtering and sorting search results should be removed. (9)</p></blockquote>
<p>In other words, the “No search results” page is a key place to present users with alternative ways to find what they’re looking for.</p>
<p>It’s almost impossible to get the No search results page from a Google search unless you type a fairly long strand of gibberish. More common are “No search results” pages from site searches (or from Google Custom Search, as I have on my site). If so, this is what you see:</p>
<p><a href="http://idratherbewriting.com/wp-content/uploads/2011/10/no-search-results.png"><img class="alignnone size-full wp-image-9964" title="no-search-results" src="http://idratherbewriting.com/wp-content/uploads/2011/10/no-search-results.png" alt="" width="600" height="415" /></a></p>
<p>Google’s best advice is to check spelling and try different keywords.</p>
<p>If you’re using the default WordPress theme, here’s the “No search results” page:</p>
<p><a href="http://idratherbewriting.com/wp-content/uploads/2011/10/no-search-results-2.png"><img class="alignnone size-full wp-image-9965" title="no-search-results-with-wordpress" src="http://idratherbewriting.com/wp-content/uploads/2011/10/no-search-results-2.png" alt="" width="600" height="302" /></a></p>
<p>WordPress essentially has the same response as Google: try again with different keywords, with no help at all in figuring out what the right keywords are.</p>
<p>(FSB, by the way, stands for the Federal Security Service, which is the counterintelligence unit of Russia. It’s not something that I’ve covered very frequently on my blog.)</p>
<p>Previously, when your search query seemed a bit off, Google would ask, “Did you mean …” and present you with a more common spelling. Now Google simply corrects your bad spelling automatically:</p>
<p><a href="http://idratherbewriting.com/wp-content/uploads/2011/10/no-search-results-3.png"><img class="alignnone size-full wp-image-9966" title="no-search-results-google-autocorrection" src="http://idratherbewriting.com/wp-content/uploads/2011/10/no-search-results-3.png" alt="" width="600" height="347" /></a></p>
<p>The reason you don’t see many “No results found” pages with Google is because it’s likely that at least some part of your search will match one of the three trillion pages (?) on Google. But if you have an online help file, or a search box on your own website, the chances of users not hitting any results is much higher.</p>
<p>Ideally, when users don’t find any results, rather than merely encouraging them to pick new keywords and try again, it might be more helpful to do say something like the following:</p>
<p>No results found. Try the following:</p>
<ul>
<li>Broaden your search keywords.</li>
<li>Browse the glossary to review keywords.</li>
<li>See frequently asked questions.</li>
<li>Review common troubleshooting issues.</li>
<li>See popular searches for your role.</li>
<li>See known limitations of the application.</li>
<li>Submit a question to the experts.</li>
<li>Contact the support center.</li>
</ul>
<p>Actually, it would be nice to show these recommendations even when search results are found, since many times the results may not provide the answer. One issue, however, in implementing any customized search results page is that it&#8217;s not always technically possible to do it. For example, now that I’ve integrated <a href="http://www.google.com/cse/">Google Custom Search</a>, the No Results Found page cannot be customized (at least I don’t see a way to do it).</p>
<p>I’m betting that customizing the No Results Found page in many help authoring tools is also a bit of a conundrum. As Robert Desprez explains in his post, <a href="http://www.robertdesprez.com/Site_3/Blog/Entries/2011/10/10_Would_Faceted_Search_Assist_Your_Users.html">Would Faceted Search Assist Your Users?</a>, “the search engine is largely a black box that isn’t meant to be significantly customized.” Desprez is highlighting RoboHelp, but only as one example of the many black box search engines in help authoring tools. Even if you were to customize it (it would probably involve hacking the source files), would every new release of the help authoring tool simply overwrite your customization?</p>
<p>Mark Baker points out that because search in help authoring tools is so poor, it’s often easier to find content using Google’s search engine instead, even if this means that searching trillions of web pages instead of narrowly focusing on specialized sites. Baker explains, “I get better results by searching the haystack than the needle case, even when the needle I want is in the needle case” (see <a href="http://everypageispageone.com/2011/10/12/the-best-place-to-find-a-needle-is-a-haystack/">The Best Place to Find a Needle Is a Haystack</a>).</p>
<p>In this case, you&#8217;re stuck with a dilemma: If you go the Google route for search, the results are better, but you can&#8217;t customize the search results page. If you stick with your native app, you can perhaps customize the search results page, but the results are poor.</p>
<p>Even with these technical limitations, I think it&#8217;s a good idea not to give up, because there are workarounds for the technical limitations. The key idea is that successful search involves knowledge of keywords, so when users aren&#8217;t aware of those keywords, we should help them figure them out (rather than just inviting users to randomly guess new ones).</p>
<p>One strength many help authoring tools have is the ability to integrate keyword synonyms into searches, so that even if a user doesn&#8217;t realize, for example, that &#8220;reserve a resource&#8221; is the correct keyword phrase, we can equate the terms on the backend so that a more familiar search for &#8220;schedule a room&#8221; returns results.</p>
<p>This doesn&#8217;t guarantee that the search results will now be on par with Google, though. Reason being, Google has a lot more content. Your help content must actually include the answer the user is searching for. Many times these answers aren&#8217;t in the help in the first place. I wrote about the issue of scope earlier in a post titled, <a title="The Scope of Help Content" href="http://idratherbewriting.com/2010/06/11/faulty-assumptions-about-the-scope-of-help-content-organizing-content-1/">Faulty Assumptions About the Scope of Help Content</a>.<br />
<h2>Blog Sponsors</h2>
<ul>
<li><a href="http://webworks.com">Webworks ePublisher</a></li>
<li><a href="http://scriptorium.com">Scriptorium</a></li>
<li><a href="http://www.helpgenerator.com">Help Generator help authoring software</a></li>
<li><a href="http://idc.spsu.edu">Southern Polytechnic: Information Design and Communication</a></li>
<li><a href="http://simplifiedenglish.net">Simplified English</a></li>
<li><a href="http://info.mindtouch.com/irbw/tcs-custom-tour?persona=content">MindTouch</a></li>
<li><a href="http://www.madcapsoftware.com/products/madpak/overview.aspx?utm_source=IdRatherBeWriting&#038;utm_medium=Banner&#038;utm_campaign=MadPak"</a>Madcap Software</a></li>
<li><a href="http://www.drexplain.com/">Dr.Explain</a> </li>
<li><a href="http://www.adobe.com/products/technicalcommunicationsuite/try.html?sdid=ITRSO">Adobe Technical Communication Suite</a></li>
<li><a href="http://www.congree.com/en/download-congree-personal-edition.aspx">Congree</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://idratherbewriting.com/2011/10/17/customizing-the-no-results-found-page-with-helpful-wayfinding-tips/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<series:name><![CDATA[Findability]]></series:name>
	</item>
		<item>
		<title>Search Engine Optimizing Your Help Content for Google [Organizing Content 11]</title>
		<link>http://idratherbewriting.com/2010/05/28/search-engine-optimizing-your-help-content-for-google-organizing-content-10/</link>
		<comments>http://idratherbewriting.com/2010/05/28/search-engine-optimizing-your-help-content-for-google-organizing-content-10/#comments</comments>
		<pubDate>Fri, 28 May 2010 19:20:46 +0000</pubDate>
		<dc:creator>Tom Johnson</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[blog platforms]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[help content]]></category>
		<category><![CDATA[Jing]]></category>
		<category><![CDATA[movable type]]></category>
		<category><![CDATA[pagerank]]></category>
		<category><![CDATA[search engine optimization]]></category>
		<category><![CDATA[search engine results]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[serps]]></category>
		<category><![CDATA[Technical Writing]]></category>
		<category><![CDATA[visibility]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.idratherbewriting.com/?p=6486</guid>
		<description><![CDATA[In my last post, I argued that making content findable in search engines requires you to understand how your search engine algorithm ranks and sorts the content it indexes. Not all search engines work the same. Some rank content through links, others by date, others include index keywords, and so on. You have to be familiar with the search algorithm so that you can maximize ... <a href="http://idratherbewriting.com/2010/05/28/search-engine-optimizing-your-help-content-for-google-organizing-content-10/">more &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>In <a href="http://www.idratherbewriting.com/2010/05/27/figuring-out-search-algorithms-organizing-content-10/">my last post</a>, I argued that making content findable in search engines requires you to understand how your search engine algorithm ranks and sorts the content it indexes. Not all search engines work the same. Some rank content through links, others by date, others include index keywords, and so on. You have to be familiar with the search algorithm so that you can maximize your content&#8217;s visibility in the search.</p>
<p>I touched briefly on Google&#8217;s search engine algorithm. Since Google is such an important search engine for content, including help content, I want to dive deeper into strategies for maximizing the visibility of help content on Google. </p>
<h3>Putting Help Content on Google</h3>
<p>Since many users turn directly to Google to find answers to questions, rather than turning to the help file, it makes sense to put your help content on Google.</p>
<p>Additionally, help files are rich in keyword density. An online help file with more than 200 topics adds hundreds of keywords to your company&#8217;s site, making your product more findable.</p>
<p>If you have optimized your help content with synonyms and other terms that people actually use, the help file can be a wealth of highly search-engine-optimized content that increases visibility of your product and company in Google&#8217;s search engine results, right?</p>
<h3>Let&#8217;s Try a Test</h3>
<p>Let&#8217;s try a test. Let&#8217;s say that I&#8217;m using a software application, Madcap Flare, and I want to know how to insert concept keywords. Using Google, I search for &#8220;<a href="http://www.google.com/search?source=ig&amp;hl=en&amp;rlz=&amp;q=insert+concept+keywords+flare&amp;aq=f&amp;aqi=&amp;aql=&amp;oq=&amp;gs_rfai=C3e9QqvL_S9jaG436M5nfrLYHAAAAqgQFT9ADhxQ">insert concept keywords flare</a>.&#8221;</p>
<div id="attachment_6487" class="wp-caption alignnone" style="width: 610px"><a href="http://www.google.com/search?source=ig&amp;hl=en&amp;rlz=&amp;q=insert+concept+keywords+flare&amp;aq=f&amp;aqi=&amp;aql=&amp;oq=&amp;gs_rfai=C3e9QqvL_S9jaG436M5nfrLYHAAAAqgQFT9ADhxQ"><img class="size-medium wp-image-6487 " title="Google search results for insert concepts keywords in Flare" src="http://www.idratherbewriting.com/wp-content/uploads/2010/05/vanarsdall-600x574.png" alt="Google search results for insert concepts in Flare" width="600" height="574" /></a><p class="wp-caption-text">Google search results for insert concept keywords in Flare</p></div>
<p>Why is it that the search results didn&#8217;t find the topic in <a href="http://webhelp.madcapsoftware.com/flare6/">Flare&#8217;s online help file</a>, which is on the web? It did find a Madcap KB article, but not the topic in the webhelp file.</p>
<p>The exact topic in Flare&#8217;s help is titled <a href="http://webhelp.madcapsoftware.com/flare6/Content/Concepts/Inserting_Concept_Keywords_into_Topics.htm">Inserting Concepts into Topics</a>. Even if I search for this phrase, the Flare help topic <a href="http://www.google.com/search?hl=en&amp;q=Inserting+Concepts+Into+Topics&amp;aq=f&amp;aqi=&amp;aql=&amp;oq=&amp;gs_rfai=">doesn&#8217;t appear in Google&#8217;s results</a>. In fact, the results for this search aren&#8217;t even related to help authoring or Flare.</p>
<p>When I search for <a href="http://www.google.com/search?hl=en&amp;q=Inserting+Concepts+Into+Topics+flare&amp;aq=f&amp;aqi=g-p1&amp;aql=&amp;oq=&amp;gs_rfai=">inserting concepts into topics flare</a>, one of the results points to a topic in Flare&#8217;s online help: Creating Printed Output. But still not the webhelp topic I&#8217;m looking for.</p>
<p>Why didn&#8217;t <em>Inserting Concepts into Topics</em>, the topic from Flare&#8217;s help file, appear in any of my Google searches, even when the topic is online and apparently indexed by Google? Why is it that Eddie Van Arsdall&#8217;s post, <a href="http://www.vanarsdall-infodesign.com/2010/04/11/madcap-flare-tip-helping-users-find-related-information/">Madcap Flare Tip: Helping Users Find Related Information</a>, appears at the top of the list for both of my Google searches?</p>
<h3>What Is PageRank?</h3>
<p>Eddie&#8217;s post itself has just a couple of inlinks, that is, links pointing to it from other sites. But to Eddie Van Arsdall&#8217;s domain, <a href="http://www.vanarsdall-infodesign.com/">Simplifying Complexity</a>, there are <a href="http://siteexplorer.search.yahoo.com/search?p=vanarsdall-infodesign.com&amp;bwm=i&amp;bwmo=d&amp;bwmf=s">a lot of links pointing to it</a>. These incoming links give Eddie something called <a href="http://en.wikipedia.org/wiki/PageRank">PageRank</a>, which helps his topic dominate the search engine results.</p>
<p><a href="http://en.wikipedia.org/wiki/PageRank">PageRank</a> is a trademarked term created by Larry Page, one of the founders of Google, that describes a ranking of a website&#8217;s credibility and authority. Every time you link to a site, Google interprets that link as a vote of confidence for the site. You&#8217;re vouching for the site&#8217;s credibility when you link to it.</p>
<p>For Google, PageRank is a major variable that determines what sites appear in the search engine results (SERPs). Sites with a high PageRank get more visibility in SERPs. If a site has 1,000 links pointing to it, Google knows that it must be a credible and worthwhile site. Therefore the site appears higher in the results.</p>
<p>Each site on the web is assigned a PageRank between 0 and 10. You can <a href="http://www.prchecker.info/check_page_rank.php">check PageRank here</a> or more powerfully with the <a href="http://www.quirk.biz/searchstatus/">SearchStatus Firefox extension</a>.</p>
<p>The <a href="http://nytimes.com">New York Times</a> and <a href="http://wikipedia.org">Wikipedia</a> have a PageRank of 9. <a href="http://tc.eserver.org">TC.Eserver.org</a> and <a href="http://idratherbewriting.com">my site</a> have a PageRank of 6. <a href="http://www.vanarsdall-infodesign.com/">Simplifying Complexity</a> has a PageRank of 4.</p>
<p>In contrast, the <a href="http://webhelp.madcapsoftware.com/flare6/">webhelp for Flare</a> has no page rank at all. Ouch.</p>
<h3>Help Content and PageRank</h3>
<p>Help content on the web will always be at a disadvantage with PageRank, because people are less inclined to link to webhelp topics than to blogs or other user-created sites. Why is that?</p>
<p>One reason is that it&#8217;s hard to link to a webhelp topic. Webhelp files use frames, so even if you&#8217;re looking at the <em>Inserting Concepts into Topics </em>topic, you can&#8217;t grab the link to it unless you click the TOC accordion tab at the bottom, find the topic in the TOC, right-click the topic, and copy the link address. It&#8217;s non-intuitive to see the link.</p>
<p>Additionally, it&#8217;s just not common to link to help files. We tend to link to content created by people like us, especially when the content includes unique insight and perspective from a person&#8217;s point of view. Plain procedural topics are boring. We don&#8217;t have cause to link to them.</p>
<h3>Frames and SEO</h3>
<p>Another reason the Flare webhelp topic doesn&#8217;t appear in the SERPs is because Flare&#8217;s webhelp uses frames. Using frames in general is a poor practice for SEO on web. <a href="http://blog.wsioms.co.za/index.php/seo/do-not-hurt-your-seo-rankings/">Many people</a> <a href="http://www.jm-seo.org/seo-tips/20100206d.html">point out</a> that <a href="http://www.seologic.com/faq/frames-html-links.php">frames aren&#8217;t good</a> for search engine optimization. For example, <a href="http://www.webconfs.com/15-minute-seo.php">Webconfs.com: SEO Tools and Webmaster Utilities</a> says &#8221;Frames are very, very bad for SEO. Avoid using them unless really necessary.&#8221; Almost every HAT&#8217;s webhelp output I&#8217;ve seen uses frames, unfortunately.</p>
<h3>Index Keywords and 2% Keyword Density</h3>
<p>Not only do webhelp files lack PageRank and use frames, they also run into problems with index keywords. Google dislikes repetition of the same keyword over and over in the topic because Google thinks the site is trying to trick it.</p>
<p>The <a href="http://www.webproworld.com/webmaster-forum/threads/5137-Google-Keyword-Density-Analysis">optimal keyword density is about 2%</a>, meaning that if you have 300 words in your article, about 6 of them should be the keyword phrase you&#8217;re trying to rank for. If you have a keyword density of 20%, Google sees this as trying to game the system. The excessive keyword density works against you.</p>
<p>If I were to include my string of sample keywords that I <a href="http://www.idratherbewriting.com/2010/05/27/figuring-out-search-algorithms-organizing-content-10">referenced in my last post</a>, would Google interpret this list of keywords as an attempt to game keyword density? Here&#8217;s that list:</p>
<ul>
<li>burn notice</li>
<li>deliver burn notice</li>
<li>drop off burn notices</li>
<li>burn notices sending</li>
<li>how to present a burn notice</li>
<li>cutting off undercover agents</li>
<li>severing ties with field agents</li>
<li>burn notice protocol</li>
<li>best way to handle burn notice</li>
<li>give burn notice to operatives</li>
</ul>
<p>Assuming Google even sees this content (questionable since the index keywords are tagged using Madcap&#8217;s unique markup in the code), would Google penalize me for overusing the keyword &#8220;burn notice&#8221;? I&#8217;m not sure.</p>
<h3>Moving Towards a Dangerous Conclusion</h3>
<p>As the importance of visibility on Google grows, and as companies recognize and treat their help content as an SEO asset for the online visibility and ranking (not to mention marketing) of their products, shouldn&#8217;t we put our help content on web-friendly platforms that will maximize their visibility in Google&#8217;s search engine results? Are traditional help authoring tools holding us back from realizing the SEO power of our help content?</p>
<p><a href="http://jingproject.com">Jing</a>, TechSmith&#8217;s quick image and video capture tool, has their <a href="http://help.jingproject.com/">help on a blog platform</a> (Movable Type). When I search for <a href="http://www.google.com/search?hl=en&amp;q=capture+video+with+jing&amp;btnG=Search&amp;aq=f&amp;aqi=&amp;aql=&amp;oq=&amp;gs_rfai=">capture video with Jing</a>, the help appears in the top five results.</p>
<p><div id="attachment_6488" class="wp-caption alignnone" style="width: 610px"><a href="http://www.idratherbewriting.com/wp-content/uploads/2010/05/jingme.png"><img class="size-full wp-image-6488" title="Are blog platforms the future of help authoring?" src="http://www.idratherbewriting.com/wp-content/uploads/2010/05/jingme.png" alt="Are blog platforms the future of help authoring?" width="600" height="559" /></a><p class="wp-caption-text">Are blog platforms the future of help authoring?</p></div><br />
<h2>Blog Sponsors</h2>
<ul>
<li><a href="http://webworks.com">Webworks ePublisher</a></li>
<li><a href="http://scriptorium.com">Scriptorium</a></li>
<li><a href="http://www.helpgenerator.com">Help Generator help authoring software</a></li>
<li><a href="http://idc.spsu.edu">Southern Polytechnic: Information Design and Communication</a></li>
<li><a href="http://simplifiedenglish.net">Simplified English</a></li>
<li><a href="http://info.mindtouch.com/irbw/tcs-custom-tour?persona=content">MindTouch</a></li>
<li><a href="http://www.madcapsoftware.com/products/madpak/overview.aspx?utm_source=IdRatherBeWriting&#038;utm_medium=Banner&#038;utm_campaign=MadPak"</a>Madcap Software</a></li>
<li><a href="http://www.drexplain.com/">Dr.Explain</a> </li>
<li><a href="http://www.adobe.com/products/technicalcommunicationsuite/try.html?sdid=ITRSO">Adobe Technical Communication Suite</a></li>
<li><a href="http://www.congree.com/en/download-congree-personal-edition.aspx">Congree</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://idratherbewriting.com/2010/05/28/search-engine-optimizing-your-help-content-for-google-organizing-content-10/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
	
		<series:name><![CDATA[Findability]]></series:name>
	</item>
		<item>
		<title>Implementing Google Custom Search on WordPress</title>
		<link>http://idratherbewriting.com/2010/01/08/implementing-google-custom-search-on-wordpress/</link>
		<comments>http://idratherbewriting.com/2010/01/08/implementing-google-custom-search-on-wordpress/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 15:20:49 +0000</pubDate>
		<dc:creator>Tom Johnson</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[canonical]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[google custom search]]></category>
		<category><![CDATA[search engine optimization]]></category>
		<category><![CDATA[search results]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.idratherbewriting.com/?p=5541</guid>
		<description><![CDATA[Google Custom Search can dramatically improve the search results for your WordPress blog or any other site. WordPress is a great blogging platform, no doubt about it. But the built-in search feature is terrible. As I&#8217;ve searched for keywords from past posts to respond to reader questions, I would continually come up empty-handed. As a solution, I incorporated Google Custom Search, which is a free ... <a href="http://idratherbewriting.com/2010/01/08/implementing-google-custom-search-on-wordpress/">more &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>Google Custom Search can dramatically improve the search results for your <a href="http://wordpress.org" target="_blank">WordPress blog</a> or any other site. WordPress is a great blogging platform, no doubt about it. But the built-in search feature is terrible. As I&#8217;ve searched for keywords from past posts to respond to reader questions, I would continually come up empty-handed.</p>
<p>As a solution, I incorporated <a href="http://www.google.com/cse/" target="_blank">Google Custom Search</a>, which is a free service that allows you to embed a Google search box and results (limited to just your site and any other sites you specify) on your site.</p>
<p>Try it out by searching for something using the search at the top of my sidebar. Not only are the search results more accurate, when you start running a few searches, you begin to see how your site appears to people who search for you in Google. <span id="more-5541"></span></p>
<h3>Canonical Posts</h3>
<p>One thing I immediately realized was that a lot of my archives pages were appearing in posts. The search results would begin with my blog title followed by the word archives followed by the post title (which was then truncated due to space constraints). It&#8217;s important to have just one version of your post in Google&#8217;s search results, so that your other posts aren&#8217;t competing against each other. (For more on this, research <em><a href="http://markjaquith.wordpress.com/2007/09/25/wordpress-23-canonical-urls/" target="_blank">canonical</a></em><a href="http://markjaquith.wordpress.com/2007/09/25/wordpress-23-canonical-urls/" target="_blank"> URLs in WordPress</a>.) I also wanted the search engine result to begin with the post title.</p>
<p>To fix the display of the results, I implemented the <a href="http://wordpress.org/extend/plugins/all-in-one-seo-pack/" target="_blank">All in One SEO plugin</a> and configured the plugin&#8217;s settings so that only the single post would appear in the search results, not the archives. I then created a sitemap (using the <a href="http://www.dagondesign.com/articles/sitemap-generator-plugin-for-wordpress/" target="_blank">Daigon Design sitemap generator</a> as well as the <a href="http://wordpress.org/extend/plugins/google-sitemap-generator/" target="_blank">Google XML Sitemap plugin</a>), generated both sitemaps, and linked to the <a href="http://idratherbewriting.com/post-index">Daigon Design sitemap</a> in one of my latest posts so that Google would reindex all the posts on my site.</p>
<h3>Implementing Google Custom Search</h3>
<p>Implementing Google Custom Search in a WordPress site can be a little tricky. The <a href="http://wordpress.org/extend/plugins/google-custom-search-for-wordpress/" target="_blank">Google Custom Search WordPress plugin</a> didn&#8217;t work for me, so I just copied the Google code manually.</p>
<p>Google gives you two pieces of code: code for a search box and code for the search results. Choose the iframe option before generating the code. For the search results page, type the name <strong>search</strong>. Insert the search box code in your sidebar somewhere. Then create a page called Search that uses a <a href="http://codex.wordpress.org/Stepping_Into_Templates" target="_blank">page template</a> with the search results code. Also copy the search results code into the search.php page of your theme.</p>
<p>As you accrue more and more posts in your blog, you need an fast and accurate way to retrieve posts based on vaguely remembered keywords. WordPress&#8217;s built-in search won&#8217;t always find what you&#8217;re looking for. If users are savvy, they can use <strong>site:yourdomain.com keywords</strong> to search your site at Google.com. But embedding the search form directly on your site is much more user-intuitive.<br />
<h2>Blog Sponsors</h2>
<ul>
<li><a href="http://webworks.com">Webworks ePublisher</a></li>
<li><a href="http://scriptorium.com">Scriptorium</a></li>
<li><a href="http://www.helpgenerator.com">Help Generator help authoring software</a></li>
<li><a href="http://idc.spsu.edu">Southern Polytechnic: Information Design and Communication</a></li>
<li><a href="http://simplifiedenglish.net">Simplified English</a></li>
<li><a href="http://info.mindtouch.com/irbw/tcs-custom-tour?persona=content">MindTouch</a></li>
<li><a href="http://www.madcapsoftware.com/products/madpak/overview.aspx?utm_source=IdRatherBeWriting&#038;utm_medium=Banner&#038;utm_campaign=MadPak"</a>Madcap Software</a></li>
<li><a href="http://www.drexplain.com/">Dr.Explain</a> </li>
<li><a href="http://www.adobe.com/products/technicalcommunicationsuite/try.html?sdid=ITRSO">Adobe Technical Communication Suite</a></li>
<li><a href="http://www.congree.com/en/download-congree-personal-edition.aspx">Congree</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://idratherbewriting.com/2010/01/08/implementing-google-custom-search-on-wordpress/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Why Goog-411 Is Free Whereas Directory Assistance Costs Money</title>
		<link>http://idratherbewriting.com/2009/08/08/how-can-directory-assistance-be-free/</link>
		<comments>http://idratherbewriting.com/2009/08/08/how-can-directory-assistance-be-free/#comments</comments>
		<pubDate>Sun, 09 Aug 2009 04:10:38 +0000</pubDate>
		<dc:creator>Tom Johnson</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[voice]]></category>

		<guid isPermaLink="false">http://writerriver.com/2009/08/08/how-can-directory-assistance-be-free/</guid>
		<description><![CDATA[Ever wondered what the business model is behind Goog 411 (free directory service)? It&#8217;s &#8220;a test bed for a voice-driven search engine for mobile phones.&#8221; Blog Sponsors Webworks ePublisher Scriptorium Help Generator help authoring software Southern Polytechnic: Information Design and Communication Simplified English MindTouch]]></description>
			<content:encoded><![CDATA[<p>Ever wondered what <a href="http://www.wired.com/techbiz/it/magazine/16-03/ff_free_411">the business model is behind Goog 411</a> (free directory service)? It&#8217;s &#8220;a test bed for a voice-driven search engine for mobile phones.&#8221;<br />
<h2>Blog Sponsors</h2>
<ul>
<li><a href="http://webworks.com">Webworks ePublisher</a></li>
<li><a href="http://scriptorium.com">Scriptorium</a></li>
<li><a href="http://www.helpgenerator.com">Help Generator help authoring software</a></li>
<li><a href="http://idc.spsu.edu">Southern Polytechnic: Information Design and Communication</a></li>
<li><a href="http://simplifiedenglish.net">Simplified English</a></li>
<li><a href="http://info.mindtouch.com/irbw/tcs-custom-tour?persona=content">MindTouch</a></li>
<li><a href="http://www.madcapsoftware.com/products/madpak/overview.aspx?utm_source=IdRatherBeWriting&#038;utm_medium=Banner&#038;utm_campaign=MadPak"</a>Madcap Software</a></li>
<li><a href="http://www.drexplain.com/">Dr.Explain</a> </li>
<li><a href="http://www.adobe.com/products/technicalcommunicationsuite/try.html?sdid=ITRSO">Adobe Technical Communication Suite</a></li>
<li><a href="http://www.congree.com/en/download-congree-personal-edition.aspx">Congree</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://idratherbewriting.com/2009/08/08/how-can-directory-assistance-be-free/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How Google Does Help</title>
		<link>http://idratherbewriting.com/2009/06/27/how-google-does-help/</link>
		<comments>http://idratherbewriting.com/2009/06/27/how-google-does-help/#comments</comments>
		<pubDate>Sun, 28 Jun 2009 04:22:13 +0000</pubDate>
		<dc:creator>Tom Johnson</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[Screencasting]]></category>
		<category><![CDATA[Technical Writing]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[video tutorials]]></category>
		<category><![CDATA[videos]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://www.idratherbewriting.com/?p=3916</guid>
		<description><![CDATA[With all the talk about latest trends and avoiding extinction as communicators, and integrating web 2.0 and wikis, blogs, podcasts, and other interactive social media into help, it&#8217;s a good time to look at how Google &#8212; practically the leader of the web &#8212; does help. Last week Google released Google Voice, a service that allows you to integrate all your phones into one number ... <a href="http://idratherbewriting.com/2009/06/27/how-google-does-help/">more &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>With all the talk about latest trends and avoiding extinction as communicators, and integrating web 2.0 and wikis, blogs, podcasts, and other interactive social media into help, it&#8217;s a good time to look at how Google &#8212; practically the leader of the web &#8212; does help.</p>
<p>Last week Google released <a href="http://google.com/voice">Google Voice</a>, a service that allows you to integrate all your phones into one number and includes a host of features, including voice mail, recording, conference calling, and other services.</p>
<p>To help users get started, Google Voice has a list of <a href="http://www.google.com/googlevoice/about.html">20 short videos</a>. Only the <a href="http://www.google.com/googlevoice/about.html">overview video</a> contains animation. It&#8217;s certainly the video they&#8217;ve put the most work into, and it also functions as marketing collateral.</p>
<p><iframe title="YouTube video player" class="youtube-player" type="text/html" width="425" height="344" src="http://www.youtube.com/embed/m4Q9MJdT5Ds" frameborder="0" allowFullScreen="true"> </iframe></p>
<p>The other videos are fairly simple, with short looping background music, professional voice talent, and a read script. The defining quality is that each video is short, some as short as 25 seconds. <span id="more-3916"></span></p>
<p>The videos aren&#8217;t integrated with the text help. So if you don&#8217;t feel like watching videos, you can&#8217;t easily read the same topic. Google Voice does have help text, but it&#8217;s <a href="http://www.google.com/support/voice/">on another page</a>, only linked to from the videos with a tiny, hardly noticeable help link in the footer. It&#8217;s almost like one group produced text, another produced help, and they published them independently.</p>
<p>The video windows are small, under 500&#215;500 pixels. The small video window allow you to easily move from one video to the next without losing your place in the site. If you click outside of the window, the window doesn&#8217;t automatically minimize, which is nice. You have to close the pop-up window to go back to the list of videos.</p>
<p>All the videos are pulled in from Youtube, so they&#8217;re shareable. After one video ends, you see a list of related videos, but the related videos aren&#8217;t other Google Voice videos. Instead they are other Google services. So the related videos somewhat fail if you&#8217;re trying to learn more about Google Voice.</p>
<p>You can&#8217;t comment on the videos, or upload your own, or do anything other than watch them. Unlike the Michael Pick videos on <a href="http://wordpress.tv">WordPress.tv</a>, Google&#8217;s videos are somewhat boring. Except for the overview video, which contains an animated stick figure, they lack a sense of being cool. They feel a bit corporate.</p>
<p>Similar to the length of the videos, the help content is also short and to the point, but the help topics are too text-heavy, with almost no illustrations, diagrams, or screenshots. The pages are embedded on the web, and navigating the topics is somewhat tedious. A search field appears at the top of the help, but if you search for the word &#8220;videos,&#8221; nothing appears.</p>
<p>Glaringly absent is any printable manual. You can print a single page, but not a group of pages in a PDF manual format. Additionally, Google does not provide any kind of quick reference guide to get started.</p>
<p>You can&#8217;t comment below the help topics, but there is a forum. The forum allows you to be notified by email and see the most popular discussions. You can also read a <a href="http://googlevoiceblog.blogspot.com/" target="_blank">Google Voice blog</a>, but the blog, like the help and the videos, isn&#8217;t well integrated with the rest of the help materials. It somewhat lives on its own. Google&#8217;s blog also takes the backward position of disallowing comments and only allows linkbacks to the posts.</p>
<p>One interesting characteristic of Google Voice help is a lack of parallelism in the topics. Here&#8217;s a list of video topics:</p>
<ul>
<li><a href="http://www.google.com/googlevoice/about.html">Call screening</a> &#8211; Announce and screen callers</li>
<li><a href="http://www.google.com/googlevoice/about.html">Listen in</a> &#8211; Listen before taking a call</li>
<li><a href="http://www.google.com/googlevoice/about.html">Block calls</a> &#8211; Keep unwanted callers at bay</li>
<li><a href="http://www.google.com/googlevoice/about.html">SMS</a> &#8211; Send, receive, and store SMS</li>
<li><a href="http://www.google.com/googlevoice/about.html">Place calls</a> &#8211; Call US numbers for free</li>
<li><a href="http://www.google.com/googlevoice/about.html">Taking calls</a> &#8211; Answer on any of your phones</li>
<li><a href="http://www.google.com/googlevoice/about.html">Phone routing</a> &#8211; Phones ring based on who calls</li>
<li><a href="http://www.google.com/googlevoice/about.html">Forwarding phones</a> &#8211; Add phones and decide which ring</li>
</ul>
<p>The help topic titles are similarly unparallel. Usually help contains all verbs or nouns in a more parallel list.</p>
<h3>My Analysis</h3>
<p>Google puts a lot of effort in the overview video. That&#8217;s a smart move. When people want to learn about Google Voice, the overview video communicates the service in a catchy way, with more of Google&#8217;s branding. This video is probably watched thousands of times (a lot more than any other video), so it makes sense to go to the effort of including animation.</p>
<p>What I don&#8217;t like about Google&#8217;s help is the lack of integration between the video and help content. Not every topic deserves a video. Many times I&#8217;d rather read the help. And sometimes I&#8217;d rather watch a video. Separating the two formats so strongly is a poor usability move. The forum and blog also need to be more closely integrated with the other help materials.</p>
<p>Additionally, the lack of any printed manual makes me think Google has no single sourcing strategy. The help content is probably just written as regular text on each page. I would have appreciated the opportunity to print a quick reference guide or short manual, only because reading on the web is a nonlinear experience, and moving from one topic to another without any logical sequence can be tiring.</p>
<p>I also think Google chose the wrong voice for its videos. Google is playful, young, and irreverent. But the voice they chose is professional, corporate, scripted, and somewhat ordinary.</p>
<p>I&#8217;ve been thinking a lot about voice in videos. Professional voice talent is not necessarily engaging. It sounds professional, but a professional voice isn&#8217;t always what users want, even if it&#8217;s what they expect. Users want a voice that is friendly, engaging, conversational, and real. I wouldn&#8217;t even mind it to be a bit spontaneous.<br />
<h2>Blog Sponsors</h2>
<ul>
<li><a href="http://webworks.com">Webworks ePublisher</a></li>
<li><a href="http://scriptorium.com">Scriptorium</a></li>
<li><a href="http://www.helpgenerator.com">Help Generator help authoring software</a></li>
<li><a href="http://idc.spsu.edu">Southern Polytechnic: Information Design and Communication</a></li>
<li><a href="http://simplifiedenglish.net">Simplified English</a></li>
<li><a href="http://info.mindtouch.com/irbw/tcs-custom-tour?persona=content">MindTouch</a></li>
<li><a href="http://www.madcapsoftware.com/products/madpak/overview.aspx?utm_source=IdRatherBeWriting&#038;utm_medium=Banner&#038;utm_campaign=MadPak"</a>Madcap Software</a></li>
<li><a href="http://www.drexplain.com/">Dr.Explain</a> </li>
<li><a href="http://www.adobe.com/products/technicalcommunicationsuite/try.html?sdid=ITRSO">Adobe Technical Communication Suite</a></li>
<li><a href="http://www.congree.com/en/download-congree-personal-edition.aspx">Congree</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://idratherbewriting.com/2009/06/27/how-google-does-help/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Google Voice</title>
		<link>http://idratherbewriting.com/2009/06/25/google-voice/</link>
		<comments>http://idratherbewriting.com/2009/06/25/google-voice/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 20:01:02 +0000</pubDate>
		<dc:creator>Tom Johnson</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Notes]]></category>
		<category><![CDATA[Screencasting]]></category>
		<category><![CDATA[video tutorials]]></category>

		<guid isPermaLink="false">http://www.idratherbewriting.com/?p=3903</guid>
		<description><![CDATA[Google Voice. The help content for Google Voice is pretty cool &#8212; just a list of basic tasks (about 20) with short instructional video clips. I don&#8217;t know why the scripts to the video tutorials aren&#8217;t made available, but it&#8217;s a good example of how to do video tutorials for help content. Usually Google knows what it&#8217;s doing, too. Blog Sponsors Webworks ePublisher Scriptorium Help ... <a href="http://idratherbewriting.com/2009/06/25/google-voice/">more &#187;</a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.google.com/googlevoice/about.html#">Google Voice</a>. The help content for Google Voice is pretty cool &#8212; just a list of basic tasks (about 20) with short instructional video clips. I don&#8217;t know why the scripts to the video tutorials aren&#8217;t made available, but it&#8217;s a good example of how to do video tutorials for help content. Usually Google knows what it&#8217;s doing, too.<br />
<h2>Blog Sponsors</h2>
<ul>
<li><a href="http://webworks.com">Webworks ePublisher</a></li>
<li><a href="http://scriptorium.com">Scriptorium</a></li>
<li><a href="http://www.helpgenerator.com">Help Generator help authoring software</a></li>
<li><a href="http://idc.spsu.edu">Southern Polytechnic: Information Design and Communication</a></li>
<li><a href="http://simplifiedenglish.net">Simplified English</a></li>
<li><a href="http://info.mindtouch.com/irbw/tcs-custom-tour?persona=content">MindTouch</a></li>
<li><a href="http://www.madcapsoftware.com/products/madpak/overview.aspx?utm_source=IdRatherBeWriting&#038;utm_medium=Banner&#038;utm_campaign=MadPak"</a>Madcap Software</a></li>
<li><a href="http://www.drexplain.com/">Dr.Explain</a> </li>
<li><a href="http://www.adobe.com/products/technicalcommunicationsuite/try.html?sdid=ITRSO">Adobe Technical Communication Suite</a></li>
<li><a href="http://www.congree.com/en/download-congree-personal-edition.aspx">Congree</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://idratherbewriting.com/2009/06/25/google-voice/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Quick Tips for Google Reader Power Users</title>
		<link>http://idratherbewriting.com/2009/06/01/quick-tips-for-google-reader-power-users/</link>
		<comments>http://idratherbewriting.com/2009/06/01/quick-tips-for-google-reader-power-users/#comments</comments>
		<pubDate>Mon, 01 Jun 2009 14:54:03 +0000</pubDate>
		<dc:creator>Tom Johnson</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Reader]]></category>
		<category><![CDATA[information overload]]></category>
		<category><![CDATA[Notes]]></category>
		<category><![CDATA[RSS]]></category>

		<guid isPermaLink="false">http://writerriver.com/?p=1188</guid>
		<description><![CDATA[Quick Tips for Google Reader Power Users. Blog Sponsors Webworks ePublisher Scriptorium Help Generator help authoring software Southern Polytechnic: Information Design and Communication Simplified English MindTouch]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.quickonlinetips.com/archives/2007/02/quick-tips-for-google-reader-power-users/#comment-730002">Quick Tips for Google Reader Power Users</a>.<br />
<h2>Blog Sponsors</h2>
<ul>
<li><a href="http://webworks.com">Webworks ePublisher</a></li>
<li><a href="http://scriptorium.com">Scriptorium</a></li>
<li><a href="http://www.helpgenerator.com">Help Generator help authoring software</a></li>
<li><a href="http://idc.spsu.edu">Southern Polytechnic: Information Design and Communication</a></li>
<li><a href="http://simplifiedenglish.net">Simplified English</a></li>
<li><a href="http://info.mindtouch.com/irbw/tcs-custom-tour?persona=content">MindTouch</a></li>
<li><a href="http://www.madcapsoftware.com/products/madpak/overview.aspx?utm_source=IdRatherBeWriting&#038;utm_medium=Banner&#038;utm_campaign=MadPak"</a>Madcap Software</a></li>
<li><a href="http://www.drexplain.com/">Dr.Explain</a> </li>
<li><a href="http://www.adobe.com/products/technicalcommunicationsuite/try.html?sdid=ITRSO">Adobe Technical Communication Suite</a></li>
<li><a href="http://www.congree.com/en/download-congree-personal-edition.aspx">Congree</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://idratherbewriting.com/2009/06/01/quick-tips-for-google-reader-power-users/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SEO Tips for Your Blog &#8212; Wordcamp Utah</title>
		<link>http://idratherbewriting.com/2008/09/27/seo-tips-for-your-blog-wordcamp-utah/</link>
		<comments>http://idratherbewriting.com/2008/09/27/seo-tips-for-your-blog-wordcamp-utah/#comments</comments>
		<pubDate>Sat, 27 Sep 2008 22:40:09 +0000</pubDate>
		<dc:creator>Tom Johnson</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[ash buckles]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[search engine optimization]]></category>
		<category><![CDATA[search results]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Technical Writing]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[wordcamp utah]]></category>

		<guid isPermaLink="false">http://www.idratherbewriting.com/?p=2034</guid>
		<description><![CDATA[Ash Buckles presented on &#8220;SEO tips for Your Blog&#8221; at Wordcamp Utah. Here are my notes from Ash&#8217;s presentation. Strategy and Purpose Ash says, You need a strategy with search engine optimization (SEO); otherwise you&#8217;re just pinging content all over the place. Everyone has an agenda, a strategy, or a reason – or should. If you don&#8217;t have a reason, you should shut your blog ... <a href="http://idratherbewriting.com/2008/09/27/seo-tips-for-your-blog-wordcamp-utah/">more &#187;</a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://ashbuckles.com">Ash Buckles</a> presented on &#8220;SEO tips for Your Blog&#8221; at Wordcamp Utah. Here are my notes from Ash&#8217;s presentation.</p>
<h3>Strategy and Purpose</h3>
<p>Ash says, You need a strategy with search engine optimization (SEO); otherwise you&#8217;re just pinging content all over the place. Everyone has an agenda, a strategy, or a reason – or <em>should</em>. If you don&#8217;t have a reason, you should shut your blog down and walk away.</p>
<p>(He later took some criticism for this comment.)</p>
<p><span id="more-2034"></span></p>
<h3>Links</h3>
<ul>
<li>Include internal links to your content so search engines can better find your posts.</li>
<li>User permalinks in your titles.</li>
<li>Include a XML sitemap on your blog.</li>
<li>Include a call to action in posts (e.g., remind users to take the next step, such as to buy your book).</li>
</ul>
<h3>Content</h3>
<ul>
<li>You don&#8217;t need a ton of content on your posts (300 to 700 words is fine), but avoid posts shorter than that. You can&#8217;t create a call to action based on a single paragraph. If you run out of words, cover the journalistic Who-What-When-Why-Where.</li>
<li>Ensure keyword density in your posts. Use keywords in your title and content. (He didn&#8217;t mention much about placement, but I&#8217;d say definitely include keywords in the title and first paragraph.)</li>
<li>Focus your posts on how to solve a problem.</li>
<li>Hone your copywriting skills. You need to lead a reader down a path gracefully.</li>
</ul>
<h3>Search Engine Marketing</h3>
<ul>
<li>Create link bait with your content (make it enticing for others to link back to you).</li>
<li>Keep linkbacks varied. Google is suspicious about linkbacks that all have the same anchor text.</li>
<li>The more linkbacks you have, the greater SEO.</li>
<li>Add comments on other blogs.</li>
<li>Partner with other bloggers, such as by going to events such as Wordcamp.</li>
<li>Write guest posts (this can introduce you to a new audience).</li>
<li>Add your URL to blog directories.</li>
<li>Send your latest post links across Twitter. (Ash uses Twitter to follow links more than Google Reader.)</li>
</ul>
<h3>Recommended Plugins</h3>
<ul>
<li>Akismet, All in One SEO Pack, Comment Luv, Contextual Related Posts, DoFollow, Easy Inline SWF, Easy Tube, FeedBurner, FeedSmith, flickrRSS, Google Analytics, Google XML Sitemaps, Keyword Luv, Make Clickable, Rewtweet, SEO Post Link, ShareThis, Subscribe to Comments, Twitter Tools, What Would Seth Godin Do, WordPress Mobile Edition, WP Auto Tagger, SEO slugs</li>
</ul>
<h3>Tips</h3>
<ul>
<li>Avoid static links that are spread across every page of your site, such as a blogroll. Google looks at these types of links suspiciously. Put your blogroll on just one page. (This is the first time I&#8217;ve heard this advice.)</li>
<li>Avoid duplicate content. The content duplicated between your category archives and your single posts is undesirable. Ash recommends using excerpts or titles on your category page instead.</li>
<li>Avoid thinking instead of doing. Don&#8217;t sit around contemplating hypotheticals all day.</li>
</ul>
<p>Ash asked people to submit questions via Twitter. Interesting social phenomenon &#8212; he received tons of questions, but people felt free to heckle him playfully with tweets.</p>
]]></content:encoded>
			<wfw:commentRss>http://idratherbewriting.com/2008/09/27/seo-tips-for-your-blog-wordcamp-utah/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Zoho: The Little Engine That Could (Take on Both Microsoft and Google) &#8211; ReadWriteWeb</title>
		<link>http://idratherbewriting.com/2008/09/22/zoho-the-little-engine-that-could-take-on-both-microsoft-and-google-readwriteweb/</link>
		<comments>http://idratherbewriting.com/2008/09/22/zoho-the-little-engine-that-could-take-on-both-microsoft-and-google-readwriteweb/#comments</comments>
		<pubDate>Mon, 22 Sep 2008 19:22:41 +0000</pubDate>
		<dc:creator>Tom Johnson</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Notes]]></category>
		<category><![CDATA[zoho]]></category>

		<guid isPermaLink="false">http://writerriver.com/2008/09/22/zoho-the-little-engine-that-could-take-on-both-microsoft-and-google-readwriteweb/</guid>
		<description><![CDATA[Zoho: The Little Engine That Could (Take on Both Microsoft and Google) &#8211; ReadWriteWeb. Hat tip: Thanks to Sarah O&#8217;Keefe for pointing out this article.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.readwriteweb.com/archives/zoho_the_little_engine_that_could.php">Zoho: The Little Engine That Could (Take on Both Microsoft and Google) &#8211; ReadWriteWeb</a>. Hat tip: Thanks to Sarah O&#8217;Keefe for pointing out this article.</p>
]]></content:encoded>
			<wfw:commentRss>http://idratherbewriting.com/2008/09/22/zoho-the-little-engine-that-could-take-on-both-microsoft-and-google-readwriteweb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Technical Writing at Google &#124; Shanghai Tech Writer</title>
		<link>http://idratherbewriting.com/2008/09/08/technical-writing-at-google-shanghai-tech-writer/</link>
		<comments>http://idratherbewriting.com/2008/09/08/technical-writing-at-google-shanghai-tech-writer/#comments</comments>
		<pubDate>Mon, 08 Sep 2008 16:23:33 +0000</pubDate>
		<dc:creator>Tom Johnson</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Notes]]></category>

		<guid isPermaLink="false">http://writerriver.com/2008/09/08/technical-writing-at-google-shanghai-tech-writer/</guid>
		<description><![CDATA[Technical Writing at Google &#124; Shanghai Tech Writer.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.shanghaitechwriter.com/2008/09/09/technical-writing-at-google/">Technical Writing at Google | Shanghai Tech Writer</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://idratherbewriting.com/2008/09/08/technical-writing-at-google-shanghai-tech-writer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

