<?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>.eduGuru &#187; audience</title>
	<atom:link href="http://doteduguru.com/idtag/audience/feed" rel="self" type="application/rss+xml" />
	<link>http://doteduguru.com</link>
	<description>Internet Marketing and Web Development in Higher Education and other tidbits...</description>
	<lastBuildDate>Thu, 22 Jul 2010 16:04:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Talk Documentation to Me</title>
		<link>http://doteduguru.com/id5366-talk-documentation-to-me.html</link>
		<comments>http://doteduguru.com/id5366-talk-documentation-to-me.html#comments</comments>
		<pubDate>Fri, 11 Jun 2010 12:00:51 +0000</pubDate>
		<dc:creator>Nikki Massaro Kauffman</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Writing For Web]]></category>
		<category><![CDATA[audience]]></category>
		<category><![CDATA[documentation]]></category>
		<category><![CDATA[end-users]]></category>
		<category><![CDATA[writing]]></category>

		<guid isPermaLink="false">http://doteduguru.com/?p=5366</guid>
		<description><![CDATA[If you&#8217;ve ever had a conversation with me that lasted longer than a few minutes, you know the one thing that will keep me talking is end-user documentation.  Whether you are writing documentation for your implementation of a CMS, a migration from one application to another, or simple instructions on using a Web form or [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve ever had a conversation with me that lasted longer than a few minutes, you know the one thing that will keep me talking is end-user documentation.  Whether you are writing documentation for your implementation of a CMS, a migration from one application to another, or simple instructions on using a Web form or Web application, how you write the documentation is critical.  Yet so many of us wing it.</p>
<p><span id="more-5366"></span></p>
<p>I like to compare writing end-user documentation to fluency in a second language: Most of us pick it up by immersing ourselves in the culture.  We read technical documentation, and from what we learn from the &#8220;native&#8221; documenters, we use in our own writing.  But for grammar nerds like myself (a former English and Communications teacher), we realize there are rules governing this language—a special syntax, it&#8217;s own punctuation, and more.</p>
<p>I was recently invited to speak about documentation to a documentation team for Penn State&#8217;s implementation of ANGEL.  Here is just some of the advice I shared:</p>
<h3>1. Document the steps or actions in order.</h3>
<p>This one seems like a no-brainer.  However when we construct sentences in everyday English, it&#8217;s easy to rearrange a prepositional phrase out of sequence because we listen to instructions completely before acting on them.  For example, &#8220;Select <strong>Print</strong> under the File menu.&#8221;  When people read documentation, they are trying to act on it as they read, so order is very important.  We need to rework our instructions to reflect that, eg. &#8220;Under <strong>File</strong>, select <strong>Print</strong>.&#8221;</p>
<h3>2. Document every action.</h3>
<p>As superusers, we take for granted the intermediate steps, like clicking Next on a wizard.  Even when we encounter something new, we are more prone to just taking a guess at what to do.  Not every user is comfortable with making that leap of faith.  Good documentation is like getting directions to someone&#8217;s house: you need to know what do expect at turn—maybe even every intersection—so that you know you are not lost.</p>
<h3>3. Answer three questions with every step: Where am I? What should I do? What will happen?</h3>
<p>Imagine if you had these questions answer for driving directions: &#8220;At the corner of 51st Street and 4th Avenue, turn right.  You should see a park.&#8221;  Shouldn&#8217;t all instructions be so explicit?  &#8220;Under the <strong>File</strong> menu, choose <strong>Save As&#8230;</strong> The <strong>Save As</strong> dialogue box will appear.&#8221;</p>
<h3>4. Keep the steps short and simple.</h3>
<p>People don&#8217;t read documentation word-for-word; they scan it.  Provide them with a single step at a time.  When describing a path through a menu, replace prepositions with right arrows (→) to facilitate scanning.  For example, which of the following is the easiest to scan:</p>
<ul>
<li>On the Format menu, select Alignment and click Left.</li>
<li>Select Format, Alignment, Left.</li>
<li>Select Format→Alignment→Left.</li>
</ul>
<h3>5. Use the language that the tool uses, but avoid jargon.</h3>
<p><a href="http://doteduguru.com/wp-content/uploads/2010/06/jargon.png"><img class="size-medium wp-image-5368 alignright" title="jargon" src="http://doteduguru.com/wp-content/uploads/2010/06/jargon-286x300.png" alt="jargon 286x300 Talk Documentation to Me" width="286" height="300" /></a><br />
End-user will take what you document very literally, so pay attention to whether or not the application uses &#8220;OK&#8221;, &#8220;Save&#8221; or &#8220;Close&#8221;.  If you must use a new term with which your audience may not be familiar (eg. &#8220;Scaffolding&#8221;, &#8220;Cascade&#8221;, &#8220;SSL&#8221;, etc.), make sure you define it.  Be especially wary of how you use unfamiliar terms in your headers as their search terms might include different language entirely.  For example, &#8220;Activating a Page&#8221; versus &#8220;How Do I Publish a Page&#8221;.</p>
<h3>6. Don&#8217;t assume your audience is reading your documentation from beginning to end.</h3>
<p>When was the last time you curled up with an entire manual and read it cover to cover?  Your end-users won&#8217;t do this, especially with documentation on the Web.  Make sure you treat each page of documentation—even each anchored section—as if your audience is approaching you material for the very first time.  Define terms again and link to related content to provide your audience with some context.</p>


<p>Related posts:<ol><li><a href='http://doteduguru.com/id4063-teaching-them-to-fish-strategy-for-implementing-a-knowledge-base.html' rel='bookmark' title='Permanent Link: Teaching Them to Fish: Strategy for Implementing a Knowledge Base'>Teaching Them to Fish: Strategy for Implementing a Knowledge Base</a></li>
<li><a href='http://doteduguru.com/id733-landing-pages-bounce-rates-discussion.html' rel='bookmark' title='Permanent Link: Let’s talk about Landing Pages and Bounce Rates'>Let’s talk about Landing Pages and Bounce Rates</a></li>
<li><a href='http://doteduguru.com/id4939-spring-cleaning-finding-your-lost-sock-the-guide-to-content-audits.html' rel='bookmark' title='Permanent Link: Spring Cleaning: Finding your lost sock. The guide to content audits.'>Spring Cleaning: Finding your lost sock. The guide to content audits.</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://doteduguru.com/id5366-talk-documentation-to-me.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Help Me Help You: Social Media Education</title>
		<link>http://doteduguru.com/id3162-help-me-help-you-social-media-education.html</link>
		<comments>http://doteduguru.com/id3162-help-me-help-you-social-media-education.html#comments</comments>
		<pubDate>Wed, 08 Jul 2009 14:28:34 +0000</pubDate>
		<dc:creator>Rachel Reuben</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[audience]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[goals]]></category>
		<category><![CDATA[guidance]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[highered]]></category>
		<category><![CDATA[planning]]></category>
		<category><![CDATA[socialmedia]]></category>
		<category><![CDATA[strategy]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://doteduguru.com/?p=3162</guid>
		<description><![CDATA[Are you a resource on your campus for all things social media?
Yes? Let&#8217;s brainstorm about how we can best react to and assist people on campus who come to us to ask for guidance with some ideas they have.

No? Let&#8217;s pretend. Play along with us here &#8212; the more collaborative minds we put together, the [...]]]></description>
			<content:encoded><![CDATA[<p>Are you a resource on your campus for all things social media?</p>
<p>Yes? Let&#8217;s brainstorm about how we can best react to and assist people on campus who come to us to ask for guidance with some ideas they have.</p>
<p><span id="more-3162"></span></p>
<p>No? Let&#8217;s pretend. Play along with us here &#8212; the more collaborative minds we put together, the better.</p>
<p>The primary purpose of this post is to flesh out  the best response to this type of question:</p>
<p><em>&#8220;I want to create a Facebook Page for my [department/program/event/service] and thought I should probably coordinate that with you. Where should I start?&#8221;</em></p>
<p>I understand this may not be as likely to happen on larger campuses as it is in small to mid-size campuses. The point of posing this question is to talk through the best ways we can help educate and partner with people on campus who want to embrace social media.</p>
<p>I usually start with this first question:  <strong>Who is your audience?</strong></p>
<p>Then I move to:  <strong>What are your department&#8217;s/program&#8217;s/event&#8217;s/service&#8217;s goals?</strong> Let&#8217;s start with the end result and work backwards.</p>
<p><a href="http://doteduguru.com/wp-content/uploads/2009/07/spokes.png"><img class="alignright size-medium wp-image-3164" style="border: 1px solid black;" title="Spokes in the marketing wheel by Rachel Reuben" src="http://doteduguru.com/wp-content/uploads/2009/07/spokes-300x200.png" alt="Spokes in the marketing wheel by Rachel Reuben" width="300" height="200" /></a>Next, I tell them <strong>social media may or may not be the best tool</strong> for them to use. This usually stumps them. Yes, I<a href="http://rachelreuben.com/speaking-engagements"> present at a bunch of conferences on social media</a>. Yes, I did a<a href="http://doteduguru.com/id423-social-media-uses-higher-education-marketing-communication.html"> research paper on the use of social media in higher education</a>. Yes, I&#8217;m an active user of many social networking sites. However, as I say in just about every presentation I give &#8212; social media is not the be all end all. It is just one spoke in our marketing wheel. It may or may not be the right tool to use for a particular department/program/event/service &#8212; it all depends on your audience and your goal(s). It can be a very powerful medium that can reach very targeted audiences, but may not be the right tool for every audience and strategy.</p>
<p><strong><em>&#8220;But I want my event to go viral.&#8221;</em></strong></p>
<p>Just because you want something to go viral doesn&#8217;t mean it will. It takes a dose of effort and a pinch of luck, along with a powerful strategy and commitment, to really make this work.</p>
<p>Let&#8217;s keep exploring. Next steps:</p>
<ul>
<li><strong>Educate them about the art of listening. </strong>Chris Brogan has a great post I regularly point people to &#8212; &#8220;<a href="http://www.chrisbrogan.com/grow-bigger-ears-in-10-minutes/">Grow Bigger Ears in 10 Minutes.</a>&#8221; In addition, Kyle James wrote a post about <a href="http://doteduguru.com/id98-monitor-institutes-online-identity.html">monitoring your online identity</a> that provides additional ideas and details. Listening first gives you a sense of what is being said about your department/program/event/service. It may also give you further ideas for content generation (see next step), and gives you an opportunity to join in existing conversations.</li>
<li><strong>Content issues: </strong>Where will the content come from? Who will be responsible for maintaining your content and your presence? How will you engage your audience? Having a presence is not nearly enough &#8211; you must commit to fresh content that would be of interest to your audience.</li>
<li><strong>Integration</strong>: How will you integrate this effort through the other mediums in your marketing wheel? Things to consider &#8212; mentioning in e-mail newsletters, e-mail signatures, print publications, ads, Web sites, blogs, admission tours, etc.</li>
<li><strong>Measurement:</strong> How will you measure if your effort is successful? Were goals achieved? Is having a dollar value ROI important? (If so, see Karlyn&#8217;s presentation on <a href="http://www.slideshare.net/karlynmorissette/implementing-technology-with-an-eye-on-roi-presentation?type=powerpoint" target="_blank">Eye On the Prize</a>.) While there is great value in calculating ROI, I also like to focus on the &#8220;I&#8221; as &#8220;influence&#8221; &#8212; looking at the long tail effect. For example, in our <a href="http://doteduguru.com/id1717-online-community-fall09-accepted-students.html" target="_blank">Café New Paltz community for fall 2009 accepted students</a>, I&#8217;m interested in tracking the different impacts on student service offices from their typical routine and schedule over the summer and early fall. Students in this community were figuring out as early as January who they wanted to room with, instead of waiting and scrambling during Orientation in July, taking a load off Residence Life and Student Development staff from what they&#8217;re normally used to that time of the year. Students are asking questions earlier about paying bills, setting up meal plans, and how to accept financial aid packages. There likely won&#8217;t be as big of a rush in these offices at the end of August, as we&#8217;ve been answering their questions months earlier. How else can you measure your success? I posted some other ideas in &#8220;<a href="http://doteduguru.com/id2947-cafe-new-paltz-a-yielding-success.html">Café New Paltz: A Yielding Success</a>&#8221; that might give you some additional ideas. </li>
</ul>
<p>What steps did I miss? Do you have other strategies you employ when faced with a similar question? Do you make an concerted effort to coordinate all of the individual social media outposts on your campus, or just concern yourself with the big picture presence?</p>


<p>Related posts:<ol><li><a href='http://doteduguru.com/id2601-reining-outliers-university-wide-cohesive-socialmedia-presence.html' rel='bookmark' title='Permanent Link: Reining in the outliers for a university-wide cohesive social media presence'>Reining in the outliers for a university-wide cohesive social media presence</a></li>
<li><a href='http://doteduguru.com/id423-social-media-uses-higher-education-marketing-communication.html' rel='bookmark' title='Permanent Link: The Use of Social Media in Higher Education for Marketing and Communications: A Guide for Professionals in Higher Education'>The Use of Social Media in Higher Education for Marketing and Communications: A Guide for Professionals in Higher Education</a></li>
<li><a href='http://doteduguru.com/id4059-live-blogging-ama-higher-ed-the-new-power-social-media-marketing-strategy-for-higher-education.html' rel='bookmark' title='Permanent Link: Live Blogging AMA Higher Ed: The New Power: Social Media Marketing Strategy for Higher Education'>Live Blogging AMA Higher Ed: The New Power: Social Media Marketing Strategy for Higher Education</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://doteduguru.com/id3162-help-me-help-you-social-media-education.html/feed</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Email is about hitting your user over the head with a sledgehammer</title>
		<link>http://doteduguru.com/id1814-email-is-about-hitting-your-user-over-the-head-with-a-sledgehammer.html</link>
		<comments>http://doteduguru.com/id1814-email-is-about-hitting-your-user-over-the-head-with-a-sledgehammer.html#comments</comments>
		<pubDate>Thu, 08 Jan 2009 11:38:09 +0000</pubDate>
		<dc:creator>Karlyn Morissette</dc:creator>
				<category><![CDATA[Email]]></category>
		<category><![CDATA[Add new tag]]></category>
		<category><![CDATA[audience]]></category>
		<category><![CDATA[bullet points]]></category>
		<category><![CDATA[email marketing]]></category>
		<category><![CDATA[higher education]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[subject matter]]></category>
		<category><![CDATA[subtlety]]></category>
		<category><![CDATA[typography]]></category>

		<guid isPermaLink="false">http://doteduguru.com/?p=1814</guid>
		<description><![CDATA[

I had coffee with a colleague one day a few months back and she made a great analogy in regards to email.  When you&#8217;re looking to buy a car, the dealership  will give you all sorts of pretty brochures with lots of pictures and bullet points to convince you its the right car for you.  They don&#8217;t give you [...]]]></description>
			<content:encoded><![CDATA[<p><img style="float: right;" title="sledgehammer" src="http://doteduguru.com/wp-content/uploads/2009/01/sledgehammer-150x300.jpg" alt="sledgehammer 150x300 Email is about hitting your user over the head with a sledgehammer" width="150" height="300" /><strong></strong></p>
<p><span id="more-1814"></span></p>
<p>I had coffee with a colleague one day a few months back and she made a great analogy in regards to email.  When you&#8217;re looking to buy a car, the dealership  will give you all sorts of pretty brochures with lots of pictures and bullet points to convince you its the right car for you.  They don&#8217;t give you the owners manual until AFTER you&#8217;ve made the purchase.  </p>
<p>In higher education, we love to fill emails with as much information about humanly possible to users who haven&#8217;t yet decided to make the purchase.  We&#8217;re giving them the owners manual before the brochure.  Over the medium, it just doesn&#8217;t work.  Instead, you need to grab your user&#8217;s attention as quickly as possible.  Make the message so bold that they can&#8217;t help but look.  Here are some steps you can take: </p>
<h3><strong>Differentiate your links from the text</strong> </h3>
<p>When a user opens one of your messages, make sure they know what you want them to do.  Which do you think works better: </p>
<blockquote><p>blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah <span style="text-decoration: underline;"><span style="color: #008000;">blah blah blah blah blah blah</span></span> blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah</p></blockquote>
<p style="text-align: center;">-or-</p>
<blockquote>
<p style="text-align: left;">blah blah  blah blah blah blah blah blah blah blah blah blah blah blah blah blah</p>
<p style="text-align: center;"><span style="text-decoration: underline;"><strong><span style="color: #008000;">blah blah blah blah blah blah blah blah</span></strong></span></p>
<p style="text-align: left;">blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah</p>
</blockquote>
<p>Copy is irrelevant.  Subject matter is irrelevant.  This is nothing more than how you design the message. Pull the call to action out of the paragraph and let it stand on its own.  Bold it.  Slightly increase the font size. Play with the typography. Do what you can to make it the first thing your users see (while still making it look professional&#8230;it is coming from a college after all).  </p>
<h3><strong>Subtlety is out</strong> </h3>
<p>I&#8217;ve seen people spend enormous amounts of time segmenting a message, only to change one or two words that appear mid-paragraph in each segment.  That&#8217;s crazy.  People rarely read these things word-for-word and just aren&#8217;t likely to notice a one or two word difference, yet it would take hours to coordinate it.  That&#8217;s a waste of time.  If you&#8217;re going to dedicate the time to segmentation, do it in a way that will pay off.  Make sure your users will notice that you&#8217;ve made the effort to target the message to them and things they care about.</p>
<h3><strong>Ditch the form letter format </strong></h3>
<p>Higher ed has some pretty skilled print communicators in its ranks.  These are usually the people who get put in charge of electronic communications.  How different can it be, right?  But nine times out of ten, it just doesn&#8217;t translate.  Form letters that may work over print is one of the tactics I see most often directly translated to email.  It&#8217;s not written for the medium.  Big blocks of text only confuse the user and make their eyes glaze over, rather than inciting them to action.  Instead of making a direct translation try something like this: </p>
<p style="text-align: center;"><img class="aligncenter" title="obama" src="http://doteduguru.com/wp-content/uploads/2009/01/obama.png" alt="obama Email is about hitting your user over the head with a sledgehammer" width="500" height="364" /></p>
<p style="text-align: left;">This email is still in a letter format, but affectively its also a bulleted list without the bullets.  It&#8217;s much easier for your users to scan to find the call to action.</p>
<p style="text-align: center;">~~~~~~~~</p>
<p>Email is no place to be subtle or coy.  Your best results will come when you&#8217;re as overt as possible with your users.  Remember, the goal of an email is not to educate &#8211; it&#8217;s to get your user to click on a link, go to your website and take an action.  Keep an eye on that goal and you&#8217;ll be more likely to design more effective messages.</p>


<p>Related posts:<ol><li><a href='http://doteduguru.com/id2642-step-away-from-the-computer-when-not-to-send-a-marketing-email.html' rel='bookmark' title='Permanent Link: Step away from the computer: When NOT to send a marketing email'>Step away from the computer: When NOT to send a marketing email</a></li>
<li><a href='http://doteduguru.com/id397-there-is-no-best-day-to-email.html' rel='bookmark' title='Permanent Link: There is no &#8220;best day&#8221; to email'>There is no &#8220;best day&#8221; to email</a></li>
<li><a href='http://doteduguru.com/id3002-time-to-get-serious-about-email.html' rel='bookmark' title='Permanent Link: Time to get serious about email'>Time to get serious about email</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://doteduguru.com/id1814-email-is-about-hitting-your-user-over-the-head-with-a-sledgehammer.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Social Media Comes Last</title>
		<link>http://doteduguru.com/id1737-social-media-comes-last.html</link>
		<comments>http://doteduguru.com/id1737-social-media-comes-last.html#comments</comments>
		<pubDate>Sat, 20 Dec 2008 12:30:28 +0000</pubDate>
		<dc:creator>Kyle James</dc:creator>
				<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[audience]]></category>
		<category><![CDATA[base of the pyramid]]></category>
		<category><![CDATA[blueprint]]></category>
		<category><![CDATA[business goals]]></category>
		<category><![CDATA[conversions]]></category>
		<category><![CDATA[eggs]]></category>
		<category><![CDATA[email marketing]]></category>
		<category><![CDATA[icing on the cake]]></category>
		<category><![CDATA[institutions]]></category>
		<category><![CDATA[media efforts]]></category>
		<category><![CDATA[moving to the next level]]></category>
		<category><![CDATA[panel discussion]]></category>
		<category><![CDATA[presence]]></category>
		<category><![CDATA[prospective students]]></category>
		<category><![CDATA[relational experience]]></category>
		<category><![CDATA[seomoz]]></category>
		<category><![CDATA[shape]]></category>
		<category><![CDATA[social media pyramid]]></category>
		<category><![CDATA[Usability]]></category>

		<guid isPermaLink="false">http://doteduguru.com/?p=1737</guid>
		<description><![CDATA[There has been A LOT of discussion on Higher Education Blogs and at Higher Education conferences lately about this thing called Social Media. First of all Social Media isn&#8217;t all that complicated, in fact it&#8217;s the simplest and oldest form of marketing called relationship building.  As I&#8217;ve said many times before &#8220;social media = building [...]]]></description>
			<content:encoded><![CDATA[<p>There has been <a title="Implementing Social Media" href="http://squaredpeg.com/index.php/2008/12/09/implementing-social-media-on-your-higher-ed-campus/" target="_blank"><strong>A</strong></a> <a title="Social Media Strategy" href="http://doteduguru.com/id1409-why-need-social-media-strategy.html"><strong>LOT</strong></a> of discussion on Higher Education Blogs and at Higher Education conferences lately about this thing called Social Media. First of all Social Media isn&#8217;t all that complicated, in fact it&#8217;s the simplest and oldest form of marketing called relationship building.  As I&#8217;ve said many times before &#8220;social media = building relationships&#8221;.  After reading a recent post on SEOmoz about <a title="The SEO Fundamentals Pyramid" href="http://www.seomoz.org/blog/whiteboard-friday-the-seo-fundamentals-pyramid" target="_blank"><strong>The SEO Fundamentals Pyramid</strong></a> and participating in a panel discussion at CASE V I think it&#8217;s important to make sure that people understand that social media comes last.  <strong>I know I&#8217;ve preached <a title="YouTube - Just Do It" href="http://www.youtube.com/watch?v=rMrN6eF9Myc" target="_blank">&#8220;just do it&#8221;</a> when it comes to social media, but unless you have the rest of your eggs in a basket then quite frankly you aren&#8217;t ready for social media.</strong></p>
<p><span id="more-1737"></span></p>
<p>In the post on SEOmoz they built a pyramid where great content then usability and accessibility is the foundation of your website.  If your site isn&#8217;t in excellent shape then social media won&#8217;t do you a lick of good.  If visitors can&#8217;t find what they want on your site then social media won&#8217;t do you a lick of good.  If your email marketing isn&#8217;t connecting with readers then your social media efforts won&#8217;t do you a lick of good.  Do you see where I&#8217;m going here?</p>
<p style="text-align: center;"><img class="size-full wp-image-1738 aligncenter" title="The SEO Pyramid" src="http://doteduguru.com/wp-content/uploads/2008/12/seo-pyramid.png" alt="The SEO Pyramid" width="500" height="551" /></p>
<p>Let me try and approach this situation from the other end.  You have a Facebook presence and are engaging prospective students and the conversation gets to a point where you ask them to click over to your institutions website to learn more information.  They click over and your site is a mess.  They can&#8217;t find the information that they are looking for, the forums are difficult to use and your content is outdated.  You FAIL.</p>
<p>You have to build your foundation before you build anything else.  Think of social media as the icing on the cake.  You have to learn to crawl before you learn to walk.  Social media is the future and it is turning the technology of the internet into a relational experience but your foundation still needs to be solid to handle the rest of the conversions.</p>
<h3>So Where Do I Start?</h3>
<p>I would work on building a site in the following order only moving to the next level once you have mastered the previous.  This is also a good blueprint if you are going through a site redesign:</p>
<ol>
<li>Defining Goals &#8211; business goals and what your site must accomplish.  Who is your audience and what makes you special.</li>
<li>Content &#8211; creating the great content that tell the stories because if you don&#8217;t have this the rest simply doesn&#8217;t matter</li>
<li>Site Architecture &#8211; Initial layout</li>
<li>Navigation &#8211; Usability, crosslinking content, sitemap, footer</li>
<li>Accessibility &#8211; 508 Compliance, Search Engine Optimization, CSS friendly</li>
<li>Site Intelligence &#8211; Site Search, Analytical tracking</li>
<li>Multimedia/Web 2.0 &#8211; videos, audio, flash, blogs, RSS, social bookmarking, dynamic content</li>
<li>Link building &#8211; directories and making sure the rest of the web is aware of your great content</li>
<li>Site Optimization &#8211; finely tuning the site that you have created now that you have search ranking intelligence and analytical data</li>
<li>Marketing Efforts &#8211; Landing Pages, Email Marketing, Advertising, Promotional</li>
<li>Social Media &#8211; now you&#8217;re ready to jump out there and build the relationships and market your social media using the rest of your wonderfully built site.</li>
</ol>
<p>So now that you you have a defined path to follow start at the beginning and get to work.  So what did I miss any steps that you think need to be added?  What about order or any other thoughts?  Leave some comments and tell me what you think.</p>


<p>Related posts:<ol><li><a href='http://doteduguru.com/id4515-is-social-media-a-fad-social-media-revolution-video.html' rel='bookmark' title='Permanent Link: Is Social Media A Fad?  Social Media Revolution Video'>Is Social Media A Fad?  Social Media Revolution Video</a></li>
<li><a href='http://doteduguru.com/id2601-reining-outliers-university-wide-cohesive-socialmedia-presence.html' rel='bookmark' title='Permanent Link: Reining in the outliers for a university-wide cohesive social media presence'>Reining in the outliers for a university-wide cohesive social media presence</a></li>
<li><a href='http://doteduguru.com/id1409-why-need-social-media-strategy.html' rel='bookmark' title='Permanent Link: Do we really need a social media strategy?'>Do we really need a social media strategy?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://doteduguru.com/id1737-social-media-comes-last.html/feed</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>The problem with email benchmarks</title>
		<link>http://doteduguru.com/id1589-problem-with-email-benchmarks.html</link>
		<comments>http://doteduguru.com/id1589-problem-with-email-benchmarks.html#comments</comments>
		<pubDate>Wed, 10 Dec 2008 12:36:54 +0000</pubDate>
		<dc:creator>Karlyn Morissette</dc:creator>
				<category><![CDATA[Email]]></category>
		<category><![CDATA[audience]]></category>
		<category><![CDATA[audiences]]></category>
		<category><![CDATA[benchmarks]]></category>
		<category><![CDATA[best practices]]></category>
		<category><![CDATA[colleges]]></category>
		<category><![CDATA[education industry]]></category>
		<category><![CDATA[email benchmarks]]></category>
		<category><![CDATA[email marketing]]></category>
		<category><![CDATA[email programs]]></category>
		<category><![CDATA[marketing plans]]></category>
		<category><![CDATA[meaningless numbers]]></category>
		<category><![CDATA[specific schools]]></category>

		<guid isPermaLink="false">http://doteduguru.com/?p=1589</guid>
		<description><![CDATA[Preface: So Kyle tells me its been a month since I&#8217;ve posted.  I&#8217;ll be honest &#8211; between conferences/live blogging, guest bloggers/contests and new writers, I&#8217;ve kind of been sitting back and letting the madness settle.  But to make up for it, here&#8217;s a nice little 1,000 word post on email marketing that I&#8217;m sure no [...]]]></description>
			<content:encoded><![CDATA[<p><em>Preface: So Kyle tells me its been a month since I&#8217;ve posted.  I&#8217;ll be honest &#8211; between conferences/live blogging, guest bloggers/contests and new writers, I&#8217;ve kind of been sitting back and letting the madness settle.  But to make up for it, here&#8217;s a nice little 1,000 word post on email marketing that I&#8217;m sure no one will read all the way through.  Enjoy!</em></p>
<p><span id="more-1589"></span></p>
<p><em>K</em></p>
<p>=============</p>
<p>Benchmarks, benchmarks, benchmarks.  It seems to be all I hear about from people when they start seriously venturing into email marketing.  &#8221;How do we compare to everyone else???&#8221;  It seems to be a reasonable question.  And it would be easy for me to give you benchmarks in the education industry to comparing your stats with&#8230;but I just don&#8217;t feel comfortable doing that.  In fact, I&#8217;m going to recommend that you IGNORE industry email marketing benchmarks.  Why? Because they are faulty on several levels: </p>
<p><strong>They assume that all email marketing plans are created equal</strong></p>
<p>When you look at email benchmarks, you inherently accept that really crappy email programs are going to be included in the results.  And in education, there&#8217;s a lot of REALLY bad email going on.  According to <a href="http://www.demandengine.com/resources/press-release-email-marketing-practices-research-paper.php">a recent paper by DemandEngine</a>, colleges seem to ignore email best practices more than they practice them.</p>
<p>Now, if you&#8217;re looking for benchmarks I hope that you&#8217;re not one of those colleges.  I hope that you&#8217;re more the variety that has put a lot of thought and effort into your program.  But the reality is that you don&#8217;t know what types of institutions these stats are pulled from.  Even if you do know the specific schools they are coming from, you don&#8217;t know whether their plans are good or bad as its doubtful that you&#8217;d be able to study them in-depth.  Really, its just a bunch of meaningless numbers.  </p>
<p><strong>They assume all audiences are created equal</strong></p>
<p>I always recommend that people manage their expectations regarding what their email will achieve based on the specific audience you&#8217;re mailing to.  Not all audiences are going to respond the same to your email campaigns and once you lump them all together, it will completely skew the results.  </p>
<p>For example, in my office once you make your annual gift, you stop being solicited by email.  Contrast that with an admissions office that actually ramps up email (at least they should) to students as they work their way through the funnel and become more interested.  Both are in the education industry. One is only targeting people who have been non-responsive to previous requests.  The other is (or, again, should be) primarily targeting people who have demonstrated responsiveness.  Comparing these stats is like comparing apples to oranges.  On face value you can predict that the admissions audience is going to be more responsive since they have been in the past, whereas the fundraising audience is going to be terribly unresponsive since nothing has worked with them yet.  Meshing them together to create an arbitrary benchmark just makes a huge mess.  Additionally, its rare that you&#8217;d be privy to the actual makeup of the benchmarks and what types of communications they&#8217;re sending, thus complicating the problem further.  </p>
<p><strong>It assumes all reporting is created equal</strong></p>
<p>If someone told you that their average open rate was 70%, you&#8217;d probably be impressed.  But what happens to me when someone gives a state that impressive is that the red, flashing warning light starts to go off in my head.  It&#8217;s not that the person reporting that number is lying &#8211; they firmly believe it.  The problem is that their tool is lying to them.</p>
<p>Something many beginning email marketers don&#8217;t realize is that there&#8217;s a way to track both the unique number of times an email you sent is opened and the total number of times that email is opened: </p>
<ul>
<li>Unique opens: The number of your unique recipients that opens one of your emails.</li>
<li>Total opens: The total number of times an email you sent has been opened. </li>
</ul>
<p>So say a user gets one of your emails and its so awesome that he goes back to it five times.  That counts as one unique open, but five total opens.  This also applies to click throughs.  The problem is that there are email tools out there that don&#8217;t differentiate between the two, so their users have no idea how their rates are calculated.  I&#8217;ve seen more than a few of these tools that use the total number of opens to calculate the open rate.  This is a problem, since open rates are traditionally calculated using unique opens (again, same with click rates).  </p>
<p>Additionally, I&#8217;ve stumbled across more than a few email marketers don&#8217;t accurately calculate their click through rates, instead doing the calculation for click-to-open rates:</p>
<ul>
<li>Click Through rate: Your unique click throughs against the number of messages that were delivered.</li>
<li>Click-To-Open rate: Your unique click throughs against the unique number of messages that were opened.</li>
</ul>
<p>Oftentimes, I see people calling a click-to-open rate a click through rate (I&#8217;m pointing at you <a href="http://squaredpeg.com/index.php/2008/11/25/the-good-project-graveyard-part-2/#comment-1267">Brad J. Ward</a>!) It&#8217;s an unintentional mistake, but when it happens it amounts to comparing apples to oranges.  Personally, I believe that click-to-open is a much better rate to look at, but we need to make sure we&#8217;re all using the same nomenclature so we understand what we&#8217;re comparing.</p>
<p><strong>So what do you do?</strong></p>
<p>Instead of comparing your program to generic and meaningless benchmarks, start by looking at your own data.  Assess the numbers you&#8217;re hitting right now (whether you think they&#8217;re good or bad) and put mechanisms in place to periodically track them.</p>
<p>Next, take a hard look at your email plan.  Is it perfect?  I think if you&#8217;re honest you&#8217;ll say there are areas you could improve.  What do you think your rates could be if you made improvements?  Work towards that goal.  Marketing is about continual assessment and refinement.  If you aren&#8217;t meeting your goals, then what other schools are doing really doesn&#8217;t matter.  One the other hand, if you are satisfied with your results, do benchmarks really matter?  </p>
<p>I&#8217;ll leave you with one last thought: Benchmarks are averages.  Are you really striving for your email program to just be average?  I find that oftentimes when you&#8217;re looking at benchmark, average suddenly becomes good enough for the director-types.  You should always be striving to be better than that and if you&#8217;re putting together a solid email plan, you will achieve more than an arbitrary open or click rate will tell you.</p>


<p>Related posts:<ol><li><a href='http://doteduguru.com/id501-email-stats-can-be-deceiving.html' rel='bookmark' title='Permanent Link: Email Stats Can Be Deceiving'>Email Stats Can Be Deceiving</a></li>
<li><a href='http://doteduguru.com/id309-new-standards-for-email-subject-lines.html' rel='bookmark' title='Permanent Link: New Standards for Email Subject Lines'>New Standards for Email Subject Lines</a></li>
<li><a href='http://doteduguru.com/id3002-time-to-get-serious-about-email.html' rel='bookmark' title='Permanent Link: Time to get serious about email'>Time to get serious about email</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://doteduguru.com/id1589-problem-with-email-benchmarks.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Practical Example of Google Analytics New Advanced Segments</title>
		<link>http://doteduguru.com/id1379-example-google-analytics-advanced-segments.html</link>
		<comments>http://doteduguru.com/id1379-example-google-analytics-advanced-segments.html#comments</comments>
		<pubDate>Wed, 26 Nov 2008 17:59:17 +0000</pubDate>
		<dc:creator>Kyle James</dc:creator>
				<category><![CDATA[Analytics]]></category>
		<category><![CDATA[Case Study]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[audience]]></category>
		<category><![CDATA[campaign report]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[new features]]></category>
		<category><![CDATA[segments]]></category>
		<category><![CDATA[thumbnail]]></category>
		<category><![CDATA[traffic data]]></category>

		<guid isPermaLink="false">http://doteduguru.com/?p=1379</guid>
		<description><![CDATA[Yesterday I posted a case study showing how email marketing is still relevant to Young Alumni.  Because it&#8217;s the day before Thanksgiving and it&#8217;s a little slow I&#8217;ve been doing a little more digging into that campaign.  A little over a month ago Google Analytics launched some new features including Advanced Segments and Custom Reporting.  [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-115" style="float: right; margin-left: 5px; margin-right: 5px;" title="Google Analytics Logo" src="http://doteduguru.com/wp-content/uploads/2008/03/googleanalytics200.jpg" alt="googleanalytics200 Practical Example of Google Analytics New Advanced Segments" width="200" height="48" />Yesterday I posted a <a href="http://doteduguru.com/id1341-email-best-for-engagement.html"><strong>case study showing how email marketing is still relevant to Young Alumni</strong></a>.  Because it&#8217;s the day before Thanksgiving and it&#8217;s a little slow I&#8217;ve been doing a little more digging into that campaign.  A little over a month ago <a title="More Enterprise-Class Features Added To Google Analytics" href="http://analytics.blogspot.com/2008/10/more-enterprise-class-features-added-to.html" target="_blank"><strong>Google Analytics launched some new features</strong></a> including Advanced Segments and Custom Reporting.  Unfortunately most people probably haven&#8217;t had the time to play around with them to find really practical uses for these new features.  So let me give you one.</p>
<p><span id="more-1379"></span></p>
<p><a href="http://doteduguru.com/wp-content/uploads/2008/11/gimme-5-challenge-example.jpg"><img class="alignnone size-thumbnail wp-image-1357" style="float: right; margin-left: 5px; margin-right: 5px;" title="Gimme 5 Challenge Example" src="http://doteduguru.com/wp-content/uploads/2008/11/gimme-5-challenge-example-150x150.jpg" alt="gimme 5 challenge example 150x150 Practical Example of Google Analytics New Advanced Segments" width="150" height="150" /></a>One of the things that was to segment the emails by class and each class was sent a unique email.  Now the only thing really unique about these emails was the class year mentioned in the email, but it was still segmenting our audience.  (Click on the thumbnail to the right to see an example)</p>
<p>Links in each email were tagged separately but all were a part of the same campaign &#8220;top_challenge&#8221; but each was applied to a different source, &#8220;Top 5_2008&#8243; for example.  This allows us to view traffic data in Google Analytics both as a campaign but also by individual emails (the source).  Using the new Advanced Segments feature we can create Segments of each Source and view that against the whole campaign.</p>
<p style="text-align: center;"><img class="size-full wp-image-1380 aligncenter" style="border: 1px solid black;" title="Advanced Segmentation" src="http://doteduguru.com/wp-content/uploads/2008/11/advanced-segmentation.png" alt="advanced segmentation Practical Example of Google Analytics New Advanced Segments" width="500" height="263" /></p>
<p>So now that I have created my segments looking at Source it&#8217;s time to head to the Campaign report and drill down into &#8220;top_challenge&#8221;.  Below is the report with the segments applied and comparing against three segments.  Note:  Google Analytics currently only allows you to apply against three segments.</p>
<p style="text-align: center;"><img class="size-full wp-image-1382 aligncenter" style="border: 1px solid black;" title="Top Challenge Campaign Segmented" src="http://doteduguru.com/wp-content/uploads/2008/11/campaign-segmented.png" alt="campaign segmented Practical Example of Google Analytics New Advanced Segments" width="500" height="558" /></p>
<p><strong>I pulled this data today almost two months after the emails were sent out and they are still driving trickles of traffic to the site.</strong></p>
<p>Because I have six segments I went ahead and created PDF&#8217;s of each.</p>
<ul>
<li><strong><a title="Campaign 03, 04, 05 Segments" onclick="pageTracker._trackPageview('/PDF/campaign-03-04-05');" href="http://doteduguru.com/wp-content/uploads/2008/11/campaign-03-04-05.pdf">Campaign 03, 04, 05 Segments</a></strong></li>
<li><strong><a title="Campaign 06, 07, 08 Segments" onclick="pageTracker._trackPageview('/PDF/campaign-06-07-08');" href="http://doteduguru.com/wp-content/uploads/2008/11/campaign-06-07-08.pdf">Campaign 06, 07, 08 Segments</a></strong></li>
</ul>
<p>It&#8217;s a little hard to view the segments in that graph.  So here is a weekly graph where you can distinctly see how the various segments measure.</p>
<p style="text-align: center;"><img class="size-full wp-image-1381 aligncenter" style="border: 1px solid black;" title="Top 5 Campaign Weekly Segmented" src="http://doteduguru.com/wp-content/uploads/2008/11/campaign-weekly-segmented.png" alt="campaign weekly segmented Practical Example of Google Analytics New Advanced Segments" width="500" height="204" /></p>
<p style="text-align: left;">So there you go an actual application for the new features.  If you are tracking campaigns in Google Analytics you might as well be viewing your segmented data a little clearer.  I&#8217;ve been playing around digging into reports looking at depth of stay on site and seeing how that compares across these groups, meaning creating custom report of three or more page visits against these segment groups.</p>
<p>So I challenge you to play around with these new features and share what you discover.  Hopefully they have been rolled out to everyone by now?</p>
<h3>Additional Links showing Google Analytics new features</h3>
<ul>
<li>David Harry (aka The Gypsy) recently wrote an excellent two part post showing creating custom segments and reports for keyword analysis.  <a title="Google Analytics tips for SEO" href="http://www.huomah.com/Conversions/Web-Analytics/Google-Analytics-tips-for-SEO.html" target="_blank"><strong>Part I</strong></a> &amp; <a title="Google Analytics for SEO part II" href="http://www.huomah.com/Conversions/Web-Analytics/Google-Analytics-for-SEO-part-II-.html" target="_blank"><strong>Part II </strong></a></li>
<li>Avinash Kaushik introducing the new features and showing everyone how to <a title="Be an Analytics Ninja" href="http://www.kaushik.net/avinash/2008/10/google-analytics-releases-advanced-segmentation.html" target="_blank"><strong>Be an Analytics Ninja</strong></a>!</li>
</ul>


<p>Related posts:<ol><li><a href='http://doteduguru.com/id572-google-analytics-tracking-code.html' rel='bookmark' title='Permanent Link: 3 Quick Tips to Tag and Track with Google Analytics'>3 Quick Tips to Tag and Track with Google Analytics</a></li>
<li><a href='http://doteduguru.com/id629-google-analytics-filters.html' rel='bookmark' title='Permanent Link: 7 Google Analytics Filters To Help Understand Your Visitors'>7 Google Analytics Filters To Help Understand Your Visitors</a></li>
<li><a href='http://doteduguru.com/id649-google-analytics-checker.html' rel='bookmark' title='Permanent Link: Is Google Analytics Installed Properly?'>Is Google Analytics Installed Properly?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://doteduguru.com/id1379-example-google-analytics-advanced-segments.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Book Review: Neuromarketing</title>
		<link>http://doteduguru.com/id611-book-review-neuromarketing.html</link>
		<comments>http://doteduguru.com/id611-book-review-neuromarketing.html#comments</comments>
		<pubDate>Thu, 11 Sep 2008 01:16:21 +0000</pubDate>
		<dc:creator>Karlyn Morissette</dc:creator>
				<category><![CDATA[Book Review]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[audience]]></category>
		<category><![CDATA[brain processes]]></category>
		<category><![CDATA[christophe morin]]></category>
		<category><![CDATA[decision maker]]></category>
		<category><![CDATA[dollar value]]></category>
		<category><![CDATA[emotions]]></category>
		<category><![CDATA[marketing books]]></category>
		<category><![CDATA[neuromarketing]]></category>
		<category><![CDATA[new brain]]></category>
		<category><![CDATA[old brain]]></category>
		<category><![CDATA[parts of the brain]]></category>
		<category><![CDATA[parts of the brain and their function]]></category>
		<category><![CDATA[patrick renvoise]]></category>

		<guid isPermaLink="false">http://doteduguru.com/?p=611</guid>
		<description><![CDATA[ I breezed through a bunch of marketing books this weekend, but the one that really stood out as useful was Neuromarketing by Patrick Renvoise and Christophe Morin. If you do marketing in any way, shape or form this book should be on your &#8220;to read&#8221; list.  It describes how the brain makes decisions and [...]]]></description>
			<content:encoded><![CDATA[<p><img style="float: right; margin: 5px;" src="http://doteduguru.com/wp-content/uploads/2008/09/14467805.jpg" alt="Neuromarketing" width="127" height="193" title="Book Review: Neuromarketing" /> I breezed through a bunch of marketing books this weekend, but the one that really stood out as useful was Neuromarketing by Patrick Renvoise and Christophe Morin. If you do marketing in any way, shape or form this book should be on your &#8220;to read&#8221; list.  It describes how the brain makes decisions and how you can hone your designs and messages to give your organization a competitive advantage.</p>
<p><span id="more-611"></span></p>
<p>Neuromarketing discusses the three parts of the brain and their function: </p>
<ul>
<li><strong>New Brain</strong>: Processes rational data.  This part of the brain may not be fully formed until you are 24-years-old.</li>
<li><strong>Middle Brain</strong>:  Processes emotions and gut feelings. </li>
<li><strong>Old Brain</strong>: The real decision maker.  This is the first part of the brain to develop and makes all decisions.  It&#8217;s sole concern is the physical survival of the body.  The old brain is 45,000 times older than the written word, which means that written words don&#8217;t impact it. </li>
</ul>
<p>When the old brain makes decisions, it consults with the new and middle brain.  This leads to emotionally-led decisions, which are then justified rationally.</p>
<p>So how do you reach the old brain, since it doesn&#8217;t understand words?  The authors offer several suggestions to appeal to the old brain in terms that it recognizes:</p>
<ol>
<li> <strong>An Audience-Focused message</strong>: The old brain is not concerned with anything not related to its own well-being.  Therefore your messages must be 100% audience focused.  They don&#8217;t care about your organization.  They care how your organization can help THEM.</li>
<li><strong>Contrast</strong>: Use contrasting examples, such as before/after, risky/safe, with/without, fast/slow, etc.</li>
<li><strong>Tangible Input</strong>: Ideas should be simple and easy to grasp.  Make sure your audience can easily recognize and process your terms (such as dollar value).</li>
<li><strong>Focus on the Beginning and the End</strong>: Put the most important points at the beginning of a message (this can also apply in a presentation). The once the old brain has assessed that there is no immediate danger, it will try to conserve energy by paying less attention to the middle of the message.</li>
<li><strong>Visual Stimuli</strong>: The old brain responds to visuals before the new brain has time to process what they mean.</li>
<li><strong>Emotion</strong>: We remember events better when we&#8217;ve experienced them with strong emotion.  If customers can&#8217;t remember your message, why would they choose your product? </li>
</ol>
<p>Now that we know what the old brain will pay attention to, the authors offer a four-point plain for integrating these strategies into our marketing plan:   </p>
<p><strong>Diagnose the Pain</strong>:  You have to figure out what &#8220;pain&#8221; your audience is experiencing &#8211; what do they really want/need? What benefits do you have that relieve that pain?  For example, when Dominoes found out that the real reason customers weren&#8217;t utilizing delivery was that they were worried about the time it would take for the pizza to get to their house, they implemented a 30-minute guarantee.  The pain of your audience falls into three categories: financial, strategic or personal.  Marketing efforts should focus on the things that cause the MOST pain, rather than things that your audience doesn&#8217;t really care about.  Finally, your audience must acknowledge that they have a certain pain in order for your offer of relief to appeal to them. </p>
<p><strong>Differentiate Your Claims</strong>: The old brain responds to clear, solid contrast.  How are you different than your competitors?  How are you different than doing nothing?  What&#8217;s UNIQUE about what you&#8217;re selling?  Don&#8217;t just say that you&#8217;re one of many companies that offer basically the same thing.  You may have to be creative about your claim of differentiation but if you aren&#8217;t different, you&#8217;re basically selling your competitors products for them.  </p>
<p><strong>Demonstrate the Gain: </strong>Now that you&#8217;ve differentiated yourself from your competitors, you have to <span style="text-decoration: underline;">demonstrate</span> through a tangible message that your audience will benefit from your product. You can do this through stories, an actual demo, data that relates back to tangible value or a vision statement (though this tactic is the least affective because it requires faith.  </p>
<p><strong>Deliver to the Old Brain: </strong>It&#8217;s critical to deliver this message in the way that the old brain will understand, which you can do by grabbing the user&#8217;s attention right off the bat, using big picture analogies, making sure your claims are clearly articulated and using phrases that appeal to our self-centered nature by using key words like &#8220;you&#8221;.  </p>
<p>Overall, this book is definitely worth the $22 I paid for it.  It&#8217;s full of practical and applicable information that can be incorporated into any marketing campaign.</p>


<p>Related posts:<ol><li><a href='http://doteduguru.com/id2254-sexsexsex-now-i-have-your-attention.html' rel='bookmark' title='Permanent Link: sex&#8230;Sex&#8230;SEX!  Now I Have Your Attention.'>sex&#8230;Sex&#8230;SEX!  Now I Have Your Attention.</a></li>
<li><a href='http://doteduguru.com/id281-book-review-buzzmarketing-mark-hughes.html' rel='bookmark' title='Permanent Link: Book Review: Buzzmarketing: Get People to Talk About Your Stuff'>Book Review: Buzzmarketing: Get People to Talk About Your Stuff</a></li>
<li><a href='http://doteduguru.com/id3888-inbound-marketing-book-review.html' rel='bookmark' title='Permanent Link: Book Review: Inbound Marketing the Book'>Book Review: Inbound Marketing the Book</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://doteduguru.com/id611-book-review-neuromarketing.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Using 301 Redirects to solve URL Canonicalization: Low Hanging Fruit for SEO and Web Standards</title>
		<link>http://doteduguru.com/id447-301-redirect-url-canonicalization.html</link>
		<comments>http://doteduguru.com/id447-301-redirect-url-canonicalization.html#comments</comments>
		<pubDate>Thu, 21 Aug 2008 12:00:53 +0000</pubDate>
		<dc:creator>Kyle James</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[audience]]></category>
		<category><![CDATA[brand awareness]]></category>
		<category><![CDATA[canonical representation]]></category>
		<category><![CDATA[canonicalization]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[perspective]]></category>
		<category><![CDATA[search engines]]></category>
		<category><![CDATA[separate pages]]></category>
		<category><![CDATA[web standards]]></category>
		<category><![CDATA[websites url]]></category>
		<category><![CDATA[wofford]]></category>

		<guid isPermaLink="false">http://doteduguru.com/?p=447</guid>
		<description><![CDATA[This is the first part in a series of solid web standards that I plan on writing.  There is a lot of simple web standards, or things that I think should be standards, that people either do the hard way or don&#8217;t make their site as user friendly as possible.  So either you know exactly [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-448" style="float: right; margin-left: 5px; margin-right: 5px;" title="Smiley Face" src="http://doteduguru.com/wp-content/uploads/2008/08/smiley-face.jpg" alt="smiley face Using 301 Redirects to solve URL Canonicalization: Low Hanging Fruit for SEO and Web Standards" width="150" height="150" />This is the first part in a series of solid web standards that I plan on writing.  There is a lot of simple web standards, or things that I think should be standards, that people either do the hard way or don&#8217;t make their site as user friendly as possible.  So either you know exactly what I’m talking about here or you’re like, Kyle what the heck is <strong>canonicalization</strong>?  Well <strong><a title="Canonicalization on Wikipedia" href="http://en.wikipedia.org/wiki/Canonicalization" target="_blank">according to Wikipedia Canonicalization is</a></strong>:<span id="more-447"></span></p>
<p style="padding-left: 30px;"><em>a process for converting data that has more than one possible representation into a &#8220;standard&#8221; canonical representation</em></p>
<p>Ok so that helps a lot!?  Let me be a little more specific here <strong>www or non-www URL Canonicalization</strong> of your websites URL.  Following me yet?  For example at Wofford <strong>www.wofford.edu</strong> takes me to the same place as <strong>wofford.edu</strong>.  Big deal right?  Well actually it is a big deal and it’s important to do this right.  You want to make sure that a visitor who comes to your site always gets to the right page no matter if they use the www or not.  From a SEO perspective this is a BAD thing because you have duplicate content.  That’s right www.wofford.edu and wofford.edu are seen on search engines as two separate pages and you’re splitting your linkjuice on your site in half.  Now think about your entire website with this issue…</p>
<p>Not only do you have to worry about this duplicate content, but what about:</p>
<ul>
<li>www.wofford.edu/default.aspx</li>
<li>www.wofford.edu/</li>
<li>wofford.edu/index.html</li>
<li>wofford.edu/Default.aspx</li>
</ul>
<p><strong>See how this problem quickly gets exponentially worse? </strong> Not only is this really bad for SEO, but deciding on www or non-www can be an <strong>important marketing decision</strong> for brand awareness.  As a great example we use <strong>www.wofford.edu</strong> because well that’s how we have traditionally used it for years now and our audience expects it.  Not to mention it’s got a nice balanced look to it.  On the other end of the spectrum this blog uses <strong>doteduguru.com</strong> because I like the shorter and quicker look of it.  There is no one way that is better than the other, but it is important to make a decision and stick with it.</p>
<p><strong>You want to redirect all your pages from one preference to the other using SEO friendly 301 redirects.</strong> I would not recommend going the delayed redirect route.  (If someone knows someone who works there, please forward them this post to fix their <a title="Columbia University Redirect" href="http://columbia.edu/" target="_blank"><strong>http://columbia.edu/</strong></a> link.  I’m sure there are other schools out there that do this, but come on don’t make your visitors wait or annoy them.  It&#8217;s all about the user experience and this takes five minutes and you can automate the entire process for your user instantaneously AND think about your SEO.  We are talking about a super powerful homepage that has a PageRank of 9 splitting resources here).  You also do not want one of these options coming up as a dead link either, your wasting your visitors times trying to type it perfect and potentially causing them not to come back.</p>
<p>Luckily there are a few best practices and steps you can do to help stem this problem and get control of your duplicate content.</p>
<h3>How do I check and Fix a URL Canonicalization problem?</h3>
<p>The first thing I would recommend doing is to run your homepage URL through this <strong><a title="301 Redirect Check Tool" href="http://www.ragepank.com/redirect-check/" target="_blank">Redirect Check Tool</a></strong>.</p>
<p>I’ll talk more about 301 redirects in a later post, but for now all you need to know is that they are SEO friendly and the proper way to redirect a website.  The results should return one 200 response if you have handled all your duplicate content properly.  So how do you go about resolving this issue?</p>
<h3>Solving URL Canonicalization on Apache</h3>
<p>It’s really easy to fix this issue on an Apache.  All you need to do is edit your .htaccess file in your root directory and add the following.</p>
<p style="padding-left: 30px;"><em>RewriteEngine on<br />
RewriteCond %{HTTP_HOST} !^www\.doteduguru\.com<br />
RewriteRule (.*) http://www.doteduguru.com/$1 [R=301,L]</em></p>
<p>This example would make all traffic to doteduguru.com be redirected with the www at the beginning.</p>
<h3>Solving URL Canonicalization on IIS</h3>
<p>Solving a URL Canonicalization issues on IIS is a little bit more difficult than Apache, but still not very bad and easy enough to resolve in less than five minutes.  Instead of trying to explain it in this post here’s a great post that will tell you all about it and I following it works.  How do I know?  Because it’s the instructions I followed months ago when I setup wofford’s permissions properly.</p>
<p><a title="Solving Canonicalization in IIS" href="http://seablick.com/blog/articletype/articleview/articleid/44.aspx" target="_blank"><strong>Solving Canonicalization with IIS with SEO friendly 301 redirects</strong></a></p>
<p style="text-align: center;"><img class="size-full wp-image-452 aligncenter" title="Sunrise on a new day" src="http://doteduguru.com/wp-content/uploads/2008/08/sunrise-newday.jpg" alt="sunrise newday Using 301 Redirects to solve URL Canonicalization: Low Hanging Fruit for SEO and Web Standards" width="450" height="300" /></p>
<h3>Canonicalization Best Practices</h3>
<p>Let me also emphasize the importance of setting up all links to directories properly.  This means no matter of your platform is on .net, php, static pages, or whatever you should always link to the directory not your default or index page specifically.  An example of this would be linking to <strong>www.wofford.edu/admission/</strong> not <strong>www.wofford.edu/admission/default.aspx</strong>.  Not only does this make it easier on your redirects, but it&#8217;s good practice should you ever change coding languages down the road.  This is also helpful in reducing duplication of your web analytics tracking and many other other issues.</p>
<h3>Want more on URL Canonicalization?</h3>
<p>For additional reading on this subject check out Matt Cutts post about <a title="Matt Cutts on URL Canonicalization" href="http://www.mattcutts.com/blog/seo-advice-url-canonicalization/" target="_blank"><strong>URL Canonicalization</strong></a></p>
<p>I would also recommend reading SEOmoz&#8217;s post about <a title="Canonical and Duplicate Versions of Content" href="http://www.seomoz.org/blog/rewriting-the-beginners-guide-part-iv-continued-canonical-and-duplicate-versions-of-content" target="_blank"><strong>Canonical and Duplicate Versions of Content</strong></a></p>


<p>Related posts:<ol><li><a href='http://doteduguru.com/id529-handing-404-page-not-found-error-properly.html' rel='bookmark' title='Permanent Link: Dealing with a &#8220;404 &#8211; Page Not Found Error&#8221; Properly'>Dealing with a &#8220;404 &#8211; Page Not Found Error&#8221; Properly</a></li>
<li><a href='http://doteduguru.com/id5414-seo-best-practices-slides-whipplehill.html' rel='bookmark' title='Permanent Link: WhippleHill Summit Slides: SEO Best Practices: Hitting the Low Hanging Fruit'>WhippleHill Summit Slides: SEO Best Practices: Hitting the Low Hanging Fruit</a></li>
<li><a href='http://doteduguru.com/id741-using-redirectors-for-offline-campaigns.html' rel='bookmark' title='Permanent Link: Using Redirectors for Offline Campaigns'>Using Redirectors for Offline Campaigns</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://doteduguru.com/id447-301-redirect-url-canonicalization.html/feed</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Social Survey: StumbleUpon</title>
		<link>http://doteduguru.com/id84-social-survey-stumbleupon.html</link>
		<comments>http://doteduguru.com/id84-social-survey-stumbleupon.html#comments</comments>
		<pubDate>Mon, 18 Feb 2008 15:00:03 +0000</pubDate>
		<dc:creator>Kyle James</dc:creator>
				<category><![CDATA[Social Bookmarking]]></category>
		<category><![CDATA[Social Networks]]></category>
		<category><![CDATA[audience]]></category>
		<category><![CDATA[interactive features]]></category>
		<category><![CDATA[prospective students]]></category>
		<category><![CDATA[statistics]]></category>
		<category><![CDATA[stumbleupon toolbar]]></category>
		<category><![CDATA[traffic sources]]></category>
		<category><![CDATA[virtual tours]]></category>

		<guid isPermaLink="false">http://doteduguru.com/id84-social-survey-stumbleupon.html</guid>
		<description><![CDATA[According to eBizMBA, StumbleUpon is the 5th largest social bookmarking site.   It is one of the most well known and many people would say the most fun to use social bookmarking sites.  What makes StumbleUpon so much fun is the StumbleUpon toolbar.  What is so amazing about this toolbar is the ability to truly surf [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://doteduguru.com/wp-content/uploads/2008/02/stumbleupon250.jpg" border="0" alt="StumbleUpon Logo" hspace="5" width="250" height="255" align="right" title="Social Survey: StumbleUpon" />According to eBizMBA, <a title="Top 30 Social Bookmarking sites" href="http://www.ebizmba.com/articles/social30.html" target="_blank">StumbleUpon is the 5th largest</a> social bookmarking site.   It is one of the most well known and many people would say the most fun to use social bookmarking sites.  What makes StumbleUpon so much fun is the <a title="StumbleUpon Toolbar" href="http://www.stumbleupon.com/download.php" target="_blank">StumbleUpon toolbar</a>.  What is so amazing about this toolbar is the ability to truly surf the web.  Once installed you can set your preferences and interest and surf the web getting recommendations based on your interest.  If your interested in &#8220;Higher Education&#8221; and &#8220;Internet Marketing&#8221; then you will be more likely to get these sorts of sites shown to you.  By rating the sites that you like and don&#8217;t like using the toolbars &#8220;thumbs up&#8221; and &#8220;thumbs down&#8221; options the system learns your preferences and narrows down the sites that it sends you too.</p>
<p><span id="more-84"></span></p>
<p>Here are two great articles that can explain StumbleUpon much better than me trying to rewrite something that someone has already done better:</p>
<ul>
<li><a title="Quick StumbleUpon Guide" href="http://www.fatkidunleashed.com/quick-stumbleupon-guide/" target="_blank">A Quick Guide to Using StumbleUpon</a></li>
<li><a title="Write Great StumbleUpon Posts" href="http://www.problogger.net/archives/2008/02/14/how-to-write-posts-that-set-stumbleupon-on-fire/" target="_blank">How to Write Posts That Set StumbleUpon on Fire</a> &#8211; This article can easily be translated to content on any site</li>
</ul>
<p><strong>The Stumble Effect</strong></p>
<p>Because of it&#8217;s unique approach you will always generate some traffic for anything URL that has been stumbled.  Also because of it&#8217;s unique nature the traffic that you generate will also be targeted to your audience.  If your audience is prospective students then it is possible to generate that sort of traffic just as if you were interested in college sports.</p>
<p>To give an example StumbleUpon has far and away been this blogs greatest source of traffic.  I&#8217;ve gotten more than 1,000 visits from StumbleUpon over the last month which accounts for almost half of my traffic sources not counting direct traffic.</p>
<p><strong>What type of Higher Ed pages will do best with StumbleUpon?</strong></p>
<p>I don&#8217;t have any statistics to back this up, but I think college sections geared towards prospective students using video, <a title="Virtual Campus Tours" href="http://www.nucloud.com/" target="_blank">virtual tours</a>, and interactive features will do best on StumbleUpon.  I posted <a title="Wofford Arboretum" href="http://www.wofford.edu/arboretum/" target="_blank">Wofford&#8217;s Arboretum</a> website to StumbleUpon and we have actually gained some traffic, although I&#8217;ll admit it hasn&#8217;t been huge.  The Arboretum is a site where individuals can download audio and maps and walk around campus enjoying the arboretum on a printed out PDF and each plants explanation on their mp3 player.</p>
<p><strong>What is the best way for Higher Education to use StumbleUpon?</strong></p>
<p>Because StumbleUpon, like any other social network, relies on the support of the masses it takes more than one person to get the ball rolling.  Take a look at your college&#8217;s website and find 2-5 pages that really stand out as a great representation of your institution and get 4-5 people to submit it making sure that you all use the same tags.  Then forget about it and check your traffic statistics in a month.  Don&#8217;t get your hopes up that you will generate thousands of hits, but you will bring steady, targeted traffic to you best sections which hopefully builds up more long term name recognition and relationships.</p>
<p>DO NOT attempt to submit everything, simply your best and hope that the stumbler finds enough on the landing page that they surf more around your site.  Keep in mind that this audience probably knows little to none about your school so having links like a fast facts page easily viewable are definitely recommended.  One of the most difficult things to do with Stumble traffic is to complete the conversion.  Just because they come to your site and enjoy your campus tour doesn&#8217;t necessarily mean that they will ever come back.  This sort of traffic usually doesn&#8217;t stay very long so make sure that you make it as easy as possible to convert them by offering email signups, RSS feeds, and such.  Keep your most important information and what you want them to see on the screen without having to scroll.</p>
<p style="text-align: center;"><img src="http://doteduguru.com/wp-content/uploads/2008/02/einsteinstumbleupon450.jpg" border="0" alt="Einstein Loves StumbleUpon" hspace="5" width="450" height="338" title="Social Survey: StumbleUpon" /><br />
<em>Photo provided by </em><a title="xiaojuntong Flicker Account" href="http://www.flickr.com/photos/sandu/104428166/" target="_blank"><em>xiaojuntong</em></a></p>
<p><strong>Final Thoughts</strong></p>
<p>Stumbling is so much fun and is definitely one of the easiest sites to suck your time.  Using your best content it is possible to take advantage of others stumble addiction to expose new individuals to your institution and brand.  You shouldn&#8217;t expect amazing results, but StumbleUpon is an area of Internet marketing and exposure that should not be overlooked by anyone.  It is very quick and easy to submit your site and you can realistically expect a steady flow of targeted traffic.  Submitting sites to StumbleUpon also works best if you can get multiple people to submit and tag a piece of content.  Don&#8217;t count on StumbleUpon to be your only traffic source, but it definitely provides a nice supplementary role.  <strong> </strong></p>
<p><strong>In closing, out of all the Social Bookmarking sites I&#8217;ve written and haven&#8217;t written about, StumbleUpon presents the best social marketing possibilities for Higher Education.</strong></p>
<p>Next week we&#8217;ll look at Del.icio.us.</p>


<p>Related posts:<ol><li><a href='http://doteduguru.com/id76-social-survey-digg.html' rel='bookmark' title='Permanent Link: Social Survey: Digg'>Social Survey: Digg</a></li>
<li><a href='http://doteduguru.com/id35-social-survey-facebook.html' rel='bookmark' title='Permanent Link: Social Survey: Facebook'>Social Survey: Facebook</a></li>
<li><a href='http://doteduguru.com/id92-social-survey-delicious.html' rel='bookmark' title='Permanent Link: Social Survey: Del.icio.us'>Social Survey: Del.icio.us</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://doteduguru.com/id84-social-survey-stumbleupon.html/feed</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 80/255 queries in 4.570 seconds using disk

Served from: doteduguru.com @ 2010-07-31 09:31:28 -->