UseBB Community

The official board for UseBB help and discussion

UseBB Community » Chit Chat » Site and Page titles

Site and Page titles

Page: 1

Author Post
Developer
Registered: Apr 2004
Posts: 2202
Location: Belgium
The following article is about the site and page title on a web page; how should it be presented? There are three methods:

Method 1:
<div id="logo">
Widget Co, Inc.
</div>
<h1>List of Widgets</h1>


Method 2:
<h1>Widget Co, Inc.</h1>
<h2>List of Widgets</h2>


Method 3:
<head>
<title>Widget Co, Inc.</title>
</head>
<body>
<h1>List of Widgets</h1>


I'd say method 2 is semantically correct, but the others will be better for SEO because the page title is in <h1 />. What would you choose?
_______________
--Dietrich (developer)
UseBB roadmap, dev mailing list & weblog
Moderator
Registered: Oct 2005
Posts: 437
Location: canada
I'd have to go with Method 3. Though Method 2 would be good to use too. Or a combination of both.

Page: 1

UseBB Community » Chit Chat » Site and Page titles

UseBB Community is powered by UseBB 1 Forum Software