On 09 Jul 2004 in macromedia.dreamweaver, judas2 wrote:
Quote:
I just wonder if I couldn't use e.g.: .title instead of h1 and
.text instead of p. Is it the same if I define classes instead
of redefine tags? |
You mean like:
<div class="title">Headline Goes Here</div>
<div class="text">Lorem Ipsum dolor sit amet ...</div>
Sure. However, search engines tend to like semantic markup:
<h1>Headline Goes Here</h1>
<p>Lorem Ipsum dolor sit amet ...</p>
SEs don't understand that <div class="title"> is the most important text
on the page; however, they do understand that if something is in a <hx>
tag, that it's important, and (As I Understand It) they rate pages that
way.
--
Joe Makowiec
http://makowiec.net/
Email: http://makowiec.net/email.php