Stephan Spencer's Scatterings

The Scattered Wisdom of a scientist turned web marketing virtuoso

July 2008
S M T W T F S
 << <   > >>
    1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31    

Web 2.0 Isn't Friendly to the Search Engines

Two of the most popular Web 2.0 interactive elements, Asynchronous JavaScript and XML (AJAX) and Flash, might be great for customers and a fresh experience on many sites, but they are inherently unfriendly to the major search engine spiders. In my article on Search Engine Land entitled, "The Search Engine Unfriendliness Of Web 2.0" I cover AJAX and Flash in detail, to show you how to prevent these new technologies from harming your ability to get the most out of Web 2.0.

Here are a few quotes from the article that might help those of you who employ AJAX and Flash into your blogs or websites. This next quote covers a great tip about Flash:

Google isn't likely to make big improvements on how it crawls, indexes and ranks Flash files anytime soon. So, it's in your hands to either replace those Flash elements with a more accessible alternative like CSS/DHTML or to employ a Web design approach known as "progressive enhancement," whereby designs are layered in a concatenated manner to provide an alternative experience for non-Flash users. This way, all users, including search engine spiders, will be able to access your content and functionality.

In this quote, I talk about progressive enhancement's alternative to work with AJAX:

Here, progressive enhancement renders a non-JavaScript version of the AJAX application for spiders and JavaScript-incapable browsers. A low-tech alternative to progressive enhancement is to place an HTML version of your AJAX application within noscript tags (see TheCleanerMovie.com for an example).

For more tips about how you can incorporate progressive enhancement, feel free to visit my article.

Posted by Stephan Spencer on 11/20/2007 | Permalink

Comments (0)| Comments RSS | Filed under: Usability, Web Design ajax, flash, web 2.0, web development            

Web Developer Extension Works for SEO

By using a few toolbars, widgets, or other add-ons, you can enhance your understanding of a website's SEO health. The Web Developer Extension from Chris Pederick is a great tool that can help Web developers, designers, and SEO enthusiasts.

In my article entitled, "A don't-leave-home-without SEO tool," I talk about some of the ways this tool can enhance your understanding of a site's SEO health, and how useful it is beyond SEO. At a quick glance, the tool allows you to check your JavaScript, view Alt text, meta descriptions, and link information, linearize the page to re-order content in the order the search engines read it, and much, much more! From screen captures to an in-depth explanation, I hope you'll try out this useful tool.

Posted by Stephan Spencer on 11/19/2007 | Permalink

Comments (0)| Comments RSS | Filed under: Web Design seo, tools, web development