SEO and Articles

SEO Site Analysis: Knowing the Score, Part 2

April 11th, 2007

by Patricia Fusco

Originally published in ClickZ

In Part One of SEO Site Analysis: Knowing the Score, Patricia Fusco, lead strategist for Netconcepts, taught us how to benchmark our website’s overall quality using the tools that we have at our disposal.

For this segment, we are guided through a deeper process to help us understand how a user or a search engine spider navigates through our website. By awarding points for things as simple as navigation bars, to understanding how different templates might affect your site, Patricia teaches us the next level of understanding your website’s quality related to users and to search.

Read the article here, and enhance your ability to assess your website.

SEO Report Card: The Google Death Sentence

April 4th, 2007

by Stephan Spencer

Originally published in Practical eCommerce

In this article Stephan Spencer, Founder and President of Netconcepts, reviews a website of a seasonal company offering tips to increase rankings and online marketing for organic search. Stephan writes, “Competing for organic search visibility during the holiday shopping season requires a ramp-up in online marketing — namely, link building and link baiting — many months in advance. It should start now, in fact.”

Continue reading »

How to Test Your SEO With Rigor

April 1st, 2007

by Stephan Spencer

Originally published in Catalog Success

Search engine optimization (SEO) is an art as well as a science. As with any scientific discipline, it requires rigor. The results need to be reproducible, and you have to take an experimental approach — so not too many variables are changed at once. Otherwise, you won’t be able to tell which changes were responsible for the results.

You can glean a lot about SEO best practices, latest trends and tactics from SEO blogs, forums and e-books. But it can be hard to separate the wheat from the chaff, to know with any degree of certainty that a claim will hold true. That’s where the testing of your SEO comes in. Prove what works and what doesn’t.

Continue reading »

Website Critique: Ward’s Scientific Site Review

April 1st, 2007

by Stephan Spencer

Originally published in Multichannel Merchant

Ward’s appears to have done some search engine optimization (SEO), and it was a good start, but I discovered costly mistakes and much opportunity yet untapped. Currently its site is not present in the first five pages of Google for key terms such as “lab equipmentâ€? and “lab suppliesâ€? or for category names such as “microscopesâ€? and “chemicals.â€?

Continue reading »

SEO Site Analysis: Knowing the Score, Part 1

March 28th, 2007

by Patricia Fusco

Originally published in ClickZ

In this exciting four-part article, Patricia Fusco, lead strategist for Netconcepts, takes us on a journey into the world of objective, analytical site analysis. “Knowing the Score” teaches us how to look at a site from a high level perspective, showing us how to benchmark your website’s overall quality by using the tools that are available to you.

Read the article here, and learn how to easily “score” your website so you can make better decisions.

SEO: The Duplicate Content Penalty

March 20th, 2007

by Stephan Spencer

Originally published in Practical eCommerce

The question of Google’s supposed “duplicate content penalty” seems to be on everybody’s mind these days. This issue is particularly relevant for dynamic ecommerce websites, as they often have multiple URLs that lead to the same product content (or nearly the same, with only a variation in the product’s color or size).

Continue reading »

From Good to Great Content

March 14th, 2007

by Patricia Fusco

Originally published in ClickZ

“In SEO, what’s the difference between good content and great content?” states P J Fusco, lead strategist with Netconcepts. Both are a win win right? Wrong. Good content makes your site visible to search engines, but the inspiration ends there. Search engines love good content — but Users love Great content. Great content engages the visitor to read further, subscribe, purchase, etc. Creating great content does not come easy.

However here are a few tips and tricks to put you on the right path to increased visitor conversion…

Options for Optimizing AJAX

March 2nd, 2007

by Patricia Fusco

AJAX-driven web applications are becoming increasingly popular on commercial websites. AJAX has an ability to enrich, yet simplify a user’s experience when used properly. AJAX can also provide a highly user-friendly interface that works smoothly, quickly, and often better than traditional programming.

AJAX is short for Asynchronous JavaScript and Extensible Markup Language. Make no mistake about it — JavaScript and XML are not “new” technologies. Both programming models have been around for some time. However, the unique combination of JavaScript and XML is relatively recent, as are the problems AJAX presents for a site’s search engine visibility.

The primary benefit of developing a site with AJAX is the ability to work invisibly in the background of a site. AJAX is used to supply data to the client browser that renders up as a relatively seamless “application” instead of the click-and-wait-to-load functionality associated with more conventional web page constructs.

How seamless is the user experience with AJAX? Check out Google Maps or Google Suggest to see world-class AJAX applications in motion. You can find what you want, when you want it, with relative ease and accuracy when AJAX is in use. What you can’t find is a unique URL or navigational links for search engine spiders to crawl and index, which brings us to our first SEO barrier to overcome — the “J” in AJAX.

JavaScript has been a stumbling block for search engine visibility for quite some time. None of the major search engines show any indication of overcoming these types of scripted data issues anytime soon. Consequently, the single greatest optimization issue with AJAX is the tendency to not generate unique, bookmarkable, linkable and therefore indexable URLs.

The comparative shopping engine Become.com overcomes this barrier by creating and linking together static URLs of search results pages. A quick [site:www.become.com] search in Google reveals how well this AJAX-workaround in indexed.

Meanwhile, sites like Scion.com fail to make the same programmatic leap to provide a similar search experience. Imagine how the carmaker could promote celebrity built custom automobiles in the search engines if only static pages of a punked-out Ashton Kutcher or a blinged-out Usher-mobile were rendered and linked to throughout the site.

While AJAX can be a great way to enhance the user experience, not all visitors will have a great on-site experience when non-JavaScript-enabled browsers are being used. When it comes to site accessibility and SEO, it’s imperative that an AJAX-alternate experience be provided.

Because AJAX relies on JavaScript — as well as Cascading Style Sheets (CSS) and XML – it’s relatively easy to provide an alternate experience for non-JavaScript users. The key is to tap into your CSS and XML files to render other versions of the AJAX application. This tactic is as “progressive enhancement.â€?

Progressive enhancement is a web design strategy that emphasizes accessibility, semantic markup, external style sheet, and scripting technologies. By layering designs in a concatenated progressive enhancement allows all users – and search engine spiders – to access the basic content and functionality of any web page.

When implementing progressive enhancement, a basic markup document is created, geared toward the lowest common denominator of browser software functionality. The web designer then adds functionality or enhancements to the presentation and behavior of the page using CSS, JavaScript or other combinations of Flash or Java applets. In tandem with user-agent detection, progressive enhancement will automatically render both user- and search engine-friendly pages.

You can observe progressive enhancement in motion by visiting Amazon’s Create Your Own Ring page. Simply turn off your JavaScript capabilities to see how the program maintains its AJAX-like functionality for all users. Also note that the initial load of the AJAX application contains the optimized elements such as title attributes, header tags and meta description, as well as a crawlable static URL. All of this is visible in Google cache and revealed in the page’s search engine snippet:

 

Amazon.com: Create Your Own Ring: Diamond Search
The Amazon.com Collection. Why Buy Jewelry & Watches at Amazon?
… More to Explore. Preset Engagement Rings … Create Your Own Ring …

www.amazon.com/gp/cyo/cyor-fork.html

 

To produce these particular SEO elements, server side scripts and .htaccess rewrite modules are required. (If site is not Apache server-based then the rewrite module may not be an option, but there are always solutions.)

When optimizing AJAX it’s important to remember three things: Search engine results are affected by on-the-page, behind-the-page and off-the-page factors. It’s essential to provide an alternate way for users and spiders to navigate their way through to all of your great content without sacrificing usability, accessibility and linkability.

Good Cloaking, Evil Cloaking & Detection

March 1st, 2007

by Stephan Spencer

Originally published in Search Engine Land

Is cloaking evil? It’s one of the most heavily debated topics in the SEO industry - and people often can’t even agree on what defines cloaking. In this column, I wanted to look at an example of what even the search engines might consider “good” cloaking, the middle-ground territory that page testing introduces plus revisiting how to detect when “evil” old-school page cloaking is happening.

Continue reading »

DIY SEO

February 28th, 2007

by Patricia Fusco

Originally published in ClickZ

Lead Strategist with Netconcepts, PJ Fusco states that SEO can be summed into a 4-step process: “set some ground rules; get your site right; post some great content; and earn inbound links.” Master these tactics and you are well on your way to building a better site and getting found…

Continue reading »