1. Building Findable Websites: Web Standards, SEO, and Beyond

    Aarron Walter

    http://buildingfindablewebsites.com

  2. What’s This Book About?

  3. The primary goals of findability are to help users …

  4. The Common Thread

    Findability can be found in usabiity, accessibility, SEO, marketing, design, develpment, and information architecture
  5. Findability Beyond SEO

    • portable content is findable - put things where you'll find it again
    • It's an iterative endeavor
  6. Findability & Web Standards Sitting in a Tree …

    web standards + compelling content =
    * findability bliss *

    • Well written, keyword-rich, compelling content presented in a machine readable format will generate traffic to your site
    • Web standards are the secret to making your content machine readable and portable
  7. The Web Standards Connection

    Semantic Markup
    Using HTML tags and elements to communicate the information hierarchy and meaning of your content - not because of how they make your content look
    Microformats
    A standardized grouping of HTML tags and elements to best communicate the content marked up
    Progressive Enhancement
    A way to present a JavaScript/Flash dependent interface so that the content is still accessible to search engines, users with disabilities, and users on alternate devices.
    Accessibility
    Making a website useable by as many people as possible (disabled users, users on alternate devices) without modification.
  8. Semantic Markup Example: Image Replacement

    <h1 id="logo" title="Fischer and Sons Funeral Home">
    	<span></span>Fischer and Sons Funeral Home
    </h1>
    
    #logo {width: 329px; height: 25px; position: relative; }
    
    #logo span {
    	background: url(fischer-sons-funeral.gif) no-repeat;
    	position: absolute; 
    	width: 100%; height: 100%; }

    image replacement reference

    • Marking up a logo to communicate a logical information hierarchy
  9. Progressive Enhancement: Clear the Roadblocks

    Progressively enhance your interface with JavaScript, Ajax, and/or Flash

    Make content accessible when
    JavaScript & Flash aren’t supported

  10. Content Should Be Accessible Without JavaScript

    a progressivly enhaced interface

    • JavaScript writes in expand/collapse links, which doesn't pollute keyword density
  11. Microformats

    The ultimate in semantic markup

    http://microformats.org

  12. Microformats: Put it where you can find it

    Microformats facilitate the migration of content to calendars and mobile devices for convenient retrieval
  13. Accessibility: A More Complete Message

    
    <acronym title="Web Content Accessibility Guidelines">
       WCAG
    </accronym>
    	
    <abbr title="Texas">TX</abbr>
    

    Anticipate search behaviors

  14. Will I Get a Search Ranking Boost for Validating?

    Nope

    Standards promote best practices, but a validation badge isn't a backstage pass to the Google show.

  15. What Else Can I do to Make My Site More Findable?

  16. What Else Can I do to Make My Site More Findable?

  17. Thanks for Your Time

    building findable websites book cover