Blog Author
Calender
<<  January 2009  >>
MoTuWeThFrSaSu
2930311234
567891011
12131415161718
19202122232425
2627282930311
2345678

There is an interesting review on Search Engine Land about a recent Yahoo study on consumer behavior in choosing local services and providers. The Yahoo study covered 5 vertical categories: legal, real estate, home improvement, health care and vocational education.

One of the interesteing treands that is very noticeable from this study is how important the Internet is becoming for find local businesses and services.

  • Vocational Education – 67 percent of respondents used a major search engine compared to 41 percent who used local search
  • Healthcare – 53 percent used insurance provider directories while 44 percent relied on a search engine
  • Real Estate – 51 percent used a real estate vertical search engine versus 44 percent who used a major search engine
  • Legal – 36 percent of respondents referred to a search engine while 25 percent used the internet yellow pages
  • Home Contracting – 36 percent used a search engine while 26 percent used the internet yellow pages

 You can read the complete article on Search Engine Land - CLICK HERE for the complete review of the Yahoo Consumer Study.

What does this for local businesses?

The basic message for local businesses and service providers is to make sure you have a professional website and make sure that it’s properly optimized for the search engines and can be found by consumers using the search engines to find their local businesses and service providers.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
John S. , eingetragen am 13. November 2008, 07:15

On Google's Webmaster Central Blog they just posted Google's Search Engine Optimization (SEO) Starter Guide (PDF file). After reviewing it, it is definitely an excellent guide for those clueless about website optimization. A lot of what they include in their guide is good, practical advice. The guide is meant for beginners and can really help separate fact from fiction when talking with others about SEO. One thing to remember is you still have to write for your audience and not just the search engines.

A snippet for Google's SEO Starter Guide description:

"Our Search Engine Optimization Starter Guide covers around a dozen common areas that webmasters might consider optimizing. We felt that these areas (like improving title and description meta tags, URL structure, site navigation, content creation, anchor text, and more) would apply to webmasters of all experience levels and sites of all sizes and types. Throughout the guide, we also worked in many illustrations, pitfalls to avoid, and links to other resources that help expand our explanation of the topics. We plan on updating the guide at regular intervals with new optimization suggestions and to keep the technical advice current."

Google's SEO Starter Guide on Google Webmaster Central Blog.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
John S. , eingetragen am 4. November 2008, 14:30

Hyperlinks are what everyone on the internet calls "links". Links are an essential part of the World Wide Web and are used to connect everything together from web page to web page and web site to web site. They are used in menus, within web pages, by the search engines, and even in emails. Although links have been around for many years they are often taken for granted and poorly written.

attributes of a hyperlink

In order to better understand HTML hyperlinks and how to use them effectively we need to dissect a typical HTML hyperlink. The diagram above shows what we would see if we looked under the hood at a hyperlink in a HTML source file. The following is a brief definition for each part:

<a This just tells the browser that this is the start of a HTML hyperlink tag.
href="http://www.mywebsite.com/" This tells the browser the URL (website address) the user will be sent to when they click on the link. This can be an internal link to another page within the same website or an external link to another website.
title="mouseover words" The hyperlink title is optional. It is only seen when the user places their mouse cursor over the hyperlink. It is specially useful when the hyperlink is an image button and can help search engine spiders interpret what the linked page is going to be about. Adding a specially designed title to every hyperlink tag is a good idea <hint! hint!>
Click here... These are the words users will see and is often referred too as "Anchor Text". The text words used here are extremely important to both your website visitors and to the search engine spiders. If you think about it, the words used here tell the website visitors what to expect if they click on the link. The words used here are often referred to as: "trigger words". The search engine spiders also use these words to help determine what will be on that linked page.
</a> This tells the browser that this is the end of a HTML hyperlink tag.

The real success of any hyperlink are with the words you use. The words need to be relevant to the page or website you are linking too and should help the web visitors understand what to expect if they click on the link. The words are also used by the spiders and can definitely help boost a web pages organic (free) ranking position within the search engine results if they are relevant to the page being linked, are repeated throughout the linked page and are used in the search phrase by the user at the search engine. To be continued in a future post. :-)

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5