This is the first in a series of posts that will discuss SEO and other Web marketing strategies. Before we dig into our first discussion of SEO, it is worth remembering that search engines are not the only way visitors get to your site. Google analytics for this blog (during the past month) showed that 49.32% of visitors came via searches, 41.24% came from referring sites, and 9.44% already knew the link and came here directly of their own accord. Optimizing your site for search engines is important, but it is only one part of your overall marketing strategy.
What is SEO?
According to Wikipedia:
"Search engine optimization (SEO) is the process of improving the volume and quality of traffic to a web site from search engines via "natural" ("organic" or "algorithmic") search results. Usually, the earlier a site is presented in the search results, or the higher it "ranks", the more searchers will visit that site. SEO can also target different kinds of search, including image search, local search, and industry-specific vertical search engines."
Thus, to optimize our sites we need to know both how people use search engines, and how we can affect our site's search results. This is important because we don't seek high rankings for just any search. We seek high rankings on searches relevant to the content on our site.
Search engine usage habits
We all know, from our own experience, that we are more likely to visit the sites we find on the first page of a search result than we are on the 15th page. Sometimes we visit the first site on the list, sometimes the second, third or 10th, depending on what phrases show up with the results. Other times none of the results seems correct, so we use those results to modify the words or phrases used in our search and begin again.
While user habits may vary, all users are searching for something in particular. Some may search on one word, others a combination of words, others combinations of words and phrases, etc. More experienced users will apply boolean logic, while others may just look for simple word combinations. After typing in the terms, the searcher will review the listed sites, skim the phrases shown below the links, then visit the sites that seem most likely to provide the information they seek. If none of the sites deliver, the searcher will have to keep scrolling through the results pages or refine the search.
As my high school calculus teacher used to say, this is obviously true. I don't want to bore you with the obvious, but for today I want us all to be thinking about the basics. In theory, searchability is simple. If we want searchers to find us, all we need to do is to match our content to their search terms. Of course there is more to it than that, but if we start with a solid foundation we can implement additional strategies later.
Maximizing searchability through content and format
First and foremost, match your content to your goals and the goals of your anticipated readership. If your site is about Pygmy Hippos, then tell us about those hippos. Show us pictures, describe their habits, habitat and physiology. If you think your readers will want more information than you can provide, create a page with links to other sites that you find to be reliable. If your content is good, visitors will read your content, and possibly link to your site in the future. I'll discuss how links factor into searchability in a later post. For now, let's look at the structure of your pages. We'll work our way down from the top, by reviewing some of the coding you should include in your page
- Doctype Declaration
- The Doctype let's browsers know how to properly render your page. Below the doctype, in the <html> tag you should also include information such as the language the text is written in. This is important for users who are searching for sites written in a specific language. This information is followed by <head> Examples of this code can be found on the W3C's Recommended DTDs to use in your Web document page.
- Document Title
- The document title is what users see at the top of their browser (to show them where they are). It is also the title shown in search results. As such it should be descriptive of your site and reflect its content. Here on the Web Development Blog I use: <title>Web Development Blog: Creative Services: Marketing and Communications: Case Western Reserve University</title> for the title. It's simple and also shows this blog's connection to its parent department and the university. I use the same title on my blog pages because the pages are generated by my templates. On a regular Web site you can make the title specific to each page.
- Keywords Meta Tag
- The keywords tag is not a magic bullet—most search engines don't even use it. Clients will often request this, so it doesn't hurt to include it as long as you use it wisely (overuse of keywords in either a metatag or elsewhere, can penalize you). For the search engines that do index this tag, you will have better luck if you keep the list short (less than a dozen keywords/phrases) and only use keywords that are actually found in the text of your page or site. There are those who recommend using currently popular keywords to get more traffic, but this is not a good idea. Even if this worked, why would you want to? Traffic for the sake of traffic doesn't serve your end goal. If you are recruiting students to your Ph.D. program, including "Harry Potter" as a keyword isn't going to bring you students preparing for graduate school, it will only bring Harry Potter fans—only a small number of which plan on studying polymers. The few search engines that support this tag give it very little weight, so don't spend much time on this. Just pick a few words that are directly related to your content, then move on.
- Meta Description Tag
- This tag is important. The search engines not only index the words used in your description, they also display this text on the search results page. Users rely on this when deciding whether to visit your site or someone else's. Your description should reflect the nature of your site, and include relevant keywords or company name as appropriate. For this blog I've used: <meta name="description" content="Case's Web Development Blog offers tips, tricks and a place to exchange ideas with web maintainers on campus." /> It's short and to the point. And while I'm getting pretty good search results (see below), perhaps I could refine it. The words "tips" and "tricks" aren't used very often, except in the category listing. Now that I've had this blog for a few years it might be a good time to review my content and adjust this description accordingly.
- Using Keywords in Headlines & Text
-
It's well known that search engines and browsers know that words in headlines such as <h1>'s are more important or descriptive than words in the main text, but there seems to be some debate regarding the effectiveness of using keywords in these areas. I would focus more on making these headings meaningful to readers. If the headlines reflect the topic of discussion many of them will naturally be keywords anyway. As with the Case Web templates, put the name of your site in the <h1> tag, a descriptive topical headline in the <h2> or <h3> and descriptive sub headings in your <h4>'s, <h5>'s and <h6>'s. Be specific rather than vague. If you are making a page about your research in elastomers, make your heading "Elastomer Research" rather than just "Research." Using specific headlines helps readers navigate your content more easily. Choosing key words for your main text should also happen naturally. Users are searching on terms they expect would be relevant to the topic. As such you'll probably be using these words as a matter of course. If you think visitors will search on term X, but you've not used it in your site, don't try to force it somewhere it doesn't fit. Instead find a logical context for it. This may entail writing another page or paragraph, but if you think this word is relevant then you should use it in a meaningful way.
In addition to the above, there are other meta-tags you can consider, but overall if you focus on your content you should be in pretty good shape. I'll continue this discussion of search engine optimization strategies in future posts.
Additional Resources on Search Engine Optimization
Web Development Blog Search Results (Google)
This little blog does pretty well in keyword searches. Part of this is due to following the steps outlined above, but mostly it is a matter of continuing to provide topical content. As with everything we discuss here, content is key.
Results by keyword searches done July 17, 2007 (these will vary over time):
- Web development blog: 1 of about 329,000,000
- Case marketing blog: 5 of about 94,000,000
- marketing web blog: 8 of about 239,000,000
- web blog: 149 of about 1,040,000,000. That puts us on the 15th page of the results, so I have some work to do, but to come out that high on such a broad topical search is still pretty good!
Comments to this post are now closed.
I've closed comments here as of January 14, 2008 because we've been getting so many similar responses from people who wish to promote links to their own sites. While I have no problem with allowing links in comments that add value to the discussion, most of the comments received in the past few weeks have been repetitive.


Email This Post
Comment by Helen — July 19, 2007 @5:01 am
Comment by Heidi Cool — July 20, 2007 @11:04 am
Comment by Internet Marketing Singapore — July 20, 2007 @2:47 pm
Comment by AuroIN — July 21, 2007 @12:02 am
Comment by boxyad — July 22, 2007 @10:57 pm
Comment by Mike — July 24, 2007 @3:28 am
Comment by Lasik Doctor — July 27, 2007 @5:00 pm
Comment by Internet Marketing Singapore — July 29, 2007 @3:15 am
Comment by SeO Dude — August 4, 2007 @12:51 pm
Comment by Georg — August 8, 2007 @7:24 am
Comment by Cheap SEO — August 8, 2007 @2:25 pm
Comment by TomG — August 9, 2007 @12:45 pm
Comment by Azzam — August 10, 2007 @4:22 pm
Comment by Cal H — August 13, 2007 @6:59 am
Comment by Search Engine Optimization — August 15, 2007 @8:31 am
Comment by Windows hosting — August 30, 2007 @11:20 am
Comment by search engine optimization expert — September 12, 2007 @1:43 am
Comment by Lasik Resource — September 30, 2007 @7:25 am
Comment by Gel — October 1, 2007 @5:10 am
Comment by Resonate — October 10, 2007 @10:40 am
Comment by Bebby — October 14, 2007 @4:57 pm
Comment by hari — October 18, 2007 @8:28 am
Comment by Andrew Plimmer — October 31, 2007 @9:42 pm
Comment by sepl — November 1, 2007 @1:25 pm
Comment by ipvestors SEO — November 1, 2007 @10:49 pm
Comment by Tanuj — November 8, 2007 @3:30 am
Comment by Meissen — November 11, 2007 @5:08 am
Comment by Lars — November 13, 2007 @5:18 am
Comment by Ukwebco — November 15, 2007 @10:50 pm
Comment by Investment Property in Dubai — November 16, 2007 @3:57 am
Comment by Pediatric Database — November 16, 2007 @5:44 am
Don't forget also the value of the backlinks for your Search Engine Optimization:
- Regulary check if the sites you're linking to are not blacklisted. You can notice that if the site is PR0 and if you type the full URL of the site on the search and get no results, then for sure the site is blacklisted.
- Check if the sites you're link to are still linking back to you.
- Check if the sites that link to you have a link on their homePage to the link directory where your backlink is.
- Check if the sites are not skipping the page your backlink is inside the robot.txt
If you find any of that cases just delete them completely without notification. If you continue linking to them you're just losing positions on the search rank.
Comment by Jean — November 16, 2007 @6:30 am
Comment by Arnie — November 16, 2007 @10:40 pm
Comment by Heidi Cool — November 17, 2007 @12:07 am
Comment by Joanne — November 18, 2007 @8:30 am
Comment by Tomas — November 18, 2007 @5:54 pm
Comment by webseo — November 19, 2007 @6:43 am
Comment by Best Results — November 23, 2007 @2:01 am
Comment by lachsack — November 26, 2007 @12:14 pm
Comment by Lars — November 26, 2007 @12:23 pm
Comment by Skin Care — November 28, 2007 @2:38 am
Comment by brian seo — December 6, 2007 @8:30 am
Comment by Search Engine Marketing — December 9, 2007 @1:09 pm
Comment by Search Engine Marketing — December 9, 2007 @1:23 pm
Comment by Internet Marketing in Australia - Jeff Palmer — December 10, 2007 @5:44 am
Comment by Search Engine Marketing — December 11, 2007 @11:40 pm
Comment by AskFred — December 12, 2007 @12:29 pm
Comment by seo professional — December 16, 2007 @8:46 am
Comment by Lulu — December 17, 2007 @5:10 am
Comment by Fred333 — December 20, 2007 @10:17 am
Comment by DUI Lawyers — December 22, 2007 @2:23 pm
Comment by make money online — December 29, 2007 @12:14 pm
Comment by Stephen — December 31, 2007 @2:57 am
Comment by Kyle — December 31, 2007 @2:58 am
Comment by Rohit Patel — December 31, 2007 @3:02 am
Comment by PLR — December 31, 2007 @3:13 am
Comment by SticKer — December 31, 2007 @3:17 am
Comment by Rohitpatel — December 31, 2007 @3:21 am
Comment by Dhanraj.R — December 31, 2007 @3:29 am
Comment by SeoTopper — December 31, 2007 @3:53 am
Comment by short url — December 31, 2007 @4:10 am
Comment by Diet Plan Reviews — December 31, 2007 @4:14 am
Comment by Jomark Osabel — December 31, 2007 @4:18 am
Comment by Jae Hyun Lee — December 31, 2007 @4:24 am
Comment by free image hosting — December 31, 2007 @4:26 am
Comment by Top ten pet snakes — December 31, 2007 @4:30 am
Comment by Credit Repair — December 31, 2007 @4:35 am
Comment by Paul Gledhill — December 31, 2007 @4:35 am
Comment by James S. — December 31, 2007 @4:46 am
Comment by Ideaman — December 31, 2007 @4:47 am
Comment by Aromatherapy — December 31, 2007 @4:52 am
Comment by Aleks — December 31, 2007 @4:52 am
Comment by James — December 31, 2007 @4:53 am
Comment by Mark L. — December 31, 2007 @4:55 am
Comment by JakeLynagh — December 31, 2007 @5:05 am
Comment by tom — December 31, 2007 @5:06 am
Comment by Top ten pet lizards — December 31, 2007 @5:06 am
Comment by Rock Music — December 31, 2007 @5:08 am
Comment by Sofia — December 31, 2007 @5:10 am
Comment by Site SEO Blog — December 31, 2007 @5:13 am
Comment by Eddie — December 31, 2007 @5:23 am
Comment by Internet Marketing Dreams — December 31, 2007 @5:32 am
Comment by Peter — December 31, 2007 @5:36 am
Comment by Gafur — December 31, 2007 @5:37 am
Comment by Janez — December 31, 2007 @5:52 am
Comment by Vijay — December 31, 2007 @5:59 am
Comment by Find IP Address — December 31, 2007 @6:41 am
Comment by Stephen — December 31, 2007 @7:30 am
Comment by Photography Dreamer — December 31, 2007 @8:14 am
Comment by Overclock — December 31, 2007 @8:25 am
Comment by In Rainbows — December 31, 2007 @8:36 am
Comment by Kunal Shah — December 31, 2007 @8:49 am
Comment by Mike — December 31, 2007 @8:52 am
Comment by Al — December 31, 2007 @8:53 am
Comment by Conversation Hypnosis — December 31, 2007 @8:54 am
Comment by Black Rhino — December 31, 2007 @8:55 am
Comment by Tony — December 31, 2007 @8:58 am
Comment by Anthony — December 31, 2007 @9:05 am
Comment by Genkisan — December 31, 2007 @9:07 am
Comment by Lisa — December 31, 2007 @9:09 am
Comment by James — December 31, 2007 @9:13 am
Comment by Sam — December 31, 2007 @9:14 am
Very good article i will try to make 100% use of it, i really appreciate it, and I will try to implement it on my mobile related website i.e. Free Mobile Games
Once again thanks.
Comment by Fahad Junaid — December 31, 2007 @9:22 am
TechnoGeek
Sharing our best IT knowledge
Comment by TechnoGeek — December 31, 2007 @9:32 am
Comment by Fredrick — December 31, 2007 @9:49 am
Comment by Soul — December 31, 2007 @9:55 am
Comment by Lorenzo — December 31, 2007 @10:49 am
Comment by baijumon — December 31, 2007 @11:25 am
Comment by baijumon — December 31, 2007 @11:30 am
Comment by Jojo — December 31, 2007 @11:43 am
Comment by Justin Tirrell — December 31, 2007 @11:47 am
Comment by Brisbane SEO Guy — December 31, 2007 @5:14 pm
Comment by JakeLynagh.com — December 31, 2007 @11:14 pm
Comment by fel3232 — January 1, 2008 @2:06 am
Comment by jerseygirljc — January 1, 2008 @2:19 am
Comment by Derek — January 1, 2008 @2:23 am
Comment by Sheriff — January 1, 2008 @3:13 am
Comment by PPC Management — January 1, 2008 @5:04 am
Comment by Ben 10 — January 1, 2008 @5:10 am
Comment by Dany — January 1, 2008 @5:18 am
Comment by Indra Diky — January 1, 2008 @6:20 am
Comment by Eugen — January 1, 2008 @6:52 am
Comment by Kadir — January 1, 2008 @6:57 am
Comment by Oyun indir — January 1, 2008 @7:07 am
Comment by Hepsi 1 — January 1, 2008 @7:09 am
Comment by Billy — January 1, 2008 @7:31 am
Comment by david — January 1, 2008 @7:31 am
Comment by mal_d — January 1, 2008 @7:34 am
Comment by KleoMan — January 1, 2008 @7:35 am
Comment by mmd — January 1, 2008 @7:37 am
Comment by cramurl.com — January 1, 2008 @9:03 am
Comment by Malina Sky — January 1, 2008 @10:33 am
Comment by KJS — January 1, 2008 @11:38 am
Comment by George Pearce — January 1, 2008 @12:15 pm
Comment by Alexander — January 1, 2008 @12:17 pm
Comment by 3D Wallpapers — January 1, 2008 @12:19 pm
Comment by Ben — January 1, 2008 @12:20 pm
Comment by Neta's mom — January 1, 2008 @12:42 pm
Comment by PsdTemplates.org — January 1, 2008 @1:25 pm
Comment by Dog Clothes — January 1, 2008 @1:30 pm
Comment by Best Secrets — January 1, 2008 @1:37 pm
Comment by sandalwood — January 1, 2008 @1:49 pm
Comment by Bob Sacamo — January 1, 2008 @4:29 pm
Comment by Tyrone Curtis — January 1, 2008 @4:30 pm
Comment by Mr. Masterson — January 1, 2008 @4:32 pm
Comment by Tony Pappose — January 1, 2008 @4:33 pm
Comment by Leif-Harald — January 1, 2008 @5:07 pm
Comment by raymond — January 1, 2008 @11:34 pm
Comment by redwebs — January 1, 2008 @11:37 pm
Comment by Islands — January 1, 2008 @11:38 pm
Comment by jane — January 1, 2008 @11:39 pm
Comment by teo — January 1, 2008 @11:41 pm
Comment by funchat — January 1, 2008 @11:43 pm
Comment by RedotInvest.com — January 1, 2008 @11:45 pm
Comment by Ravz — January 2, 2008 @12:18 am
Comment by iPod World — January 2, 2008 @12:22 am
Comment by SEO Forums — January 2, 2008 @12:23 am
Comment by Health Insurance — January 2, 2008 @12:33 am
Comment by SEO — January 2, 2008 @12:33 am
Comment by Mike Saf — January 2, 2008 @12:47 am
Comment by Show My IP — January 2, 2008 @2:05 am
Comment by resim yükle — January 2, 2008 @2:19 am
Comment by Researcher — January 2, 2008 @2:24 am
Comment by 1yz.info — January 2, 2008 @3:17 am
Comment by Fred — January 2, 2008 @5:38 am
Comment by Fred — January 2, 2008 @5:40 am
Comment by Student Houses — January 2, 2008 @6:17 am
Comment by coderbari — January 2, 2008 @6:23 am
Comment by Used Cars — January 2, 2008 @7:27 am
Comment by fluweb — January 2, 2008 @7:31 am
Comment by shytobuy — January 2, 2008 @8:00 am
Comment by DPCcars — January 2, 2008 @8:20 am
Comment by Meds for All — January 2, 2008 @8:24 am
Comment by K.Thenmozhi — January 2, 2008 @9:48 am
Comment by Tattoo Designs — January 2, 2008 @10:00 am
Comment by rphbrew — January 2, 2008 @10:43 am
Comment by Apeee Hosting — January 2, 2008 @11:21 am
Comment by vigrx — January 2, 2008 @11:23 am
Comment by Sunny — January 2, 2008 @11:27 am
Comment by Wallsam — January 2, 2008 @11:29 am
Comment by We Buy Your Books — January 2, 2008 @12:08 pm
Comment by open fit — January 2, 2008 @1:42 pm
Comment by Dextrone — January 2, 2008 @7:17 pm
Comment by ryan — January 3, 2008 @2:47 am
Comment by John — January 3, 2008 @4:21 am
Comment by Sammy Ashouri — January 3, 2008 @10:21 am
Comment by Sammy Ashouri — January 3, 2008 @10:24 am
Comment by Sumeet — January 3, 2008 @10:33 am
Comment by Colin S. Wood — January 3, 2008 @1:23 pm
Comment by Mind Mart — January 3, 2008 @3:45 pm
Comment by pual monk — January 3, 2008 @3:57 pm
Comment by lasik — January 3, 2008 @7:14 pm
Comment by Joe — January 3, 2008 @11:25 pm
Comment by Online Freebies — January 3, 2008 @11:27 pm
Comment by Cruise Vacation Packages — January 3, 2008 @11:28 pm
Comment by Chris — January 4, 2008 @12:33 am
Comment by Donald Reynard — January 4, 2008 @12:37 am
Comment by Johnny Jack Patterson — January 4, 2008 @7:43 am
Comment by Yacine BOUCHAIR — January 4, 2008 @12:27 pm
Comment by Free iPod Games — January 4, 2008 @12:28 pm
Comment by Economy Handicrafts — January 4, 2008 @1:00 pm
Comment by dynasty gamers — January 4, 2008 @1:16 pm
Comment by Make Money Online — January 4, 2008 @3:09 pm
Comment by David — January 4, 2008 @4:05 pm
Comment by Amrit — January 4, 2008 @7:35 pm
Comment by web design philippines — January 5, 2008 @2:13 am
Comment by Soccer Poster — January 5, 2008 @2:28 am
Comment by Online Freebies — January 5, 2008 @3:40 am
Comment by AMIT BHADURI — January 5, 2008 @3:47 am
Comment by K. Saha — January 5, 2008 @3:51 am
Comment by A. Bhaduri — January 5, 2008 @3:53 am
Arpit
Comment by Arpit — January 5, 2008 @4:01 am
Comment by Penny Stocks — January 5, 2008 @5:23 am
Comment by Cowy — January 5, 2008 @8:06 am
Comment by Free Powerpoint — January 5, 2008 @8:58 am
While I agree that on-page seo optimization like bolding text, putting meta tags is something we should do, you may still not see dramatic changes in the seo ranking. It's the off page optimization factors that are more important for top seo ranking.
It’s for this reason that you should focus more on off-page optimization. While this is far more important of the two types of SEO optimization, it is also the harder of the two. Off page optimization basically consists of all off page ranking factors like:
-Which websites and how many of them link to you
-The Google page rank of the website linking to you
-The page title of the website linking to you
-The anchor text used in the link linking to you
-The number and type of links linking to the website that's linking to you.
-The number of outbound links on the website that is linking to you
-The total number of links on the website that is linking to you
-Whether or not the websites linking to you are deemed by Google as an authority website.
Work From Home Ideas
Comment by work at home ideas — January 5, 2008 @9:17 am
Comment by Fizfaziq — January 7, 2008 @7:45 pm
Comment by Muscle Gain Truth — January 8, 2008 @10:59 am
Comment by mike — January 8, 2008 @11:47 am
Comment by SiteClimb — January 8, 2008 @1:12 pm
Comment by Alex — January 8, 2008 @1:24 pm
Comment by guru — January 9, 2008 @7:14 am
Comment by Hoster — January 9, 2008 @7:22 am
Comment by Anonymous — January 9, 2008 @12:07 pm
Comment by Morris — January 9, 2008 @12:37 pm
Comment by Janez — January 9, 2008 @7:17 pm
Comment by Susanna — January 9, 2008 @7:39 pm
Like how to create a Title
Meta Description
How to write page code
H1, H2 and H3 on a page
ALT Tags and much more. Thank you for a write up well done Mark G.
Comment by Arts and Crafts — January 11, 2008 @12:19 am
Comment by Matthew — January 11, 2008 @12:33 am
Comment by Rendy Huss — January 11, 2008 @6:45 pm
Comment by Software Settlement Staff — January 11, 2008 @8:15 pm
Regards,
Formula 1 News
Comment by Cindy — January 13, 2008 @8:56 am
Pingback by Web Development Blog: Heidi Adams Cool » Welcome to the new home of the Web Development Blog! — February 23, 2009 @4:57 pm
Trackback by connectingwomen (Connecting Women) — March 29, 2009 @10:14 pm