Forum Moderators: open
<h1 class="indexpageh1"> Widgets </h1>
Question: Is this h1 still recognized as h1 for purposes of SEO, i.e. emphasizing my keyword?
Thanks
P.S. I realize one can add style rules to h1 without giving it a class, but I had a special situation that required me to do it this way.
Do you mind if I ask whether you used a usual h1:
<h1> Widgets </h1>or an h1 with a class (or id) name?:
<h1 class="Thish1"> Widgets </h1>
If you're worried about it, why don't you just use a different stylesheet for your index page and map the heading tags directly. You then won't have to worry about whether the search engine treats "class" versus "id" versus neither differently now or in the future.