From the category archives:

SEO

SEO Best Practices – Frequently Asked Questions

October 6, 2008

No Gravatar

Here are some answers to questions clients often ask me.

Q: I want to be number 1! How do I do it?
A: This always comes up. When it does I proceed to ask, “What do you want to be #1 for?” Time and time again the responses I get back range from “I’m not sure” to some type of single keyword.

Hey guys, it’s 2008! Search has evolved from single keyword searches to phrases and tail terms. Instead ofsearching for “thai food” you’ll find people typing in “seattle thai.”

By targeting these specific phrases, the chances that you can own the top search listings increases substantially.

Q: Keywords, OK. Where do I start?
A: Figuring out which keywords to target take time. When we’re blueprinting a SEO campaign, we start by determining what visitors might be searching for. Here are some of the tools we use.

Google Suggest
Many browsers support “autocompleting”, this features offers search query suggestions to users. For example, as I type “seattle thai” in Firefox, Firefox begins guess what I mightbe looking for. If you know what’s going to be suggested, you can better optimize your site.

Google Trends
Trends provides temporal data on keyword search data. If you’re trying to determine which keyword phrases you want to target, but are unsure of the direction to head GoogleTrends can show you the average search volume and whether it’s becoming more or less popular.

Google AdWords
Believe it or not, AdWords is useful for more than just paid search. We use AdWords to get a rough estimate on keyword search volume and keyword competition. AdWords accounts are free, signup.

WordTracker
Everybody searches for different keywords. Do you have your keywords covered? WordTracker allows you to trackdown related keywords. If your visitors are searching for “hawks tickets” but you’re targeting “seahawks tickets”, will they find you? WordTracker also offers a free keyword research guide.

Q: Should I submit my site to web “directories”?
A: It won’t hurt, but don’t waste your time. Anybody who suggests that you submit your site to directories like Yahoo or the DMOZ (a dated, open directory project) have no idea what they’re talking about. On a related note…stay away from “link exchanges” or “web rings.” These will cause you nothing but headaches.

Q: What are some quick and easy SEO methods?
A: I like lists. Here’s some low-hanging fruit, in list format.

1. Make sure your websites XHTMLand CSS validate. Start with the XHTML, you can do it free at: http://validator.w3.org/. Why? Even though your webpages show up correctly, broken code can confuse search engine spiders. If a spider can’t crawl your site, it’ll give up, and move on.

2. Use your keywords in your bodycopy. If you’re targeting “seattle thai” but your body copy is completely unreleated…guess what’s going to happen?

3. Add a footer and link to your homepage with your primary keyword. For example, my blog’s URL is http://www.jonathansng.com; if you look on all of my pages, I link to it as “ruby on rails blog.”

4. Use keywords in your title tag. Again, using my blog as an example I set my title to “jonthan ng – ruby onrails blog.”

It’s 1:00 AM, I should probably get to bed, so that’s it for now folks. I’ll be hosting an event shortly, if this was beneficial to you, be sure to drop in!

{ View Comments }

Seattle Condos and geocoding with geokit

March 4, 2008

No Gravatar

seattle condos

Wanting to be more Google-centric, I’ve reworked the mapping API on Seattle Condos to use Google Maps instead of Yahoo’s mapping API.

Why would I do this? It’s up to debate, but I believe that the more data Google has available to it, the better chance you have to appear in their search listings. Using Google’s API will provide Google with more information than by using Yahoo’s API.

Previously, our geocoding was accomplished with Yahoo’s simple, intuitive API. Supplying an address and zipcode was enough to have Yahoo geocode an address and display it on their map. Switching to Google’s API was not difficult, but required a few small steps.

Google does not allow you to map points using addresses, instead you must provide a latitude and longitude. To accomplish this, I choose to use geokit for rails to geocode our existing addresses. I wrote a script to cycle through our database and geocode each record, then save the new coordinates for future use. After the coordinates were obtained, we could easily map the points using Google’s API,

Here’s is a sample of the code I used with geokit:
@location = YahooGeocoder.geocode("#{@condo.address}, #{@condo.zipcode}")

{ View Comments }

SEO for Press Releases

February 29, 2008

No Gravatar

There was a great deal of buzz around getting your site listed on relevant news sites via press releases. Is there any merit to this? Hells yeah. Once you send your press release out o the wire there is a good chance that Yahoo news, Google news, Reuters and other aggregators will pick it up if it is press worthy material. If this happens then the blogosphere usually repurposes the release and takes out excerpts or references. Hopefully some of those references will be your website URL. The most common mistake that I see is companies forgetting to use an anchored link to their own website in their releases. Duh?? Many writers, especially bloggers are too lazy to strip this out of the releases and if they copy and paste the news then you get another inbound link hopefully from a blogger that has relevant content to your business or vertical. If you happen to have something press worthy enough to get to the home page of Digg or other social news media sites then it becomes a home run for your link strategy. Here are a few good press release distribution services and some of these guys even have SEO upgrades for releases. Money!

PRWeb
PR News Wire
PR Log

Share This

{ View Comments }

Live Search Webmaster Center

February 28, 2008

No Gravatar

MSN has recently launched its own Webmaster Tools (Beta) center which is similar to the Google Webmaster and Yahoo Site Explorer webmaster areas. You can register you website and sitemaps with them now at:

MSN Webmaster Tools

Use the Webmaster Tools to troubleshoot the crawling and indexing of your website, submit sitemaps and view statistics about your websites. Once you have your site authenticated with a HTML tag then you can view a site summary, your rank on MSN, top keywords, top outbound links and top backlinks.

You can submit your XML sitemap for better results. Sitemaps help the Live Search robot find all of the files to be indexed. You’ll get the best indexing results by using robots.txt autodiscovery.

On the website status page you’ll see the date from the last crawl or your site along with the total number of pages that were indexed.

If you haven’t submitted your site and it doesn’t already appear in the MSN Live index then you can submit to MSN below:

MSN Search Submit

Share This

{ View Comments }