<?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>Eric Pender &#187; User Interface</title>
	<atom:link href="http://www.ericpender.com/blog/tag/user-interface/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ericpender.com</link>
	<description>Internet Law Student &#124; Eric Pender &#124; EricPender.com</description>
	<lastBuildDate>Thu, 23 Jun 2011 21:08:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Flash, Low Speed Pages and SEO</title>
		<link>http://www.ericpender.com/blog/flash-low-speed-pages-and-seo</link>
		<comments>http://www.ericpender.com/blog/flash-low-speed-pages-and-seo#comments</comments>
		<pubDate>Thu, 12 Mar 2009 15:09:15 +0000</pubDate>
		<dc:creator>Eric Pender</dc:creator>
				<category><![CDATA[Duplicate Content]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Site Architecture]]></category>
		<category><![CDATA[User Interface]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[SWFObject]]></category>

		<guid isPermaLink="false">http://www.ericpender.com/?p=244</guid>
		<description><![CDATA[There is no doubt that Flash creates many issues when it comes to search engine optimization.  As you probably know, Flash files are similar to interactive movie files.  Even when there is textual content inside of Flash files, the text probably will not be indexed by the engines. A webmaster may or may not know [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>There is no doubt that <a href="http://www.ericpender.com/blog/seo-and-flash">Flash creates many issues when it comes to search engine optimization</a>.  As you probably know, Flash files are similar to interactive movie files.  Even when there is textual content inside of Flash files, the text probably will not be indexed by the engines.</p>
<p>A webmaster may or may not know about the various tactics that can be used to compensate for the SEO issues that are created when Flash is used.  They may be more likely to know best practices for graceful degradation from a user interface perspective than from a SEO perspective.  These user interface best practices can help with SEO issues as well, as long as they are implemented correctly.</p>
<h3>SWFObject</h3>
<p>The SWFObject is essentially a small JavaScript file that detects whether a users browser has Flash installed.  If the user has Flash, then the Flash file will load and the user will be able to engage in the rich Flash experience.  However, if the user does not have the Flash player installed, the SWFObject can be set up to show HTML content in place of the Flash file.</p>
<p>This type of graceful degradation is important to search engines as well as to humans.  Because search engines are not effective at indexing Flash, and since they will not execute JavaScript, the SWFObject allows replacement HTML content to be shown not only to human users, but to search engines as well.  Google has come out and said that use of the SWFObject is an SEO best practice, as long as the replacement content mirrors exactly the content in the Flash file.</p>
<h3>Low Speed Pages</h3>
<p>Sometimes, Flash developers may use what are called low speed pages as a way to provide graceful degradation for non-Flash users.  What are low speed pages?  Very simply, they are pages designed to be smaller in file size, and thus, load faster.  Generally, low speed pages are HTML versions of their Flash counterparts.  Low speed pages originated back before broadband was widespread.  This way, users with Flash could view the larger and bulkier Flash pages, while users who didn&#8217;t have Flash or who couldn&#8217;t load it quickly enough could use the low speed pages.</p>
<p>Wait a second, you are surly saying.  Why are developers using low speed pages if they can just use SWFObject?  The reason is because the original intent of low speed pages was, and to a increasingly smaller percentage of internet users still is, to provide a page that is quicker to load than a larger Flash file.  But now that high-bandwidth broadband access is available to more and more users, the need for a low speed page is decreasing.</p>
<p>Still, that doesn&#8217;t mean that developers have stopped using low speed pages.  After all, there are still users out there that do not have broadband access, or may be visiting your site from a mobile device, and the low speed pages work well for those users.</p>
<p>If you are doing search engine optimization on a site that has Flash as well as low speed pages that mirror the Flash pages, you need to check to see which page, the Flash version or the low speed version, has the better chance of ranking in the SERPs.</p>
<p>For a smaller site, the low speed version may have an easier time ranking, because there is little external link equity which means the search engines have to rely more heavily on internal factors to determine what a page is about.  In this case, you will want to add a meta noindex tag to the Flash version of the page.</p>
<p>On the other hand, for a larger enterprise level site, there may be much more external link equity for your Flash pages.  This is not always the case, so make sure to do a backlink report before you start making changes.  If you do determine that the Flash pages have significant link equity, while the low speed pages do not have as much link equity, you may make the decision to put a noindex tag on the low speed pages, despite the fact that they have better on-page optimization.  The low speed pages will still be entirely available to the user, but will not be indexed by the major search engines.</p>
<h3>The Best of Both Worlds</h3>
<p>In the end, you can use both Flash pages that use the SWFObject as a graceful degradation method, as well as low speed pages.  The content can be the same in both the Flash version, the HTML SWFObject backup, and the low speed pages, <em>as long as the low speed page has the noindex tag</em>.  However, if you want the low speed page to be the page that ranks, then you will need to take steps to make sure that the content is different enough to not create duplicate content issues with the Flash page&#8217;s SWFObject backup content.</p>
<p>Still, the situations where you would want the low speed pages to rank are increasingly rare.  With the SWFObject, and by putting your JavaScript and Flash in external files, you can effectively minimize the file size of your primary Flash page and deliver HTML content to users that do not have Flash installed and to the search engines.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ericpender.com/blog/flash-low-speed-pages-and-seo/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Keyword Research and User Profiling</title>
		<link>http://www.ericpender.com/blog/keyword-research-and-user-profiling</link>
		<comments>http://www.ericpender.com/blog/keyword-research-and-user-profiling#comments</comments>
		<pubDate>Mon, 23 Feb 2009 14:30:31 +0000</pubDate>
		<dc:creator>Eric Pender</dc:creator>
				<category><![CDATA[Keyword Research]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[User Interface]]></category>
		<category><![CDATA[Conversion Funnel]]></category>

		<guid isPermaLink="false">http://ericpender.com/?p=137</guid>
		<description><![CDATA[As I have mentioned before, keyword research for search engine optimization is more than just traffic and competition metrics.  It is important to look beyond traffic and competition to try to understand the intent of the user when they type their query into a search engine. Profile the User to Get Qualified Traffic It is [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>As <a href="http://ericpender.com/2009/02/22/how-to-analyze-keyword-research/" target="_self">I have mentioned before</a>, keyword research for search engine optimization is more than just traffic and competition metrics.  It is important to look beyond traffic and competition to try to understand the intent of the user when they type their query into a search engine.</p>
<p><strong>Profile the User to Get <em>Qualified</em> Traffic</strong></p>
<p>It is not enough to only look at keyword traffic, or only look at keyword traffic and competitiveness.  In order to conduct effective keyword research, it is important to develop user profiles in your keyword research.  With every keyword that you add to your list of potential target keywords, think about what the user is looking for when they type in that keyword.</p>
<p>If they keyword is &#8220;widget reviews,&#8221; you know that the user is probably not yet in the buying stage.  They are looking for more information about the quality and reliability of the widgets they are seeking.  In this case, you would want the target this keyphrase to a landing page providing user reviews or testimonials.  If the keyword is &#8220;buy widgets,&#8221; you can be pretty sure that they user is ready to purchase, and you would want them to landing on a page that allows them to satisfy this need.</p>
<p>When performing keyword research, segment your potential keywords into separate sheets, with each sheet geared toward a specific user profile.  Using our example with the widgets, you would want one sheet that contained keywords for a user that is looking for widget reviews, another sheet with keywords for a user looking for widget specifications, and yet another sheet for a user looking to buy widgets.</p>
<p><strong>User Profiles Should Mirror Your Conversion Funnel</strong></p>
<p>If the idea of segmenting your keyword research based on user profiles seems a bit overwhelming, keep in mind that your user profiles will likely mirror your conversion funnel.</p>
<p>Your sales team is likely familiar with these different phases of user purchasing phases.  In the beginning, the user may be looking for information on whether or not they even <em>need</em> a widget.  Later, once they come to the conclusion that they do need a widget, they may look for information about different brands of widgets.  After that, they make look for information on widget specifications, widget reviews, costs of widgets, etc.  Then when they have collected all of the necessary information, they may decide to purchase a widget from a particular company.</p>
<p>In this scenario, your keyword research would be segmented based on the user as they exist in each stage of the buying process.  Of course, your website will ideally be set up to direct the consumer from each stage of the buying processes to the next relevant stage.  That way, the user can land on your site in <em>any stage of the buying process</em> and be taken logically through each step to the final conversion page.</p>
<p>Remember, though, that there will likely be users who do not fall anywhere in the conversion process.  An example would be a reporter looking to get to your web site&#8217;s press page.  Even though this kind of user is not one that would necessarily be making a purchase, it is still important to include this type of user profile in your keyword research.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ericpender.com/blog/keyword-research-and-user-profiling/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

