Forum Moderators: Robert Charlton & goodroi
the class custombold is a bold with a couple of other attributes. Does anybody know if this is not counted as a bold as the styles are in an external css.
I am guessing it wont count and thus would like to know if this would get counted
<b class='custombold'>Boldtext</b> still uses the <b> but still worried the class attribute will result in Google not counting it as a bold.
on the same topic. I was wondering this the other day. If you css your formatting do you run the risk of losing the effect of bolding.
No, not until G uses rendering. (although some guru here might chew me out for being wrong, I'm pretty damn sure you'll not get any weighting that the bold/strong might normally add.
"you must buy this purple widget"
the emphasis is placed on "must" but the relevance of that is actually on purple widgets.
Reckon google is smart enough for this yet?
<b> and <strong> here: [webmasterworld.com...]
brunner mentions the semantic aspect of
<strong> and the meaningless of <b> in terms of screenreaders (and welcome to WebmasterWorld brunner!). Whereas in fact most screenreaders blithely ignore both elements, as the original question was the importance for SEO you could argue that because your bolded text is more for the benefit of ranking rather than users then the semantically-meaningless <b> would be actually more appropriate. Bear in mind that both elements are valid markup in all current standards, transitional or strict. As for whether the SEs give extra weight to text within
<b> or <strong> tags, the former is far more widespread than the latter, but I know of no real hard evidence either way of their respective effects in terms of better ranking. Any influence would be minimal, so don't get too caught up on it: concentrate your work on other more important areas such as writing content and link-building.
If you css your formatting do you run the risk of losing the effect of bolding.
eg.
<span class='custombold'>Boldtext</span>
the class custombold is a bold with a couple of other attributes. Does anybody know if this is not counted as a bold as the styles are in an external css.I am guessing it wont count and thus would like to know if this would get counted
<b class='custombold'>Boldtext</b> still uses the <b> but still worried the class attribute will result in Google not counting it as a bold.
<b class='custombold'>Boldtext</b>
This would count as <b>
Just as <h1 class='customhtag'> would still be <h1>