|
| Recent
Articles |
Pull Your Site Out Of The Supplemental Index I met Krishna De in Cork last month. She gave a fantastic presentation on marketing and leveraging the Internet to achieve your business goals. In fact, without prejudice to any of the other speakers, I found that Krishna's...
Links - The Grammar Of The Web Linking is the foundation of every quality website. Everything starts with the link. You build from the link, not from the sentence. Read the following paragraph and try to identify how it should be dealt with in terms of links...
Traffic Building: The Experience Sieve Driving traffic to your site may be a matter of simply knowing what you're talking about. There is a high demand for experts. If you have learned a great deal about a certain subject you can bet there are those...
Using Robots.txt To Prevent Search Indexing Sometimes there are parts of your website you don't want accessed by the search engines - for any number of reasons, like sensitive private data, articles that require subscriptions - whatever. Google recently posted...
Make Your Content Del.icio.us Del.icio.us is the most popular bookmarking service on the web. By getting on the Del.icio.us popular or hotlist page you could get thousands of visitors coming to your website within minutes. Here are some ways that...
Blogs - The Emotional Description One topic that often comes up in conversations about blogging is how do you define a blog. Answering the question invariably includes a description of the...
|
|
 |
|
05.07.07
Using The H1 Tag By Yuri Filimonov
Some are not aware that there's a h1 tag. Some use is as they please. Others try to think what makes the most sense and act accordingly.
Let's see what is the best way to use the h1 heading tag on your website to appease both the humans and the search engines.
How is it supposed to be used?
Judging by the HTML 4.01 Strict specification:
A heading element briefly describes the topic of the section• it introduces.
• - bolding mine.
It means that not only a h1 tag can be used multiple times on a page, but it also determines a topical section of the page. Depending on the page type and structure, there may be several sections, so it can be pretty handy.
How to use the h1 heading tag?
So, as mentioned above, the right way to use h1 tag is to either describe a page or a section of a page, if the page has two distinct topics.
Of course, it may need some styling up with CSS, as default browser h1 styling leaves much to be desired, mostly. Especially, if you are using a custom theme design.
There are several cases, when a page can have numerous topics, and, thus, h1 tags:
• a homepage, introducing numerous site sections
• an index page, introducing categories (or a category page, introducing its subcategories)
• a page about something in general, then talking about different subtypes (for example a page about felines, first talking about them in general, then about wild cats, then about domestic cats)
For the title of each of the page sections, you'd rather be using the h1 heading tag.
How not to use the h1 tag
Quite often, you will find that most WordPress and Drupal themes have h1 used for the site name (company name, etc). This is not the right way to use it, as every page has site name and, thus, the title does not describe anything page-specific.
Since we are talking about how not to use the h1 tag, you shouldn't use it only for the search engines - use it for the humans only by pointing out a heading, which describes a page or a page section.
Rounding up
Of course, the main reason to use the h1 right is the process of doing things right. A perfectionist that I am, it seems quite important.
Also, it gives people and spiders that can't see a chance to use the software to understand what the page is about. While using h1 for the page-specific titles may bring you a tiny little bit of traffic, you can create much better titles by writing them for the people.
Learn more and discuss the topic at Cre8asite and learn more about semantic markup at Pearsonified.
Comments
About the Author: Yuri Filimonov is a freelance website optimization and usability consultant, who writes about improving websites to gain more visitors,
customers and profit at his blog, http://www.ImproveTheWeb.com.
|