Search engine optimization (SEO) Interview Preparation Guide

Search engine optimization (SEO) is the process of improving the volume or quality of visitors to your web site from search engines via search results. Typically, the earlier a site appears in the search results list, the more visitors it will receive from the search engine. This Search Engine Optimization Interview Questions and Answers will build your SEO knowledge an prepare for better career in field of Search Engine Optimization.
Tweet Share WhatsApp

51 Search engine optimization (SEO) Questions and Answers:

1 :: If you only had an hour (in one shot) to spend on WSO [web site optimization] for a given site each year, what would you do for that hour, and why?

I'd pick the low-hanging fruit. Eliminate excess (graphics, multimedia), cut your prose in half, and optimize the rest. (you could install mod_gzip etc. in less than an hour also). The main thing is to make sure that your home page loads quickly.
<a href="http://www.globalguideline.com/seo" class="jtabs">Search Engine Optimization Articles</a>
Download Search engine optimization (SEO) PDF Read All 51 Search engine optimization (SEO) Questions

2 :: Have new web technologies like XHTML, CSS, Flash, and XML changed the SEO game or the ways search engines work?

Yes, CSS has made it possible to transform table-based layouts into CSS-based layouts. Typically this reduces page size by 25 to 50%. The ratio of content to markup improves dramatically.

3 :: What is the ROI [return on investment] for SEO activities? Can you give any examples? Another related question might be "How do you build a business case for doing SEO?"

This is akin to asking what is the ROI for usability. Speed is a key component of usability. Small improvements in speed can take critical pages below typical attention thresholds, and dramatically lower bail-out rates and abandoned shopping carts. I talk about this in the book, but compression alone can save 30-50% in size and bandwidth costs. Webmasters who have employed compression and optimization typically save 30 to 50% off their bandwidth costs, and retain more customers, and have improved conversion rates.

4 :: Have you seen UIEs research on users perceptions of download speed? Does not that really debunk the notion that code/graphic optimization improves usability? Is not it really all about scent of information and users "feeling" like they are consistently making progress?

Yes, I have read that. That is poorly supported elsewhere, I spend the first chapter showing why response times are important, summarizing key research into HCI and response times. However, there are factors that can affect how we perceive delays, like feedback and task complexity. Attainability is another interesting area of research, with users adjusting "subjective time bases" based on the pace of particular systems. If Domino's usually delivers in under 30 minutes, and then one day took an hour, you'd certainly notice it.
<a href="http://www.globalguideline.com/seo" class="jtabs">Search Engine Optimization Articles</a>

5 :: Can a page load too quickly?

As far as I'm concerned, no. But according to the response time research that I read, and mention briefly in the book, you can have response times that are too fast, and this increases errors. But on the web, that is unlikely to happen anytime soon.
<a href="http://www.globalguideline.com/seo" class="jtabs">Search Engine Optimization Articles</a>
Download Search engine optimization (SEO) PDF Read All 51 Search engine optimization (SEO) Questions

6 :: How can the weblog be optimized to load better but also show first-timers that work is being done?

Many of the weblogs I view source have lots of embedded formatting, like font tags and complex CSS classes. Many weblogs are also by their very nature verbose :) I'd advocate using higher-level type selectors in CSS, contextual selectors, and to be brief in decks and point to longer stories for those who want to read more. Writing succinct headlines is also important.

In general, cut your prose as much as possible, especially on high-traffic pages. Users don't read as fast on the screen. On the web, users are information foraging, trying to maximize the value of their time. They flit about like hummingbirds, looking for nuggets that interest them. One study I read showed that on average, users spend about 1 second per page, and rarely stay more than 10 seconds. Once they find an article they want, they'll stay longer.
<a href="http://www.globalguideline.com/seo" class="jtabs">Search Engine Optimization Articles</a>

7 :: Does precompilation of loop limits in Web programming languages like ColdFusion, Java, and JavaScript help?

Yes, this is also called coding motion out of loops, and is one of Bentley's 27 rules for code tuning. Also, using local variables is much faster. Many of these refactorings are covered in Chapter 10, "Optimizing JavaScript for Execution Speed."

8 :: What are the downsides of stripping out every non-printable space, tab, and line break from an HTML document, so the entire code essentially resides on a single line? I thought Netscape 4 had trouble with very long HTML lines?

I don't advocate making your entire HTML page into one single line. Some editors can choke on long lines, older versions of the Oracle info server can choke on long lines, and if you email your pages (as we do at webref), some email programs can flag a virus in longer lines. So I advocate a max of 255 character lines to be safe, or a max of 2000 character lines to avoid problems with Oracle. Also, removing whitespace can break some JavaScript code, and make your code hard to read. You can avoid these problems by keeping unoptimized versions for any edits, and punctuating your JavaScript statements with semicolons.
<a href="http://www.globalguideline.com/seo" class="jtabs">Search Engine Optimization Articles</a>

9 :: What is the most common problem to be solved when optimizing web sites?

Too many HTTP requests. This is due to the overuse of images and external files. We're also seeing a trend of too many external JavaScript and CSS files in the HEAD. This delays the display of your content as they must load first.

10 :: What major web sites do the best job of optimization?

Yahoo.com has the most highly optimized home page I have seen. They use URL abbreviation to save nearly 30% off their home page HTML. View source to see what I mean. But even Yahoo has bloated up, they have nearly 300 links on their front page. WebReference.com of course :) I like most anything from Zeldman and company, very clean and CSS-based. Though there's always room for improvement.
<a href="http://www.globalguideline.com/seo" class="jtabs">Search Engine Optimization Articles</a>
Download Search engine optimization (SEO) PDF Read All 51 Search engine optimization (SEO) Questions