<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.waycoolwebdesign.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Search Engine Optimization (SEO)</title>
 <link>http://www.waycoolwebdesign.com/Blog/Search-Engine-Optimization-SEO</link>
 <description>The taxonomy view with a depth of 0.</description>
 <language>en</language>
<item>
 <title>Search Engine Optimization (SEO) Improvements</title>
 <link>http://www.waycoolwebdesign.com/Blog/2009/03/12/Search-Engine-Optimization-SEO-Improvements</link>
 <description>&lt;h2&gt;Improving Way Cool Web Design&#039;s SEO&lt;/h2&gt;
&lt;p&gt;This post concerns a little experiment on my search engine optimization efforts. I&#039;ve had good success with my client efforts and what few pages I had on the old version of this site. But now it&#039;s time to kick it into gear and see what I can pull off for myself in this new version of the Way Cool Web Design site, launched @ beginning of March 2009.&lt;/p&gt; &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.waycoolwebdesign.com/Blog/2009/03/12/Search-Engine-Optimization-SEO-Improvements&quot;&gt;&lt;div class=&quot;more1&quot;&gt;Read more &lt;span class=&quot;textType6&quot;&gt;&amp;#187;&lt;/span&gt;&lt;/div&gt;&lt;/a&gt;&lt;/span&gt;</description>
 <comments>http://www.waycoolwebdesign.com/Blog/2009/03/12/Search-Engine-Optimization-SEO-Improvements#comments</comments>
 <category domain="http://www.waycoolwebdesign.com/Blog/Search-Engine-Optimization-SEO">Search Engine Optimization (SEO)</category>
 <pubDate>Thu, 12 Mar 2009 00:18:47 -0400</pubDate>
 <dc:creator>John</dc:creator>
 <guid isPermaLink="false">197 at http://www.waycoolwebdesign.com</guid>
</item>
<item>
 <title>Improve Search Engine Optimization (SEO) By Coding Page Content At The Top Of Your HTML</title>
 <link>http://www.waycoolwebdesign.com/Blog/2009/03/11/Improve-Search-Engine-Optimization-SEO-Coding-Page-Content-Top-Your-HTML</link>
 <description>&lt;p&gt;While I haven&#039;t personally found any proof that keeping content as close to the top of your code as possible can improve SEO, I have seen a few articles attesting to its merit. It is a commonly held believe that the technique can improve SEO.&lt;/p&gt;
&lt;h2&gt;Improve Your Search Engine Optimization Through Good Code &lt;/h2&gt;
&lt;p&gt;There is this &lt;a href=&quot;http://webdesign.about.com/od/seo/a/layout_seo.htm&quot; title=&quot;Opens a new window&quot; target=&quot;_blank&quot;&gt;article&lt;/a&gt; as an example of the belief, again without actual proof. There are examples of top-ranking sites for tough keywords like &amp;quot;&lt;a href=&quot;http://www.google.com/search?hl=en&amp;amp;client=firefox-a&amp;amp;rls=org.mozilla%3Aen-US%3Aofficial&amp;amp;hs=bDG&amp;amp;q=lingerie&amp;amp;btnG=Search&quot; title=&quot;Opens a new window&quot; target=&quot;_blank&quot;&gt;lingerie&lt;/a&gt;&amp;quot; which bring you to a top site, Pampered Passions. If you examine the source of this lingerie site you&#039;ll see the &amp;lt;h1&amp;gt; right at the top which is the start of this page&#039;s content. Notice its not buried halfway down the page like most sites that have navigation, search, logos, etc all in the header that comes visually before body content for most sites.&lt;/p&gt;
&lt;div class=&quot;google_ad1&quot;&gt;&lt;script type=&quot;text/javascript&quot;&gt;&lt;!--
google_ad_client = &quot;pub-2938344934790216&quot;;
/* 200x200 for Blog, created 3/11/09 */
google_ad_slot = &quot;6360764911&quot;;
google_ad_width = 200;
google_ad_height = 200;
//--&gt;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot;
src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt;
&lt;/script&gt;&lt;/div&gt;&lt;p&gt;If you view source on the Way Cool Web Design site you&#039;ll see something similar. The &amp;lt;h1&amp;gt; is very near the top of the code while visually the layout suggests there should be a header with navigation, search and logo above the content.&lt;/p&gt;
&lt;p&gt;Some immediate difference on the Way Cool site is &amp;quot;top of page&amp;quot; and &amp;quot;skipnav&amp;quot; anchors. The top of page anchor is one I find a lot of people use so I build it into every template I create so that in the event someone needs it they don&#039;t have to be concerned with going back to a template to add it into an entire site. The skipnav is also built into every template, although in the case of this site specifically we don&#039;t actually need a skipnav because we&#039;ve put all the nav at the bottom of the code and so there is no nav to skip in order to get to content.&lt;/p&gt;
&lt;p&gt;So, why not build every template this way? Well, it makes for some heavy duty browser testing - it&#039;s a challenging technique. Most clients just don&#039;t want to pay for all the extra time it takes to get it perfect just what is not a proven benefit. Those that are concerned about SEO however are often interested to learn more, and some are willing to go that extra mile with their budget.&lt;/p&gt;
&lt;h2&gt;Coding Middle Column Body Content At The Top Of Your HTML&lt;/h2&gt;&lt;p&gt;Let&#039;s assume in a 3-column layout like this site, you have subnavigation to the left, body content in the middle, and callouts in the right column. A few years ago I may have code this as LEFT, RIGHT, MIDDLE, with LEFT and RIGHT being floated arounf the MIDDLE which has margins on the left and right. But this doesn&#039;t help our cause since it makes MIDDLE come last in the HTML. We want MIDDLE to be first.&lt;/p&gt;&lt;p&gt;The way I normally code columns these days is LEFT, MIDDLE, RIGHT all floated left since that is, theoretically speaking, &amp;quot;correct&amp;quot; from a top-to-bottom, left-to-right coding standpoint. I code templates this way since that is a common solution for accessibility purposes - code appears in the HTML as we would view it on-screen top/bottom, left/right.&lt;/p&gt;
&lt;div class=&quot;google_ad1&quot;&gt;&lt;script type=&quot;text/javascript&quot;&gt;&lt;!--
google_ad_client = &quot;pub-2938344934790216&quot;;
/* 200x200 for Blog, created 3/11/09 */
google_ad_slot = &quot;6360764911&quot;;
google_ad_width = 200;
google_ad_height = 200;
//--&gt;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot;
src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt;
&lt;/script&gt;&lt;/div&gt;&lt;p&gt;To achieve the middle column at the top we need some CSS tricks. Code it MIDDLE, LEFT, RIGHT. First float MIDDLE to the right and LEFT to the left, with those two columns in &amp;quot;Container A&amp;quot;. Then inside &amp;quot;Container B&amp;quot; float &amp;quot;Container A&amp;quot; to the left with RIGHT floated to the right. Container B now holds MIDDLE, LEFT, RIGHT. Push Container B down with a margin to make room for the header. After Container B, code the header info, position it absolutely and make it appear at the top on-screen. &lt;/p&gt;</description>
 <comments>http://www.waycoolwebdesign.com/Blog/2009/03/11/Improve-Search-Engine-Optimization-SEO-Coding-Page-Content-Top-Your-HTML#comments</comments>
 <category domain="http://www.waycoolwebdesign.com/Blog/Accessibility-Section-508">Accessibility &amp;amp; Section 508</category>
 <category domain="http://www.waycoolwebdesign.com/Blog/CSS-Tutorial">CSS Tutorial</category>
 <category domain="http://www.waycoolwebdesign.com/Blog/HTML-CSS">HTML &amp;amp; CSS</category>
 <category domain="http://www.waycoolwebdesign.com/Blog/Search-Engine-Optimization-SEO">Search Engine Optimization (SEO)</category>
 <pubDate>Wed, 11 Mar 2009 22:19:27 -0400</pubDate>
 <dc:creator>John</dc:creator>
 <guid isPermaLink="false">196 at http://www.waycoolwebdesign.com</guid>
</item>
</channel>
</rss>
