<?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>wordimpressive.com &#187; SEO</title>
	<atom:link href="http://www.wordimpressive.com/category/seo/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wordimpressive.com</link>
	<description>Wordpress, PHP, LAMP Site Development and Support</description>
	<lastBuildDate>Mon, 14 Feb 2011 22:02:19 +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>Why web standards matter!</title>
		<link>http://www.wordimpressive.com/14/why-web-standards-matter/</link>
		<comments>http://www.wordimpressive.com/14/why-web-standards-matter/#comments</comments>
		<pubDate>Mon, 14 Feb 2011 20:05:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Web Standards]]></category>

		<guid isPermaLink="false">http://www.wordimpressive.com/?p=132</guid>
		<description><![CDATA[
			
				
			
		
<p>Professional web folk share plenty of eye-rolling anecdotes about departure from best practice.  It&#8217;s one way to let off steam and retain sanity.   I don&#8217;t imagine this is unique to web designers and developers &#8212; I imagine shoe cobblers had their own, &#8220;OMG!&#8221; stories.  It was in this fine tradition of mutual &#8220;kvetching&#8221; that a [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.wordimpressive.com%2F14%2Fwhy-web-standards-matter%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.wordimpressive.com%2F14%2Fwhy-web-standards-matter%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Professional web folk share plenty of eye-rolling anecdotes about departure from best practice.  It&#8217;s one way to let off steam and retain sanity.   I don&#8217;t imagine this is unique to web designers and developers &#8212; I imagine shoe cobblers had their own, &#8220;OMG!&#8221; stories.  It was in this fine tradition of mutual &#8220;kvetching&#8221; that a colleague recently told me about her meeting with a client who shared something about their web site that made her jaw drop.</p>
<p>Apparently for some months, the client&#8217;s product image on the home page was completely invisible to site visitors using Internet Explorer.  Now whether you love or hate IE, it doesn&#8217;t matter, you wouldn&#8217;t want any scenario that resulted in a significant chunk of visitors simply not seeing your primary product image.   What&#8217;s more, the client knew about this issue and *shrug* it just hadn&#8217;t been addressed.</p>
<p>How could this happen?  Easy.  Somewhere, somehow, someone decided that a &#8220;height=auto&#8221; attribute could replace an image pixel attribute in the &lt;img&gt; tag representing the client&#8217;s flagship product.   Honestly I don&#8217;t know where they got that attribute from, but the bottom line is that a completely non-standard code approach was adopted and they let it sit.  The result?  Probably some 50% of the site visitors missed a key marketing element of this client&#8217;s home page.</p>
<p>Along similar lines, I was browsing the web site of a local community college and stumbled upon a scheduled event that was presented <em>as an image</em>.  That&#8217;s right, date, description, content everything was in a GIF image file.  Aside from the content being opaque to Google, it goes without saying that this approach to content is difficult to update to say the least.  If the graphic designer packs his or her bags&#8230; then what?  Perhaps that&#8217;s what happened because this site included the text-based annotation, &#8220;This event has been rescheduled to February 15.&#8221;  True story.</p>
<p>In practice, we naturally bring our best talents to whatever we do.  If we know graphics, then our site will tend to be graphic-heavy and display our talent for top-notch image creation.  If we know programming, then we might rely more strongly on some back-end techniques or in-house custom apps to manage content.  On that engineering-heavy end of things, I&#8217;ve seen user interfaces for a CMS so unfriendly that, in fact, the engineers end up maintaining the content.  Both extremes can do a disservice to efficiently creating and managing content.  This is why from a practical point of view we need a CMS that is relatively friendly and that is standards-based.</p>
<p><a href="http://www.wordimpressive.com/wp-content/uploads/2011/02/myownway.jpg"><img class="alignleft size-full wp-image-139" style="border: 1px solid black; margin: 4px 5px;" title="myownway" src="http://www.wordimpressive.com/wp-content/uploads/2011/02/myownway.jpg" alt="" width="135" height="201" /></a>Clearly then, one huge advantage of putting a CMS into production, whether WordPress, Drupal or other standards-based systems, is that you start with a platform that assumes a best-practice approach to web publishing. Ultimately we want to adopt a tool set that <em>helps us get out of our own way</em>.</p>
<p>Another example?  If you are a web geek like myself, you occasionally peek under the covers at the source code of sites to determine what they are using for content management, or just to see how things are put together.  I performed this exercise recently with a major university web site.  What did I find?  Tables&#8230; horrors!  In web years, this approach <a href="http://www.hotdesign.com/seybold/" target="_blank">went by the wayside eons ago</a>.  Yet, so many sites still rely on this methodology for layout.   Cascading stylesheets was supposed to mean the end to using tables for content layout.</p>
<p>Here it is, 2011 and we&#8217;re still wondering why so many sites are being developed using these methods.  In case the boss needs convincing as to why time and resources should be invested in making your site standards-based, bear in mind the following concepts and arguments:</p>
<p>1) Standards-based sites utilize CSS and typically employ content databases, both of which serve the chief practical purpose of separating web content from web design.</p>
<p>2) By separating content from design you position your site content to be more Google-friendly.  Adopting a CMS that creates key-word-based URL&#8217;s further enhances this position (SEO), and makes subsequent Analytics easier to understand.</p>
<p>3) By putting style and content in their proper places, your site is more easily distributed via RSS subscription, more easily adapted into mobile format, and is typically friendlier to screen reading software in the event that 508 accessibility compliance is a concern.  Also a key point of this standards-based approach: it will be less expensive and easier to redesign the site in the future.  Seems like a win-win-win, right?</p>
<p>It&#8217;s hard to measure the cost of obsolescence, or presenting your visitors with a look that is clearly based on yesteryear&#8217;s method of web page presentation.  But clearly, adopting the most flexible approach will position you well for whatever changes come along next!</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<br />
<div class="d132" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http://www.wordimpressive.com/14/why-web-standards-matter/&amp;submitHeadline=Why+web+standards+matter%21&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://www.wordimpressive.com/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.wordimpressive.com/14/why-web-standards-matter/&amp;title=Why+web+standards+matter%21" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.wordimpressive.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.wordimpressive.com/14/why-web-standards-matter/&amp;title=Why+web+standards+matter%21" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.wordimpressive.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://www.wordimpressive.com/14/why-web-standards-matter/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.wordimpressive.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.wordimpressive.com/14/why-web-standards-matter/&amp;title=Why+web+standards+matter%21" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.wordimpressive.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit.php?url=http://www.wordimpressive.com/14/why-web-standards-matter/&amp;title=Why+web+standards+matter%21" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.wordimpressive.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Why+web+standards+matter%21+@+http://www.wordimpressive.com/14/why-web-standards-matter/" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://www.wordimpressive.com/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://www.wordimpressive.com/14/why-web-standards-matter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SEO: Why you should care&#8230;a LOT!</title>
		<link>http://www.wordimpressive.com/29/seo-why-you-should-care-a-lot/</link>
		<comments>http://www.wordimpressive.com/29/seo-why-you-should-care-a-lot/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 17:40:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.wordimpressive.com/?p=16</guid>
		<description><![CDATA[
			
				
			
		
<p class="wp-caption-text">1st Commandment of SEO: Know Thy Keywords!</p>
<p style="text-align: left;">Search Engine Optimization (SEO) is one of the newer marketing terms that has generated quite a bit of buzz lately.  However, it is one of those few jargony terms that actually refers to something of real substance.  The reality is quite simple and undisputed:   Those visitors [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.wordimpressive.com%2F29%2Fseo-why-you-should-care-a-lot%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.wordimpressive.com%2F29%2Fseo-why-you-should-care-a-lot%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<div id="attachment_49" class="wp-caption alignright" style="width: 210px"><img class="size-full wp-image-49  " style="border: 2px solid black;" title="keywords" src="http://www.wordimpressive.com/wp-content/uploads/2009/09/keywords.jpg" alt="keywords" width="200" height="123" /><p class="wp-caption-text">1st Commandment of SEO: Know Thy Keywords!</p></div>
<p style="text-align: left;">Search Engine Optimization (SEO) is one of the newer marketing terms that has generated quite a bit of buzz lately.  However, it is one of those few jargony terms that actually refers to something of real substance.  The reality is quite simple and undisputed:   Those visitors who have yet to visit your site, your &#8220;potential customers,&#8221; use Google to locate information.    Google&#8217;s &#8220;natural search&#8221; results come about from indexing certain keywords and content of high value.  Therefore, you want to adopt techniques and practices that are consistent with Google&#8217;s ranking system so that your unique, valuable content appears in the natural search results.  That&#8217;s it!</p>
<p>Google CEO Eric Schmidt was recently quoted by NPR to say that Google search recognizes that a lot of content is not useful. <em>&#8220;We want our algorithm to recognize the stuff which has one view or one reader versus the stuff that is really used by an awful lot of people. And that&#8217;s how we do our rankings.</em>&#8221; &#8211;  Google CEO Eric Schmidt, <a href="http://www.npr.org/templates/story/story.php?storyId=113450803" target="_blank">NPR Interview</a>, 2 October, 2009</p>
<p>Okay, thanks Eric.  Sounds like the chicken and egg problem.  But rather than go there, let&#8217;s say we know we have valuable content, we still need to build our web site in such a way that gives it a fighting chance among competing links:</p>
<p>1) <strong>Know thy keywords</strong>:  First off, know your keywords.  These come into play for how you write content and how you build your web site.  You can also count SEO points with the very domain name you own/choose.    Great example of this:  <a href="http://www.dustmitekiller.com" target="_blank">www.dustmitekiller.com</a></p>
<p>2) <strong>Build your site based on those keywords:</strong> That means if you are working with static pages, product sections, be sure and take advantage of creating URL strings that contain the keywords.  If you are promoting a contest where you can win a free digital camera you might want to do:  www.blahblah.com/free-digital-camera-contest.  If you are linking within your pages link descriptive text that includes those keywords:  and don&#8217;t forget about our [link]free digital camera contest[/endlink] !</p>
<p>3) <strong>Clean design, syntax</strong>:  That means using &lt;h1&gt;, &lt;h2&gt;, etc., and putting high value (read &#8220;keywords&#8221;) in those headings.  It also means you should avoid inline styles, you should have javascript included as a seperate .js file and not embedded in the page.  The main rule is you want content separated from style as much as possible.  You want to barriers between Googlebot and your awesome content.  That means building a site based on CSS formating rather than tables.  For more information check out <a href="http://www.searchenginejournal.com/seo-benefits-of-css/2211/" target="_blank">The SEO Benefits of CSS</a>.</p>
<p>The good news is that certain WordPress themes are optimized for SEO purposes, and there are specific plugins to help with such problematic issues as Google indexing your www.mysite.com and mysite.com as two separate sites.  For the most part, with these themes you don&#8217;t have to be <em>too</em> concerned about the finer points of search engine optimization.  In other words, you won&#8217;t lose sleep over &lt;h1&gt; tags and the like.</p>
<p>4) <strong>Inbound links and Social Networking: </strong>One of the most important factors in getting your site &#8220;up there&#8221; in rankings are the quality and quantity of links from <em>other</em> sites to your site.  And, of course, the omniscient Googlebot knows who links to you!  In short, the more of these inbound links the better.</p>
<p>eg:</p>
<p>Here are some <a href="http://boneheadseo.com/blog/seo-videos/seo-101-5-off-page-seo-inbound-links" target="_blank">more ideas about inbound links from Bonehead SEO</a>.  See?  I just helped a Bonehead get some SEO points.</p>
<p>The SEO value of inbound links is also a GREAT reason to have a companion blog site.  You can help build those inbound links on your own and in an authoritative way &#8212; plus, if you choose to take advantage of social networking integration available for WordPress, you can create a further opportunity to propagate your content.</p>
<p>In the near future look for &#8220;Five Key Social Networking Plugins for WordPress.&#8221;  It&#8217;s being drafted now!</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<br />
<div class="d16" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http://www.wordimpressive.com/29/seo-why-you-should-care-a-lot/&amp;submitHeadline=SEO%3A+Why+you+should+care%26%238230%3Ba+LOT%21&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://www.wordimpressive.com/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.wordimpressive.com/29/seo-why-you-should-care-a-lot/&amp;title=SEO%3A+Why+you+should+care%26%238230%3Ba+LOT%21" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.wordimpressive.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.wordimpressive.com/29/seo-why-you-should-care-a-lot/&amp;title=SEO%3A+Why+you+should+care%26%238230%3Ba+LOT%21" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.wordimpressive.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://www.wordimpressive.com/29/seo-why-you-should-care-a-lot/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.wordimpressive.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.wordimpressive.com/29/seo-why-you-should-care-a-lot/&amp;title=SEO%3A+Why+you+should+care%26%238230%3Ba+LOT%21" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.wordimpressive.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit.php?url=http://www.wordimpressive.com/29/seo-why-you-should-care-a-lot/&amp;title=SEO%3A+Why+you+should+care%26%238230%3Ba+LOT%21" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.wordimpressive.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+SEO%3A+Why+you+should+care%26%238230%3Ba+LOT%21+@+http://www.wordimpressive.com/29/seo-why-you-should-care-a-lot/" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://www.wordimpressive.com/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://www.wordimpressive.com/29/seo-why-you-should-care-a-lot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

