Thursday, October 25, 2012

basics of search engine friendly design and development

Search engines are limited in how they crawl the web and interpret content. A webpage doesn't always look the same to you and me as it looks to a search engine. In this section, we'll focus on specific technical aspects of building (or modifying) web pages so they are structured for both search engines and human visitors alike. This is an excellent part of the guide to share with your programmers, information architects, and designers, so that all parties involved in a site's construction can plan and develop a search-engine friendly site.

 

In order to be listed in the search engines, your most important content should be in HTML text format. Images, Flash files, Java applets, and other non-text content are often ignored or devalued by search engine spiders, despite advances in crawling technology. The easiest way to ensure that the words and phrases you display to your visitors are visible to search engines is to place it in the HTML text on the page. However, more advanced methods are available for those who demand greater formatting or visual display styles:




  1. Images in gif, jpg, or png format can be assigned “alt attributes” in HTML, providing search engines a text description of the visual content.
  2. Search boxes can be supplemented with navigation and crawlable links.








  1. Flash or Java plug-in contained content can be supplemented with text on the page.
  2. Video & audio content should have an accompanying transcript if the words and phrases used are meant to be indexed by the engines.




 

Seeing Like a Search Engine

Many websites have significant problems with indexable content, so double-checking is worthwhile. By using tools like Google's cache, SEO-browser.com, or the MozBar you can see what elements of your content are visible and indexable to the engines. Take a look at Google's text cache of this page you are reading now. See how different it looks?
  Juggling Panda Image I think I have a problem with getting found.  I built this huge flash site for juggling pandas and I’m showing up nowhere on Google. What’s up?
Juggling Pandas Comparison

Whoa! That's what we look like?

Using the Google cache feature, we're able to see that to a search engine, JugglingPandas.com's homepage doesn't contain all the rich information that we see. This makes it difficult for search engines to interpret relevancy.

source : http://www.seomoz.org

No comments:

Post a Comment