Hello folks,
Just curious if you would mind sharing your thoughts or preferences.
Personally I try to match logical meaning to the replaced so that ‘no-css/no-images’ scenarios of covered in its true representations. (for the most past using Shea technique).
Logic I thought it was fair:
h1 - company name
h2 - slogan
h3 - navigation or menu indicator (eg. Categories)
h2 - contextual heading
empty DIVisions without any text, just marginalized and padded for things such as empty ‘bottoms’ of the UL lists holding decorative images.
In some simple form of:
<div id="container">
<h1 id="logo"><span></span>Company Name</h1>
<h2 id="slogan"><span></span>Company Slogan</h2>
<div id="top_menu">
UL list
</div>
<div id="left_column_floated">
<h3 id="side_menu_top"><span></span>Menu-Categories</h3>
UL list
<div class="side_menu_bottom">
</div>
</div>
<div id="content">
<h2 class="titles">Titles of entries / Contextual Headings</h2>
Lorem Ipsum….
</div>
</div>Are any of these “evil deeds”?
What are you using so that your ‘naked’ pages remain with good HTML structure and yet remain with good SEO?
Thanks for your thoughts!