Are you ready for your business to grow like wildfire?
Call us at 800-718-9072 or contact us online today!


Archive for the ‘Search Engine Optimization’ Category

Yahoo! organic search transition to begin this week

Tuesday, August 17th, 2010

Yahoo! announced that later this week, they will begin the work of transitioning the back-end technology for Yahoo! Search over to the Bing platform.

Anyone who relies on organic traffic to their website should love this. Once the transition is complete, the user experience should be pretty much the same, but instead of Yahoo! using their own algorithm and data to return search results, they will simply use Bing’s. Now instead of worrying about ranking in three major search engines, you only need to focus on two; Google and Bing.

Most sites should see a moderate to generous bump in traffic since it seems to be easier to rank a website in Bing lately. Keep an eye on your stats and rankings, and if you see an increase in traffic from Yahoo!, you’ll know why.

Broken links, how to find and fix them, and why it’s so important

Monday, July 12th, 2010

No matter how well you maintain your website, eventually, you’re going to have broken links. You might have moved a page, put a typo in a link or maybe someone else linked to a page on your website that no longer (or never did) exist. The end result is a visitor or search engine arriving at a page that doesn’t exist.

Finding broken links within your website is simple and painless; you can either use W3C’s online link checker tool, or a more robust tool, like Xenu’s Link Sleuth, which is free and runs from your desktop. Finding broken links from other websites is equally simple, but takes a bit more work to fix them. First, you’ll have to dig through your server logs to find any 404 errors, then see which sites are linking to those non-existent pages and contact the site owners to have them corrected. If you can’t get in touch with the site owner, or he isn’t willing to correct the link, you’ll need to set up a 301 redirect to automatically send visitors and search engines to the correct page.

This is so important because if a visitors arrives at a non-existent page, they will usually just leave and visit one of your competitors instead. If a search engine finds several non-existent pages on your website, they may lower your ranking, which means less traffic.

SEO in an afternoon – 4 quick fixes you can make in about 30 minutes

Friday, March 26th, 2010

Learning SEO can seem like a daunting task. It doesn’t take long to realize there is a lot to learn, and it takes quite a bit of research to separate fact from fiction. Fortunately, you don’t have to become an expert to get results. You can build a solid foundation in about 30 minutes by focusing on these four factors:

1. Title tags

Optimizing your title tags is probably the single most effective, yet simplest part of your SEO efforts because:

  • It helps the search engines see each page as unique content
  • It’s where the click-able “headline” people see when using a search engine comes from
    Title in search results
  • It helps to influence the anchor text when people link to your web pages
  • It carries a lot of weight in the algorithm that search engines use to determine where your page ranks

You can find your title tag within the HTML source code of each page, and it will look something like this:

<title>Your page title here...</title>

Your first step is to ensure that each page has a unique title, preferably beginning with relevant keyword phrases. If you must include your company name or tag line, it should appear after any other relevant information, but keep in mind that the search engines generally only index about the first 70 characters.

*Note: If you are using a content management system, you will need to modify your titles through your admin area.

Don’t go overboard with keyword phrases because it won’t help, and more importantly, people will be less likely to

2. Description tags

Along with your title tags, your description tags help the search engines to see each page as unique content while giving visitors a better idea of what they can expect to see when they click through.

Description in search results

You can find your title tag within the HTML source code of each page, and it will look something like this:

<meta name="description" content="Your description here..." />

To optimize your description tag, provide a brief (about 155 characters, or 25-30 words) description of the page, preferably containing relevant keyword phrases.

Note: As with your title tags, if you are using a content management system, you will need to modify your descriptions through your admin area.

3. Site map

The larger your website is, the more important your site map becomes. Although it doesn’t guarantee ranking, indexing or even crawling of your web pages, it does help search engines to easily find all of them, which makes it more likely.

If you’re using a content management system, there is likely either the functionality built in, or a free plug-in available to dynamically generate an updated site map any time you add, edit or delete content. If your website is coded in static HTML, you’ll have to use a service such as XML-Sitemaps.com to generate your site map.

4. Canonicalization

Canonicalization simply means transforming data that has more than one possible representation into a standard, or canonical form. As it relates to SEO, canonicalization means resolving the issue of multiple URLs for the same content because they can cause problems for search engines – specifically in determining which URL should be shown in search results. For example, all of these URLs point to the same page, but a search engine will only consider one of them to be the canonical form of the URL:

  • www.example.com
  • example.com/
  • www.example.com/index.html
  • example.com/home.php

You can fix your canonicalization issues by:

301 Redirect non-www to www , or vice versa

Edit (or create) your .htaccess file, using mod rewrite to either add the www to, or remove it from your domain.

To add the www:

RewriteEngine On
RewriteCond %{HTTP_HOST} example\.com
RewriteRule (.*) http://www.example.com/$1 [R=301,L]

To remove the www:

RewriteEngine On
RewriteCond %{HTTP_HOST} www.example\.com
RewriteRule (.*) http://example.com/$1 [R=301,L]

Consistent linking practices

Your linking practices should utilize which ever version of your domain you chose to use (non-www or www)

Then ensure that your internal linking structure is uniform by linking to pages in the same manner throughout your entire website. Check the link to your home page throughout your site – is index.html (or something similar, such as index.asp, index.php, etc.) appended to your domain name? If so, get rid of it. You should also make sure that any forum, e-commerce or other software running on your site uses SEO-friendly links rather than session IDs because they may cause search engines to believe that there are several versions of the same content on your website.

Standardize internal linking structure

How to remove www from domain

Tuesday, March 16th, 2010

More than a few people have asked for an easy way to make sure their visitors always see http://yourdomain.com instead of http://www.yourdomain.com so we figured it’s about time for a post on how to automatically remove the www from your domain (or vice versa).

First, edit (or create) your .htaccess file, using mod_rewrite to either remove the www from, or add it to your domain.

To remove the www from your domain:

RewriteEngine On
RewriteCond %{HTTP_HOST} www.example\.com
RewriteRule (.*) http://example.com/$1 [R=301,L]

To add the www to your domain:

RewriteEngine On
RewriteCond %{HTTP_HOST} example\.com
RewriteRule (.*) http://www.example.com/$1 [R=301,L]

Next, simply upload your .htaccess file to the root directory of your web server and you should be all set. Be sure to give it a quick test and make sure everything works properly.

Understanding SEO: What really matters?

Saturday, February 27th, 2010

Understanding SEO: What really matters?

This isn’t going to be another one of those “develop great content and build quality links” type of posts. There’s more than enough of that regurgitated drivel on the Internet already. No, this post is about what sort of data you should be looking at to determine if your campaign is successful.

So, when it comes to SEO, what really matters? The short answer is results, but as we all know, nothing is ever quite that simple. Former President Bill Clinton artfully illustrated this in his statement to a grand jury when he stated, “It depends on what the meaning of the word ‘is’ is.” The same is true in this case; It depends on what the meaning of the word “results” is.

For most, the tried and true standard metric of SEO success is ranking. After all, if your website ranks #1 for a particular keyword phrase, then you’ve achieved your goal and will reap the bountiful organic traffic that you’ve worked so hard to earn, right? Not quite, but the myth still persists. We’ll get into more detail about why ranking doesn’t mean much in just a minute, but for now, I want to emphasize that the goal should be generating conversions, which relies on, among a litany of other factors, targeted traffic, and producing that traffic should be the main focus of your campaign – not a #1 ranking.

I tried explaining this to a client last week, who was adamant about having his website rank #1 for certain keyword phrase. I explained that the ranking wasn’t nearly as relevant as the traffic. Despite my best efforts to explain the rational, his response was:

I don’t care about the traffic, I just want to rank #1

His mindset, which is fairly common comes from a basic misunderstanding of SEO, as well as myths (and sometimes lies) perpetuated by some of the shadier or less astute practitioners in our industry.

Ranking #1 for a particular keyword phrase is never a bad thing, but it’s not always what it seems. Search engines serve different results based on geography, browsing history, and many other factors that we’re not even aware of. That means two people in the same office could see completely different results – even from the same computer! Often the order of the results will change throughout the day due to algorithm or data center updates, or even experiments on user activity by the search engines. At the end of the day, this means that your glorious #1 ranking may not, in fact, be a #1 ranking at all.

Another factor to consider is the keywords you choose to target. Some of the less than ethical SEO firms have taken the underhanded approach of suggesting keyword phrases that they know they can quickly get high rankings for, and may even sound like legitimate and valuable keyword phrases, but in the end, they don’t produce any traffic. They may be able to get your website ranked #1 for the keyword phrase “tampa bay dell computer repair” but if you don’t receive any traffic, or more importantly, sales from it, is there any value to it? This sort of thinking doesn’t occur with any other type of marketing. You would never run full-page newspaper ads just to say you had a full-page newspaper ad. Then why is it so common with SEO? Probably because people still don’t understand it. Most people really didn’t understand it five or ten years ago, and today it’s exponentially more complicate and competitive, so it’s no wonder.

The bottom line is that you need to look at, well, the bottom line. Your SEO campaign should be generating more money than you’re investing into it. If you focus on traffic that converts into sales instead of worrying about exactly where you rank on any given day, you should do just fine.

If you’re hiring a firm to handle your SEO, take your time and do your homework. If you’re handling it on your own, be sure to learn from a reputable source, such as SEO Book or SEOmoz, since following incorrect or outdated information can cause your website to be banned from the search engines.