In an earlier post “seeing through the eyes of bots” Mike identifies that robots read certain tags like h1,h2,h3 etc…
Now I have been thinking about this for a while but if the bots read the tags – do they also read the tag classes to identify relevant content sections? So for example if you have a website for sandwich recipies you might set up your stylesheets like this:
<h1 class=“sandwich-recipes”>Sandwich Recipes</h1>
<h2 class=“sandwich-recipes cheese”>Classic Cheese Sandwich</h2>
<p class=“cheese-sandwich description”>
<strong>This is the recipe for a classic cheese sandwich</strong>
</p>
<p class="cheese-sandwich ingredients>
Bread and some cheese
</p>
It’s a daft example – but you should understand what I’m getting at - basically you create a stylesheet taxonomy based on relevant keywords
SP