<?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>Jorge Pedret &#187; personas</title>
	<atom:link href="http://jorgepedret.com/tag/personas/feed/" rel="self" type="application/rss+xml" />
	<link>http://jorgepedret.com</link>
	<description>Freelance Web Developer + Front End Designer</description>
	<lastBuildDate>Wed, 16 May 2012 21:32:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>How to write effective web content?</title>
		<link>http://jorgepedret.com/web-development/how-to-write-effective-web-content/</link>
		<comments>http://jorgepedret.com/web-development/how-to-write-effective-web-content/#comments</comments>
		<pubDate>Sun, 23 May 2010 03:46:02 +0000</pubDate>
		<dc:creator>Jorge Pedret</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[headings]]></category>
		<category><![CDATA[personas]]></category>
		<category><![CDATA[reviews]]></category>
		<category><![CDATA[writing]]></category>

		<guid isPermaLink="false">http://jorgepedret.com/?p=151</guid>
		<description><![CDATA[Content is the reason why people visit your website. They are searching for information. If they can't quickly find what they're looking for, they leave.

Learning how to make your content easy to access, helps your visitors find what they're looking for. They don't want welcome messages or animated splash pages. They want to find what they came for... and quickly.]]></description>
			<content:encoded><![CDATA[<h3>Content is why people come to your website</h3>
<p>Content is the reason why people visit your website. They are searching for information. If they can&#8217;t quickly find what they&#8217;re looking for, they leave.</p>
<p>Learning how to make your content easy to access, helps your visitors find what they&#8217;re looking for. They don&#8217;t want welcome messages or animated splash pages. They want to find what they came for&#8230; and quickly.</p>
<p>For writing effective content you must get in your visitors mind. Most of us believe that we know who our users are; We believe that we know what they&#8217;re thinking.</p>
<p>Unfortunately, we don&#8217;t realize this is false until we get closer to them; until we study them, their needs and their day to day life.</p>
<p>To understand your visitors you must create personas.</p>
<p><img class="alignnone size-full wp-image-157" title="Persona Example from Letting go of the Words" src="http://jorgepedret.com/wp-content/uploads/2010/05/persona.jpg" alt="Persona Example from Letting go of the Words" width="600" height="100" /></p>
<p>A persona is an imaginary human created by you. This persona has:</p>
<ul>
<li>Name</li>
<li>Age</li>
<li>Occupation</li>
<li>Needs</li>
<li>Skills</li>
<li>And even a picture.</li>
</ul>
<p>By creating this persona, your mind leaves its own ego and starts thinking according to this imaginary person.</p>
<p><img class="alignnone size-full wp-image-156" title="Persona development" src="http://jorgepedret.com/wp-content/uploads/2010/05/persona-key-phrases.jpg" alt="Persona development" width="600" height="100" /></p>
<p>The final goal of creating personas is to help you understand your visitor&#8217;s questions and create <em>real life scenarios</em>.</p>
<h3>Everything on your website should fulfill a scenario</h3>
<p>After you create a list of personas, it&#8217;s time to think of possible scenarios. Scenarios are short stories that give you a good sense of the people who come to your site; What they want to do at your website.</p>
<p>&#8220;<em>Scenarios tell you the conversations people want to start</em>&#8221; &#8211; Janice  Redish, Letting go of the Words</p>
<blockquote><p>I&#8217;m traveling from the U.S. to India next month. Do I need a visa?</p></blockquote>
<blockquote><p>My niece will be two years old next week. I&#8217;m looking for a cute dress to send to her.</p></blockquote>
<p>If your content is not fulfilling any scenario, what&#8217;s the reason of having it? Change it to fulfill a scenario or delete it.</p>
<h3>Breaking down long content helps visitors organize your website&#8217;s ideas</h3>
<p>Whenever you see a &#8220;wall of text&#8221; keep in mind that:</p>
<ul>
<li>Your users won&#8217;t read it, or</li>
<li>It will be a pain in the butt to read (and they&#8217;ll be swearing at you for making it so hard to read).</li>
</ul>
<p><img class="alignnone size-full wp-image-160" title="i dont have time to read this crap!" src="http://jorgepedret.com/wp-content/uploads/2010/05/i-dont-have-time.jpg" alt="i dont have time to read this crap!" width="600" height="100" /></p>
<p>Break &#8220;walls of text&#8221; by making good use of these elements:</p>
<ul>
<li>Lists</li>
<li>Tables</li>
<li>Simplified text</li>
<li>Sub headings</li>
</ul>
<p><strong>Lists<br />
</strong>If you find yourself separating items by comas or enumerating items, convert those items into a list.</p>
<ul>
<li>It helps your visitors skim</li>
<li>Makes the content easy to <em>grab and go</em>.</li>
<li>Saves your users from having to create a mental list.</li>
<li>Help visitors find the item they&#8217;re looking for faster.</li>
</ul>
<p><strong>Tables<br />
</strong>Consider using tables when you need to compare numbers, have series of &#8220;if, then&#8221; or similar situations.</p>
<ul>
<li>Tables help you organize information in a more visual way</li>
<li>It makes the content easy to <em>grab and go</em>.</li>
<li>Visitors look for their question on the left column and when they find it, they look for the answer on the right column(s).</li>
</ul>
<p><strong>Simplified Text<br />
</strong>It helps users understand what you mean by just reading it once. Simplify your text following these tips:</p>
<ul>
<li>Remove any welcome message.<strong><br />
</strong>If you don&#8217;t want to remove it, think of what real life scenario the <em>welcome message</em> is fulfilling. Usually your answer will be <em>none</em>.</li>
<li>Remove any fluff words that don&#8217;t mean anything.<strong><br />
</strong>Words like &#8216;simply&#8217;, &#8216;basically&#8217;, &#8216;due to the fact that&#8217;, &#8216;at this point in time&#8217; can be completely removed or changed for a simpler word. Reading your sentences without fluff words sound a lot simpler<br />
<span style="color: #808080;">We are <span style="text-decoration: line-through;">simply</span> the best drug store. Our installations <span style="text-decoration: line-through;">basically</span> have all kinds of medicines for you.</span></li>
<li>Change complicated or technical words for very simple ones.</li>
<li>Write one to three short sentences for each paragraph, no more than that.</li>
<li>Try to avoid using comas. Break the sentence into two or more sentences instead.</li>
</ul>
<p><strong>Sub headings<br />
</strong>Also called sub titles. This helps users by telling them what they&#8217;re going to find after the heading. They can also make a general meaning of your document by only reading the sub headings.</p>
<p>Sub headings can be formatted like:</p>
<ul>
<li><strong>Questions </strong>(E.g: &#8220;Why is good content necessary?&#8221;)<br />
Use questions when your user comes to the site with questions. It&#8217;s a very good technique for clicking with your visitor.</li>
<li><strong>Statements</strong> (E.g: &#8220;Good content helps visitors find what they&#8217;re looking for&#8221;)<br />
This technique helps to get a better understanding of what&#8217;s below the heading. Notice the main headings of this article are formated like statements.</li>
<li><strong>Action Phrases</strong> (E.g: &#8220;Write good content by following these basic rules&#8221;)<br />
Use this technique when you want to encourage your user to do something or follow a list of steps.</li>
<li><strong>Nouns</strong> (E.g: &#8220;Good Content Writing&#8221;)<br />
This format can be used in some specific cases; most of the time for labels. Nouns are not conversational, unlike questions, statements or action phrases.</li>
</ul>
<h3>Naming your links efficiently saves visitors from feeling lost</h3>
<p>Naming links is one of the most important tasks while developing content. If you&#8217;ve read the phrase &#8216;<em>click here</em>&#8216;, you&#8217;ve seen bad link names.</p>
<p>Knowing what to put between the &lt;a&gt; tag is very simple, just follow these rules:</p>
<ul>
<li><strong>No &#8216;read more&#8217;, &#8216;click here&#8217;, &#8216;more&#8217; links<br />
</strong>Users usually skim through the text by jumping from one link to the next. Having a more descriptive link would help users know where that link is going to take them. By having a &#8216;read more&#8217; link, you obligate them to read what is before and after the link to understand what it is.</li>
<li><strong>Have links match your page titles</strong><br />
If visitors click on a link called &#8216;How to find a girlfriend&#8217; they want the page where they are redirected to be titled &#8216;How to find a girlfriend&#8217;. This not only supports consistency through your website but it also makes the user know right away that he&#8217;s in the right place.</li>
<li><strong>Use your visitors words</strong><br />
Avoid using your website marketing lingo for links. If you create a new section called &#8216;volcano power&#8217;, give the link a more descriptive name. Use your visitor&#8217;s words. Users won&#8217;t understand what you mean until after they click the link.</li>
<li><strong>Use action phrases for links<br />
</strong>This is a great technique to encourage your users to do something. For example: If you&#8217;re linking to a page where users can write their own comment, don&#8217;t name the link &#8220;comments&#8221;. Name it something like &#8220;write a comment&#8221; or &#8220;send us a comment&#8221;. Whatever works best.</li>
</ul>
<h3>&#8220;Inverted pyramid&#8221; text makes visitors interested enough to continue reading</h3>
<p>The inverted pyramid text is the total opposite of how we were taught in school. For this method you write the key message first. And you expand the subjects as you write. This technique is frequently used by journalists in newspapers.</p>
<p>Writing this way helps visitors quickly identify if they&#8217;re really interested or if they&#8217;ve read enough and want to stop.</p>
<p>There&#8217;s a similar technique for introducing new concepts to users. Let&#8217;s call it the known-&gt;unknown technique.</p>
<p>To use the known-&gt;unknown technique you start the paragraph with something the users already know and introduce something new in the second sentence. Then, in the start of the next paragraph you use the information that you introduced in the second sentence of the previous paragraph.</p>
<p>It&#8217;s easier to see it in action than to explain it. I&#8217;m going to use an example from Janice Redish&#8217;s book, Letting go of the Words (again):</p>
<p><img class="alignnone size-full wp-image-161" title="know to unknown paragraph" src="http://jorgepedret.com/wp-content/uploads/2010/05/know-unknown-paragraph.jpg" alt="know to unknown paragraph" width="600" height="200" /></p>
<p>Notice the first line of the first paragraph talks about something the user would already know if he&#8217;s looking to import yams into the US. The second line of the first paragraph introduces new information, indicating the yams need to be fumigated.</p>
<p>In the second paragraph, fumigation is already old information for the user, so it&#8217;s used to start the paragraph. Then the second sentence introduces new information.</p>
<p>Using this method makes users feel a lot more comfortable with what they&#8217;re reading and saves them from feeling lost in the process. It also helps educate them about unknown subjects.</p>
<h3>Where can I find more about content writing?</h3>
<p><img class="alignnone size-full wp-image-158" title="Recommended books" src="http://jorgepedret.com/wp-content/uploads/2010/05/recommended-books.jpg" alt="Recommended books" width="600" height="100" /></p>
<p>Most (if not all) of this information was taken from Janice Redish book, Letting go of the words. It&#8217;s an excellent book that I recommend all web developers and everybody related to read.</p>
<p>Of course there is a lot more detail in the book. It will teach you, using a lot of real life examples, what I just mentioned here.</p>
<p>My writing skills still suck, but at least now I&#8217;m able to identify bad content and improve it by 10000%.</p>
<p><img class="alignnone size-full wp-image-155" title="Don't make me think" src="http://jorgepedret.com/wp-content/uploads/2010/05/dont-make-me-think.jpg" alt="Don't make me think" width="600" height="100" /></p>
<p>I also recommend that you read DON&#8217;T MAKE ME THINK by Steve Krug. A really well done book that talks about helping your users understand what the hell you&#8217;re trying to say and lots about web usability.</p>
]]></content:encoded>
			<wfw:commentRss>http://jorgepedret.com/web-development/how-to-write-effective-web-content/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

