<?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>dotCULT.com - Blogging about Internet Culture</title>
	<atom:link href="http://www.dotcult.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.dotcult.com</link>
	<description>Ryan Jones Blogs About Internet Culture, Marketing, SEO, &#38; Social Media</description>
	<lastBuildDate>Thu, 26 Aug 2010 04:05:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>SEO Guide To Microformats</title>
		<link>http://www.dotcult.com/seo-guide-to-microformats</link>
		<comments>http://www.dotcult.com/seo-guide-to-microformats#comments</comments>
		<pubDate>Thu, 26 Aug 2010 04:05:55 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Main]]></category>

		<guid isPermaLink="false">http://www.dotcult.com/?p=1145</guid>
		<description><![CDATA[What exactly are microformats and how can they help my SEO? If you&#8217;re like many SEOs or developers I know, you&#8217;ve probably heard some talk about microformats, but you&#8217;ve probably got some questions. You may remember an old blog post of mine where I lamented that nobody really supports hCard. Thankfully the day has finally [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.dotcult.com%2Fseo-guide-to-microformats"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.dotcult.com%2Fseo-guide-to-microformats" height="61" width="51" /></a></div><p>What exactly are microformats and how can they help my SEO?  If you&#8217;re like many SEOs or developers I know, you&#8217;ve probably heard some talk about microformats, but you&#8217;ve probably got some questions.  </p>
<p>You may remember an old blog post of mine where I <a href="http://www.dotcult.com/who-supports-hcard-anyone-bueller">lamented that nobody really supports hCard</a>.  Thankfully the day has finally come where sites <em>are</em> supporting hCard, but it&#8217;s not because of my previous bitching.  It&#8217;s because of SEO and search engines.</p>
<p>Sometime last year, Google <a href="http://googlewebmastercentral.blogspot.com/2009/05/introducing-rich-snippets.html" target="_blank">announced</a> what they call &#8220;rich snippets&#8221;.  Rich snippets are Google&#8217;s way of presenting more useful information from your site right in the search results snippet.  They look something like this:</p>
<p><img src="http://www.dotcult.com/wordpress/wp-content/uploads/2010/08/09-5-10-drooling-dog-snippet-metadata-circled-300x46.png" alt="" title="09-5-10 drooling dog snippet metadata circled" width="300" height="46" class="aligncenter size-medium wp-image-1146" /></p>
<p>Shortly after we started seeing them in search results for sites like Yelp and Linkedin.  Then, at SMX advanced in Seattle, Google let it be known that they&#8217;d soon be rolling out rich snippets across all websites whenever the algorithm decided that they would be useful.  This is very similar to how they treated site links.</p>
<p>This is great news!  Since preliminary studies have shown that things like rich snippets increase click throughs, the obvious question becomes &#8220;how the heck can I get them on my site?&#8221;</p>
<p><b>Microformats are the answer</b>.  Now, before you go thinking &#8220;oh great, I&#8217;ve got to learn another programming language, I&#8217;m still struggling with jQuery&#8221; you can relax.  Implementing microformats is simple &#8211; and it&#8217;s all done with HTML that you already know.</p>
<p>While there are several types of microformats, Google currently only supports 6 major ones.  Those are:</p>
<ol>
<li>hcard &#8211; for marking up business card or profile information</li>
<li>hReview &#8211; for dealing with individual user reviews</li>
<li>hReview-aggregate &#8211; basically a summary of hReviews (think, overall or average rating)</li>
<li>hProduct &#8211; for marking up products, prices, and all things e-commerce</li>
<li>hCalendar  &#8211; pretty self explanatory, dates and appointments</li>
<li>hRecipe &#8211; also pretty explanatory. Recipes and ingredients</li>
</ol>
<p>If your site deals with any of those categories, you should explore the possibilities of using microformats.  There&#8217;s a great guide over a <a href="http://microformats.org" target="_blank">Microformats.org</a> (which I won&#8217;t copy here, so go take a look when you&#8217;re done reading) but when it comes down to it, implementation is as simple as tagging your content with classes.</p>
<p>Here&#8217;s an example.  Instead of just typing Name: Ryan Jones   the hCard way to do this would be:<br />
&lt;span class=&#8221;fname&#8221; &gt;Ryan Jones&lt;/span&gt; </p>
<p>This tells Google, or anybody else for that matter, that my &#8220;full name&#8221; is &#8220;Ryan Jones.&#8221;  I can use the same style markup on my phone number, address, email, picture, homepage URL, and even nickname.</p>
<p><b>So what are the SEO benefits?</b>  Let&#8217;s look at an example.</p>
<p>Here&#8217;s 2 search results from LinkedIn. One has microformats, the other doesn&#8217;t.  Which one do you think is more useful?  Which one are you more likely to click?</p>
<p>Without Rich Snippet (no microformats)<br />
<img src="http://www.dotcult.com/wordpress/wp-content/uploads/2010/08/oldlinkedin.png" alt="" title="oldlinkedin" width="450" class="aligncenter size-full wp-image-1147" /></p>
<p>With Rich Snippet (has microformats)<br />
<img src="http://www.dotcult.com/wordpress/wp-content/uploads/2010/08/linkedin.png" alt="" title="linkedin" width="450" height="101" class="aligncenter size-full wp-image-1148" /></p>
<p>The 2nd snippet here not only looks better, but it&#8217;s way less ambiguous than the first one &#8211; especially since there&#8217;s at least 25 Ryan Jones&#8217;s on LinkedIn.  It goes beyond the generic LinkedIn META description and pulls in basic information. In this case, it tells you I&#8217;m from the Detroit area and that I work at ZAAZ.  </p>
<p>The difference is even more astounding when you look at something with reviews.  Let&#8217;s look at a rich snippet that uses both hReviews AND hRecipe.</p>
<p>Which of the following results would you be more tempted to click on?<br />
<img src="http://www.dotcult.com/wordpress/wp-content/uploads/2010/08/Screen-shot-2010-08-25-at-11.57.13-PM.png" alt="" title="Screen shot 2010-08-25 at 11.57.13 PM" width="450" class="aligncenter size-full wp-image-1154" /></p>
<p>Here, ThaiTable out ranks FoodNetwork for the query &#8220;pad thai&#8221; &#8211; but I&#8217;d be willing to bet that FoodNetwork.com is getting more traffic from Google for this query.</p>
<p><b>Ok, I&#8217;ve tagged my site, can I test it?</b>  Yes!  Google webmaster tools offers a <a href="http://www.google.com/webmasters/tools/richsnippets?url=http%3A%2F%2Fwww.ryanmjones.com&#038;view=">Rich Snippet Tool</a> that will not only show you a preview of your site&#8217;s rich snippet, but it also tells you what information Google sees available.</p>
<p>Microformats may not directly increase your search engine rankings, but they can still be a vital part of your SEO strategy.  Ranking on page 1 of Google isn&#8217;t all there is to SEO &#8211; you&#8217;ve still got to entice the searcher to click.  Rich snippets may be just thing to do that.</p>
<p>Go ahead, give &#8216;em a try.  I&#8217;d love to hear your success stories here in the comments.</p>
<a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://www.dotcult.com/seo-guide-to-microformats&title=SEO+Guide+To+Microformats&srcURL=http://www.dotcult.com" target="_blank" rel="nofollow"><img
src="http://www.dotcult.com/wordpress/wp-content/plugins/google-buzz-button/images/google-buzz.png" alt="Google Buzz" /></a>]]></content:encoded>
			<wfw:commentRss>http://www.dotcult.com/seo-guide-to-microformats/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Applying Logic to SEO:  Historical Clicks</title>
		<link>http://www.dotcult.com/applying-logic-to-seo-historical-clicks</link>
		<comments>http://www.dotcult.com/applying-logic-to-seo-historical-clicks#comments</comments>
		<pubDate>Tue, 24 Aug 2010 14:33:11 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Main]]></category>

		<guid isPermaLink="false">http://www.dotcult.com/?p=1139</guid>
		<description><![CDATA[Today we continue my SEO&#8217;s believe some crazy shit series. A few days ago we looked at whether or not google analytics affects SEO. Today I want to shift gears a bit. Several years ago a colleague of mine interviewed a candidate for an SEO position who recommended paying people in other cities to search [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.dotcult.com%2Fapplying-logic-to-seo-historical-clicks"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.dotcult.com%2Fapplying-logic-to-seo-historical-clicks" height="61" width="51" /></a></div><p><img src="http://www.dotcult.com/wordpress/wp-content/uploads/2010/08/mouse-click.jpg" alt="" title="mouse-click" width="266" height="300" class="aligncenter size-full wp-image-1142" /></p>
<p>Today we continue my <a href="http://www.dotcult.com/seos-believe-some-crazy-shit">SEO&#8217;s believe some crazy shit</a> series.  A few days ago we looked at <a href="http://www.dotcult.com/does-google-analytics-affect-seo">whether or not google analytics affects SEO</a>.  Today I want to shift gears a bit.</p>
<p>Several years ago a colleague of mine interviewed a candidate for an SEO position who recommended paying people in other cities to search for your term and then click on your site. He said a good policy would be to make employees do this whenever they&#8217;re out of town as well.  He attempted to back up his claims by referencing the fact that Google tracks historical click data, but was eventually thanked for his time.</p>
<p>Now, I know what you&#8217;re thinking. Yes, it IS true that Google may use SERP click data.  They even filed a <a href="http://appft1.uspto.gov/netacgi/nph-Parser?Sect1=PTO1&#038;Sect2=HITOFF&#038;d=PG01&#038;p=1&#038;u=%2Fnetahtml%2FPTO%2Fsrchnum.html&#038;r=1&#038;f=G&#038;l=50&#038;s1=%2220050071741%22.PGNR.&#038;OS=DN/20050071741&#038;RS=DN/20050071741" target="_blank">patent</a> on doing it (If you&#8217;re too lazy to read the patent, SEOmoz has a nice <a href="http://www.seomoz.org/article/google-historical-data-patent#ctrdata" target="_blank">write up</a> of it.)  </p>
<p>Before we freak out and start creating Mechanical Turk jobs to click on our results, let&#8217;s apply some computer science logic to this.</p>
<p>IF Google used what results you clicked on as a major factor in their SEO algorithm, what would happen?  It would start a completely self serving cycle.  The results already on the front page would get more clicks, and rank higher &#8211; getting them even more clicks!  It&#8217;d be a vicious cycle.  Sure, you could introduce some randomness to it, but where would you pull those random results from?</p>
<p>You couldn&#8217;t just throw completely random results at the front page and let the click history sort it out.  The top 5 results would get clicks regardless of what was there, and the overall search quality would be terrible.  So IF you wanted to do the randomness to prevent the above cycle, you&#8217;d have to pull from somewhere.  The most likely place would be the results on page 2.</p>
<p>But what factors determine the results on page 2?  You can&#8217;t use click data here, as results after page 1 get very few clicks &#8211; so you&#8217;re back to links and on page elements.</p>
<p>And that&#8217;s the point I&#8217;m trying to make: <b>Even if Google uses historical click data in ranking, links and content are still way more important.</b>  In fact, if your links and content aren&#8217;t up to snuff, click-rate won&#8217;t make one bit of difference.</p>
<p>My advice: Don&#8217;t worry about click rate, site speed, or other minor factors.  They won&#8217;t matter unless your site already ranks well &#8211; and that&#8217;s the goal you should be focused on.</p>
<a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://www.dotcult.com/applying-logic-to-seo-historical-clicks&title=Applying+Logic+to+SEO:++Historical+Clicks&srcURL=http://www.dotcult.com" target="_blank" rel="nofollow"><img
src="http://www.dotcult.com/wordpress/wp-content/plugins/google-buzz-button/images/google-buzz.png" alt="Google Buzz" /></a>]]></content:encoded>
			<wfw:commentRss>http://www.dotcult.com/applying-logic-to-seo-historical-clicks/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Does Google Analytics Affect SEO?</title>
		<link>http://www.dotcult.com/does-google-analytics-affect-seo</link>
		<comments>http://www.dotcult.com/does-google-analytics-affect-seo#comments</comments>
		<pubDate>Thu, 19 Aug 2010 15:48:27 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Main]]></category>

		<guid isPermaLink="false">http://www.dotcult.com/?p=1127</guid>
		<description><![CDATA[Raise your hand if you believe that using Google Analytics can affect your site&#8217;s SEO rankings. Now raise your other hand if you believe Google Adwords also affects your SEO. If you&#8217;ve got both hands in the air keep them that way, as having your hands off of the keyboard is probably the best SEO [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.dotcult.com%2Fdoes-google-analytics-affect-seo"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.dotcult.com%2Fdoes-google-analytics-affect-seo" height="61" width="51" /></a></div><p><a href="http://www.dotcult.com/wordpress/wp-content/uploads/2010/08/Google-AJAX-Visits-By-Rank.png"><img src="http://www.dotcult.com/wordpress/wp-content/uploads/2010/08/Google-AJAX-Visits-By-Rank-300x197.png" alt="" title="Google Visits By Rank" width="300" height="197" class="aligncenter size-medium wp-image-1128" /></a></p>
<p>Raise your hand if you believe that using Google Analytics can affect your site&#8217;s SEO rankings.  Now raise your other hand if you believe Google Adwords also affects your SEO.</p>
<p>If you&#8217;ve got both hands in the air keep them that way, as having your hands off of the keyboard is probably the best SEO strategy for your website right now.</p>
<p>I had been under the impression that <a rel="nofollow" href="http://twitter.com/mattcutts" target="_blank">Matt Cutts</a> put this myth to rest several times (see video below) however some recent <a rel="nofollow" href="http://www.blackhatworld.com/blackhat-seo/black-hat-seo/227352-google-dance-will-you-survive.html#post2020100" target="_blank">forum threads</a> make it hard to maintain faith about the general public&#8217;s SEO opinion. It&#8217;s not just SEOs either. I&#8217;ve seen this level of thinking with fortune 500 clients as well. In fact, I&#8217;ve even seen some analytics platforms use the &#8220;don&#8217;t share your data with google&#8221; angle in their sales pitches. By the way, if you clicked that link I know what you&#8217;re thinking and yes, I read black hat forums.  Is there something wrong with that?</p>
<p>Sadly, (and chime in if you can think of one) there&#8217;s no proper controlled way to test this.  Since we can&#8217;t scientifically prove that Analytics has no effect on SEO, there&#8217;s only a couple of ways we can look at this.</p>
<p><b>1.  We can take Google&#8217;s word for it</b></p>
<p><object width="350"><param name="movie" value="http://www.youtube.com/v/LLmO1GE4GvI?fs=1&amp;hl=en_US"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/LLmO1GE4GvI?fs=1&amp;hl=en_US" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="350"></embed></object></p>
<p>That&#8217;s well and good, but I know exactly what people like Graywolf are going to say here.  &#8220;Why would Google tell you the truth if they did use it?  Wouldn&#8217;t that just get you to stop using their products?&#8221;  And I agree.  If you already believe it&#8217;s a conspiracy, taking the conspirator&#8217;s word for it doesn&#8217;t help much.  It&#8217;s like trying to use the bible to prove God exists.  Let&#8217;s move on.</p>
<p><b>2.  We can look at anecdotal evidence</b></p>
<p>People have been claiming ill effects after installing GA for years on <a target ="_blank" href="http://www.webmasterworld.com/google/3248965.htm">webmaster world</a>.  But does that make it so, or is it simply a timing or correlation/causation mistake? We&#8217;ll never know because webmaster world doesn&#8217;t let you list sites for examples, but I&#8217;d be willing to bet I can look at any site claiming this and come up with other non GA reasons why the rankings are down.</p>
<p>I&#8217;ve been debating this whole post whether or not I want to out some spammy sites, and I&#8217;ve decided against it &#8211; however for every claim that GA is affecting rank I can name several examples of sites that rank #1 for competitive terms, are pretty spammy in quality, have been ranking #1 for years, and use Google analytics.  I could even name a couple of my own sites that fall into this category (I mean come on, who doesn&#8217;t test and experiment right?)</p>
<p>So anecdotal evidence didn&#8217;t provide much help.  I can find some for and some against, but that&#8217;s exactly what I expected to find &#8211; since if all the anecdotal evidence said the same thing we probably wouldn&#8217;t even be asking the question to begin with.</p>
<p><b>3.  We could look at things from Google&#8217;s point of view.</b><br />
<a href="http://www.dotcult.com/wordpress/wp-content/uploads/2010/08/googlebot-view.gif"><img src="http://www.dotcult.com/wordpress/wp-content/uploads/2010/08/googlebot-view.gif" alt="" title="googlebot-view" width="300" height="204" class="aligncenter size-full wp-image-1130" /></a></p>
<p>When all else fails, this is usually the best bet.  WWGD?  (site note: maybe I should start selling WWGD wristbands)  Whenever I&#8217;m in doubt about something in SEO I put on my software engineer hat and think of things from Google&#8217;s point of view.  To me, it wouldn&#8217;t make sense to use Google Analytics data in rankings. There&#8217;s several reasons for this.</p>
<p><b>Google doesn&#8217;t need to use your analytics data, their index contains most of it anyway.</b>  Think about it.  What can google get from your Analytics account that a good index of the web wouldn&#8217;t already tell you?  They know about all of your pages, they know what sites link to your pages, they know how many clicks you get from search, and they know what keywords you rank for.  They also know all of this about all of the sites linking to you.  Sure there&#8217;s other data they can get from analtyics like paths, funnels, conversion rates, etc &#8211; but none of those things really make sense to use in rankings.  Think about it, how would what the visitor does once they&#8217;re on your site affect whether or not your site is relevant for a term?  It wouldn&#8217;t!</p>
<p>So just looking at their search index, with a little recursion Google can get all the ranking relevant information without needing analytics &#8211; so why use it?  From an engineering perspective it would be both slower AND more complex to do so.  Plus, what would happen if they ever discontinued analytics? The search engine wouldn&#8217;t work without it &#8211; and that type of dependency doesn&#8217;t fit the Google model of scalable thinking.</p>
<p><b>It would also be a PR nightmare</b>.<br />
Think about what would happen if word got out that they DID in fact use analytics data?  Danny Sullivan would be all over it, Privacy groups would be up in arms, the EFF and ACLU would file lawsuits, the Times would run a front page article, Jesse Jackson would hold a prayer vigil, Graywolf and Pageoneresults would be screaming &#8220;I told you so&#8221;,  and that would bring about the twitter fail whale.  They&#8217;d never live down the bad PR. </p>
<p>If you don&#8217;t think Google takes these things into consideration, perhaps it&#8217;s best you raise your hands up in the air too.</p>
<p><!-- http://twitter.com/dancristo/statuses/21583272282 --><br />
<style type='text/css'>.bbpBox21583272282 {background:url(http://a1.twimg.com/profile_background_images/94606720/fluttrsbg.jpg) #022330;padding:20px;} p.bbpTweet{background:#fff;padding:10px 12px 10px 12px;margin:0;min-height:48px;color:#000;font-size:18px !important;line-height:22px;-moz-border-radius:5px;-webkit-border-radius:5px} p.bbpTweet span.metadata{display:block;width:100%;clear:both;margin-top:8px;padding-top:12px;height:40px;border-top:1px solid #fff;border-top:1px solid #e6e6e6} p.bbpTweet span.metadata span.author{line-height:19px} p.bbpTweet span.metadata span.author img{float:left;margin:0 7px 0 0px;width:38px;height:38px} p.bbpTweet a:hover{text-decoration:underline}p.bbpTweet span.timestamp{font-size:12px;display:block}</style>
<div class='bbpBox21583272282'>
<p class='bbpTweet'>@<a class="tweet-url username" href="http://twitter.com/RyanJones" rel="nofollow">RyanJones</a> haha. The same people raised their hands when asked if they think Adwords affects rankings.<span class='timestamp'><a title='Thu Aug 19 14:51:53 +0000 2010' href='http://twitter.com/dancristo/statuses/21583272282'>less than a minute ago</a> via <a href="http://twitterrific.com" rel="nofollow">Twitterrific</a></span><span class='metadata'><span class='author'><a href='http://twitter.com/dancristo'><img src='http://a0.twimg.com/profile_images/691462948/me-headshot_normal.jpg' /></a><strong><a href='http://twitter.com/dancristo'>dancristo</a></strong><br/>dancristo</span></span></p>
</div>
<p> <!-- end of tweet --></p>
<a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://www.dotcult.com/does-google-analytics-affect-seo&title=Does+Google+Analytics+Affect+SEO?&srcURL=http://www.dotcult.com" target="_blank" rel="nofollow"><img
src="http://www.dotcult.com/wordpress/wp-content/plugins/google-buzz-button/images/google-buzz.png" alt="Google Buzz" /></a>]]></content:encoded>
			<wfw:commentRss>http://www.dotcult.com/does-google-analytics-affect-seo/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Testing wordpress for iPad</title>
		<link>http://www.dotcult.com/testing-wordpress-for-ipad</link>
		<comments>http://www.dotcult.com/testing-wordpress-for-ipad#comments</comments>
		<pubDate>Sun, 15 Aug 2010 23:17:55 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Main]]></category>

		<guid isPermaLink="false">http://www.dotcult.com/testing-wordpress-for-ipad</guid>
		<description><![CDATA[You can safely ignore this post. I&#8217;m testing something on my server and also playing with word press for iPad. Typing is a pain without a keyboard but I&#8217;m getting pretty fast at using my thumbs. Auto spell check is actually helping here (unlike sending a text message where it always screws up my words). [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.dotcult.com%2Ftesting-wordpress-for-ipad"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.dotcult.com%2Ftesting-wordpress-for-ipad" height="61" width="51" /></a></div><p>You can safely ignore this post. I&#8217;m testing something on my server and also playing with word press for iPad.  Typing is a pain without a keyboard but I&#8217;m getting pretty fast at using my thumbs.  Auto spell check is actually helping here (unlike sending a text message where it always screws up my words). </p>
<p>Sadly it looks like I can only attach photos at the bottom so in true blogger fashion, here&#8217;s a cat picture.  </p>
<p>I&#8217;m also wondering if links work.  So here&#8217;s a link:  <a href="http://www.freesoftballstats.com/teamstats.php?team=1">my softball stats</a></p>
<p>Interesting  after you type &#8220;Http:&#8221; it brings up a link builder. Wish it just gave that option.  </p>
<p>Overall this seems pretty weak. Id like some formatting shortcuts. HTML editing stuff and ability to include images anywhere in a post.  I don&#8217;t think I&#8217;ll be live blogging from my iPad any time soon.  </p>
<p>This also concludes my test. This post will be removed in a few days. </p>
<p><a href="http://www.dotcult.com/wordpress/wp-content/uploads/2010/08/p_1600_1200_18B1837E-D994-47A8-A790-5CBC1A60749E.jpeg"><img src="http://www.dotcult.com/wordpress/wp-content/uploads/2010/08/p_1600_1200_18B1837E-D994-47A8-A790-5CBC1A60749E.jpeg" width=350 /></a></p>
<a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://www.dotcult.com/testing-wordpress-for-ipad&title=Testing+wordpress+for+iPad&srcURL=http://www.dotcult.com" target="_blank" rel="nofollow"><img
src="http://www.dotcult.com/wordpress/wp-content/plugins/google-buzz-button/images/google-buzz.png" alt="Google Buzz" /></a>]]></content:encoded>
			<wfw:commentRss>http://www.dotcult.com/testing-wordpress-for-ipad/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bing&#8217;s latest commercial&#8230;WTF?</title>
		<link>http://www.dotcult.com/bings-latest-commercial-wtf</link>
		<comments>http://www.dotcult.com/bings-latest-commercial-wtf#comments</comments>
		<pubDate>Wed, 14 Jul 2010 01:06:03 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Main]]></category>

		<guid isPermaLink="false">http://www.dotcult.com/?p=1121</guid>
		<description><![CDATA[I still don&#8217;t get the point of bing&#8217;s latest Thelma and Louise commercial. If you haven&#8217;t seen it yet, check it out below: What exactly are they trying to say? It just came on with the TV on MUTE and here&#8217;s the story it told me: Women are being chased by cops, they look at [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.dotcult.com%2Fbings-latest-commercial-wtf"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.dotcult.com%2Fbings-latest-commercial-wtf" height="61" width="51" /></a></div><p>I still don&#8217;t get the point of bing&#8217;s latest Thelma and Louise commercial.  If you haven&#8217;t seen it yet, check it out below:</p>
<p><object width="350"><param name="movie" value="http://www.youtube.com/v/xzNaMDYnuHE&amp;hl=en_US&amp;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/xzNaMDYnuHE&amp;hl=en_US&amp;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="350"></embed></object></p>
<p>What exactly are they trying to say?  It just came on with the TV on MUTE and here&#8217;s the story it told me:</p>
<blockquote><p>Women are being chased by cops, they look at google, don&#8217;t like what it says so they try Bing.  Bing gives them directions, and they follow them right off the cliff.</p></blockquote>
<p>Ok, that can&#8217;t be right.  Let&#8217;s try another interpretation.</p>
<blockquote><p>Ladies try switching from Google to Bing, then become so frustrated with the quality of Bing&#8217;s results that they drive off of a cliff.</p></blockquote>
<p>Hmm&#8230; that doesn&#8217;t seem like a good marketing message either.  </p>
<p>I really don&#8217;t get this commercial.  To me the marketing message is just off.  It tells me that a.) Bing caused them to drive off a cliff or b.) they&#8217;d rather drive off a cliff than use Bing.  I don&#8217;t think either of those are the message they were going for.</p>
<p><b>Pro Marketing Tip:</b> It&#8217;s usually never* good to show customers killing themselves or dying when using your product.</p>
<p><font size="-2">*unless of course your product is a funeral casket or assisted suicide machine.</font></p>
<a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://www.dotcult.com/bings-latest-commercial-wtf&title=Bing&#8217;s+latest+commercial&#8230;WTF?&srcURL=http://www.dotcult.com" target="_blank" rel="nofollow"><img
src="http://www.dotcult.com/wordpress/wp-content/plugins/google-buzz-button/images/google-buzz.png" alt="Google Buzz" /></a>]]></content:encoded>
			<wfw:commentRss>http://www.dotcult.com/bings-latest-commercial-wtf/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
