Razorfish Search Shots

Posts Tagged ‘SEO’

Google’s New Layout: Shocking & Horrible?

Friday, May 14th, 2010

Last week, Google launched a new results page layout, giving searchers a variety of options to the left of the search results. The changes are primarily to the layout and styling and are intended to provide an even richer search experience for users. While the search options panel has been available since 2009, this is the first time Google included it in the default view for all users.

While the changes seem minor, many feel that the changes go against Google’s simple way of presenting information. Some posts in Google’s forum describe it as “shocking and horrible”. Google has stated that the new layout is still a work in progress.

We polled our team to see if the new layout is useful for searches and the team was pretty split. I guess time will tell…

Update: We encourage you to check out the full Google Latest Results Page POV prepared by Steve Rose and Sam Hailstone, SEO Engineers from the Razorfish UK Office!

Razorfish Gives Google’s SEO Report Card a ‘C’

Wednesday, March 17th, 2010

Last week, Google released their SEO Report Card, designed to identify opportunities for SEO improvement within Google and to share SEO best practices with the industry.  The report card measures the main pages of 100 Google sites against common optimization categories, assigning a grade for each.

We agree that scoring pages can be a good way to aggregate feedback and flag issues. We asked Razorfish’s SEO team to give Google’s report card a grade, based on its potential usefulness to companies with many websites. Our SEO team was unimpressed — zero As or Bs were handed out. Here’s a sample response, and a chart of all responders’ grades below:

“Google has outlined a basic approach but does not clearly define where emphasis should be placed to maximize value. There are dozens of tactics not addressed in this document that may be affecting their level of organic success.

Though they are self deprecating in their approach to pulling back the curtain, I think they might mislead some people about what is important in SEO. They discuss not having proper keywords in place, but they don’t do a good job specifying how to source keywords or the value of ranking for certain keywords. I mean, regardless of its title tags, the Google Keyword Tool ranks #1 for the top search terms for keyword research. On the one hand, yes, they’re not using some best practices, but on the other, SEO can’t be reduced to a checklist and not all sites are created equal. Some require one or two changes to show improvement while others need the full gamut of techniques.”

We want to hear from you so share your grade with us.

Have an idea for QuickPoll? Email us at razorfishsearch@razorfish.com

HTML5 Video and Accessibility

Wednesday, February 10th, 2010

Up until this point, the only option for search accessible video has been to use SWFObject or something like it that utilizes javascript to swap in the video content when flash is detected. The video is swapped into a container that by default holds content (HTML, images, et cetera) that act as alternate content should the user not have flash or javascript enabled. It also, when done properly, provides that alternate content to search engine spiders which don’t trigger javascript functions. In general, that has been a good solution for getting content on pages that are flash heavy, and is widely accepted as an industry standard solution.

This is all going to change, however, once HTML5 picks up steam. HTML5 introduces the <video> tag and deprecates the need to embed video as flash. The new video tag can use an actual video file as it’s source making the need for the flash interface unnecessary. The beauty of this format is that it is open source, therefore you get all the video viewing features of a flash implementation, but in a tag that is open to any platform to use. That means full screen viewing, jump to any point in the video and buffer from there, and custom styled controls without needing any plug-in.

More importantly to search, this means that alternate content for video is now supported as part of the standard instead of needing a third party solution on top of a plug-in.  Alternate HTML can simply be placed between the <video> start and end tags. This solution currently only addresses video content which doesn’t include interactive flash interfaces, but that is something the HTML5 canvas tag is hopefully going to pick up the slack on which I’ll address in a future post.

The HTML5 video element is currently supported by Firefox 3.5, Safari 3, Safari 4, Google Chrome, iPhone, and Andriod. Support is expected in upcoming versions of IE8.

Article by Joshua Tuscan