<?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>Christen Dybenko &#187; Conference notes</title>
	<atom:link href="http://christen.dybenko.net/category/conference-notes/feed/" rel="self" type="application/rss+xml" />
	<link>http://christen.dybenko.net</link>
	<description>A blog on usability, strategic marketing and everything in between.</description>
	<lastBuildDate>Thu, 09 Jul 2009 21:02:18 +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>My WordCamp Notes: SEO for blogs</title>
		<link>http://christen.dybenko.net/2008/09/03/seo-for-bloggers/</link>
		<comments>http://christen.dybenko.net/2008/09/03/seo-for-bloggers/#comments</comments>
		<pubDate>Thu, 04 Sep 2008 01:28:42 +0000</pubDate>
		<dc:creator>x10</dc:creator>
				<category><![CDATA[Conference notes]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[wordcamp]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://christen.dybenko.net/?p=81</guid>
		<description><![CDATA[This presentation by Stephan Spencer of Netconcepts was probably my fave of the conference, simply because there were actionable ways I could go and change my WordPress site to make it more SEO friendly. I&#8217;ve outlined my &#8220;wow&#8221; moments below, but make sure you check out Stephan&#8217;s article Twelve SEO Mistakes that Most Bloggers Make [...]]]></description>
			<content:encoded><![CDATA[<p>This presentation by Stephan Spencer of <a href="http://netconcepts.com">Netconcepts</a> was probably my fave of the conference, simply because there were actionable ways I could go and change my <a href="http://www.wordpress.org">WordPress</a> site to make it more SEO friendly. I&#8217;ve outlined my &#8220;wow&#8221; moments below, but make sure you check out Stephan&#8217;s article <a href="http://searchengineland.com/070823-082758.php">Twelve SEO Mistakes that Most Bloggers Make</a> site and his <a href="http://www.netconcepts.com/learn/seo-mistakes.ppt">presentation notes</a> too. (Graphics courtesy of <a href="http://searchengineoptimization.elliance.com">Elliance SEO Services</a>.)</p>
<h2>Optimize your title tags!</h2>
<p>This was probably the most eye-opening thing I learned here about my blog. I&#8217;ve always auto-generated the &lt;title&gt; tag based on the actual title I put in my post. I&#8217;ve done it before in Content Management Systems and WP does this too.</p>
<p><strong>Stephan said that re-using the post title for your &lt;title&gt; tag is a bad practice because people don&#8217;t often search for it the way you wrote it.</strong> You can be as witty and cute and lyrical in your post title as you want, for the article&#8217;s sake, but make damn sure your title tag doesn&#8217;t read that way! The title tag should be wordy, keyword rich and full of information.</p>
<p>For example, the title of this post is &#8220;My WordCamp Notes: SEO for blogs&#8221;, but if you look at the title bar at the top of the browser my actual &lt;title&gt; tag is &#8220;Easy SEO tips and tricks for bloggers, a presentation by Stephan Spencer at WordCamp 2008&#8243;. Way more search friendly.</p>
<ul>
<li>Decouple the post name from the title page</li>
<li>The first words in the title tag get the most rank</li>
<li>Hand craft the title tag</li>
<li>Do keyword research on plural vs signal</li>
<li>For WP, install the <a href="www.netconcepts.com/seo-title-tag-plugin/">SEO Title Tag plugin</a> &#8211; mass edit titles and add Custom titles for each</li>
<li>Use related post links at the end of the post</li>
<li>B2B Lead Generation Blog</li>
</ul>
<h2>Sculpt your PageRank.</h2>
<p>You only have so much <a href="http://en.wikipedia.org/wiki/PageRank">PageRank</a> &#8220;flow of link gain&#8221; on your page and you want to make sure you don&#8217;t spread it around needlessly. Reserve true links for the important information. On all the rest add rel=&#8221;nofollow&#8221; to the link to tell Google it&#8217;s not as important as the other content on your site:</p>
<ul>
<li>Use it on all print and email links.</li>
<li>Use it on links, trackbacks and comments that you don&#8217;t want to give &#8220;flow&#8221; back to if you don&#8217;t want your precious PageRank to pass from your page to this link.</li>
<li>Use it where the link would be reciprocal.</li>
<li>Use rel=&#8221;nofollow&#8221; on any internal links to date-based pages. No one searches in google for &#8220;what christen said on June 6th, 2008!&#8221;</li>
</ul>
<p><a href="http://searchengineoptimization.elliance.com/search-marketing-resources/seo-infographics.aspx?title=Google-PageRank-Explained&amp;Category=SEM%20Basics"><img title="google-pagerank-explained" src="http://christen.dybenko.net/wp-content/uploads/2008/09/google-pagerank-explained.gif" alt="" width="500" height="389" /></a></p>
<h2>Minimize Duplicate Content</h2>
<ul>
<li>Craft optional excerpts on everything but the permalink page itself.</li>
<li>For each post, write unique content (ie paraphrase) for the excerpt &#8211; don&#8217;t just use the first couple paragraphs!!! Don&#8217;t use the &#8220;read more&#8221; insert for WP, this creates DUPLICATE content!</li>
<li>Meta robots noindex &amp; rel-nofollow are your friends &#8211; printer friendly</li>
<li>Make sure that each tag or category page (that pulls aggregate posts) has it&#8217;s own &#8220;sticky&#8221; post that resides at the top and explains the tag or category.  This unique chunk of text will allow this page to be indexed.</li>
</ul>
<h2>Optimize your Anchor Text</h2>
<ul>
<li>Post title should be always be a link to the permalink page.</li>
<li>Never link with the word &#8220;here&#8221;. Link text should equal the &lt;title&gt; tag of the post you&#8217;re linking to which is important for context.</li>
</ul>
<p><a href="http://searchengineoptimization.elliance.com/search-marketing-resources/seo-infographics.aspx?title=Anchor-Text-Explained&amp;Category=SEM%20Basics"><img class="alignnone size-full wp-image-233" title="anchor-text-explained" src="http://christen.dybenko.net/wp-content/uploads/2008/09/anchor-text-explained.gif" alt="" width="500" height="563" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://christen.dybenko.net/2008/09/03/seo-for-bloggers/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>My WordCamp Notes: BuddyPress with Andy Peatling</title>
		<link>http://christen.dybenko.net/2008/08/27/my-wordcamp-notes-buddypress-with-andy-peatling/</link>
		<comments>http://christen.dybenko.net/2008/08/27/my-wordcamp-notes-buddypress-with-andy-peatling/#comments</comments>
		<pubDate>Wed, 27 Aug 2008 10:00:51 +0000</pubDate>
		<dc:creator>x10</dc:creator>
				<category><![CDATA[Conference notes]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[buddypress]]></category>
		<category><![CDATA[wordcamp]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://christen.dybenko.net/?p=108</guid>
		<description><![CDATA[Not only can you use WordPress for your blog, now you can use it to make your own social network.  Andy Peatling demoed BuddyPress at WordCamp SF. These are my notes.]]></description>
			<content:encoded><![CDATA[<p>The Presentation Slideshow is below.</p>
<div id="557755" style="width: 425px; text-align: left;"><a style="font:14px Helvetica,Arial,Sans-serif;display:block;margin:0px 0 3px 0;text-decoration:underline;" title="BuddyPress @ WordCamp" href="http://slideshare.net/apeatling/buddypress-wordcamp-presentation?src=embed">BuddyPress @ WordCamp</a><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://static.slideshare.net/swf/ssplayer2.swf?doc=buddypress-1218919909998633-8&amp;stripped_title=buddypress-wordcamp-presentation&amp;pid=48b4613c89fcac2a" /><embed type="application/x-shockwave-flash" width="425" height="355" src="http://static.slideshare.net/swf/ssplayer2.swf?doc=buddypress-1218919909998633-8&amp;stripped_title=buddypress-wordcamp-presentation&amp;pid=48b4613c89fcac2a" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<div style="font-size: 11px; font-family: tahoma,arial; height: 26px; padding-top: 2px;">view <a style="text-decoration:underline;" title="BuddyPress @ WordCamp" href="http://slideshare.net/apeatling/buddypress-wordcamp-presentation?src=embed">presentation</a>tags: <a style="text-decoration:underline;" href="http://slideshare.net/tag/wordpress">wordpress</a> <a style="text-decoration:underline;" href="http://slideshare.net/tag/apeatling">apeatling</a> <a style="text-decoration:underline;" href="http://slideshare.net/tag/wordcamp">wordcamp</a> <a style="text-decoration:underline;" href="http://slideshare.net/tag/buddypress">buddypress</a></div>
</div>
<p><a href="http://buddypress.org/">BuddyPress</a> is an extension to <a href="http://wordpress.org">WordPress</a> which will allow WP to be a full fledged social network. This means, that you can use it to make your own &#8220;Facebook&#8221; of sorts.  It&#8217;s currently under development but it is very close (they are predicting December).</p>
<p>BuddyPress is well thought out.  It lets you (as the administrator) customize different parts of the installation to suit your needs. For example, if you are making a network for dog lovers, you can add your own fields to each user&#8217;s profile like (I have __ dogs.  Favourite dogpark: ___.  etc)  It also lets you have private messaging between members, friending and photo albums.</p>
<p>It&#8217;s pretty crazy that this is free and open source.  WP is getting more and more impressive.</p>
]]></content:encoded>
			<wfw:commentRss>http://christen.dybenko.net/2008/08/27/my-wordcamp-notes-buddypress-with-andy-peatling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My WordCamp Notes: How to go Viral with Ben Huh (lolcats)</title>
		<link>http://christen.dybenko.net/2008/08/26/my-wordcamp-notes-how-to-go-viral-with-ben-huh-lolcats/</link>
		<comments>http://christen.dybenko.net/2008/08/26/my-wordcamp-notes-how-to-go-viral-with-ben-huh-lolcats/#comments</comments>
		<pubDate>Tue, 26 Aug 2008 17:38:45 +0000</pubDate>
		<dc:creator>x10</dc:creator>
				<category><![CDATA[Conference notes]]></category>
		<category><![CDATA[viral]]></category>
		<category><![CDATA[wordcamp]]></category>

		<guid isPermaLink="false">http://christen.dybenko.net/?p=93</guid>
		<description><![CDATA[Ben huh gave a great presentation on what is viral marketing and what is just plain spam.  It's important to know the difference, because your users won't like you if you are unintentionally spamming them.]]></description>
			<content:encoded><![CDATA[<p><a href="http://2008.sf.wordcamp.org/">WordCamp SF</a> presentation by Ben Huh creator of of <a href="http://icanhascheezburger.com/">icanhascheeseburger.com</a></p>
<p>Download the presentation slides for <a href="http://icanlol.com/ichc-wordcamp.pdf">LOLcats and the Secret of Virality</a></p>
<p><img src="http://farm4.static.flickr.com/3157/2767937261_724bce0179.jpg" alt="" /></p>
<h2>Facebook is viral, but is it spam?</h2>
<p>Why Facebook is spamming (you know all those emails you get from your friends telling you to sign up for the next latest app?)</p>
<ul>
<li>You can ONLY use these apps, if you invite a ton of people, then some will sign up and then you can use it</li>
<li>They make you spam?</li>
<li>It&#8217;s a serial process, you can&#8217;t just send to 1 person, your chances suck.</li>
<li>So Facebook is addicted to invite based virality</li>
<li>It gets in your system you send them, everyone clicks it, but then you get to the service and you realize it sucks.  Don&#8217;t be a dick.  It can only piss off your user.</li>
<li><strong>The Invite-Virality is not what you want. You want the slooower process that is sustainable and you wind up with users that LIKE YOU.</strong></li>
</ul>
<h2>Invite-based pros and cons</h2>
<p>Pros</p>
<ul>
<li>fast</li>
<li>fast</li>
<li>fast</li>
</ul>
<p>Cons</p>
<ul>
<li>You are a virus &#8211; you just generated a <strong>negative experience</strong> for 99% of the people that add you</li>
<li>churn and burn</li>
</ul>
<p>Why are you on this site?</p>
<ul>
<li>I was suckered by an email</li>
<li>OR I like this site enough to return to it</li>
<li>&#8220;Too many people are flagging our emails as SPAM&#8221;. Uhh it <strong>is </strong>spam.</li>
</ul>
<h2>Sustainable and slow pros and cons</h2>
<p>Pros</p>
<ul>
<li>Trust and goodwill</li>
<li>Real traffic</li>
<li>You&#8217;re not a digg</li>
<li>Realistic return on value</li>
</ul>
<p>Cons</p>
<ul>
<li>Slow.Er.</li>
<li>Requires a quality product</li>
<li>May not be possible</li>
</ul>
<h2>SPAM invites are the equivalent of telemarketing</h2>
<p>Viral Coefficient can be changed so that teh # of invites occurs of the LIFETIME of the USER. Build reasons to invite.  Lolcats makes their photos available for use on their blogs. They don&#8217;t make them spam it.</p>
<p>Reasons for Inviting</p>
<ul>
<li>Create content</li>
<li>Preferencing</li>
<li>Personal Messages</li>
<li>Comments &#8211; people want to be appreciated for their feedback.</li>
<li>Feedback and Replies</li>
<li>(Find reasons for your site)</li>
</ul>
<h2>Tracking Conversations</h2>
<ul>
<li>Track a group of people (a cohort) that go through a particular process.  So maybe give cohort A one message and Cohort B another message. You measure the end result of each.</li>
<li><a href="http://andrewchen.typepad.com/">Andrew Chen</a> &#8211; runs a blog on virality</li>
<li>The Loop.  Like ShareThis but from a marketing perspective, much prefer to have links. On <a href="http://engrishfunny.com/">engrishfunny.com</a> they focused on just 6 big sharing buttons.  (They may change myspace to twitter eventually, but the key is to react to the conversation and the tools that are popular right now on the internet.)</li>
<li><strong>Friendfeed or microblogging has a real impact on how quickly your content gets out there.  Twitter lets you communicate with a very specific audience, so the conversion rates from Twitter are much higher.</strong></li>
<li>Detecting virals: WP Metrics &#8211; pageviews.  Put that page in analytics and reverse the curve. You can track over time. You will not get a single referrer if it&#8217;s viral. The true viral ones have no referrer because they were actually emailed from a friend.</li>
</ul>
<p><strong>Achieving viral virility means not being a dick.</strong></p>
<h2>How do you determine the stickies &#8211; the users that stick around with your site</h2>
<p>They divide into Consumers and Contributors.  Have a genuine dialogue with the people who buy your product. Get them to tell you about reviews they&#8217;ve written, posts they&#8217;ve made about you etc. If you communicate with them and ask them how they feel, they will blog about it and give you more positive feedback.</p>
]]></content:encoded>
			<wfw:commentRss>http://christen.dybenko.net/2008/08/26/my-wordcamp-notes-how-to-go-viral-with-ben-huh-lolcats/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
