I am making a website with personal articles. The body of my articles is a basic div
containing paragraphs, but recently I found it useful to use some span
's out of the paragraphs to manage my content as desired, hence in the div
's.
As the web semantic becomes an important role and becomes more and more well constrained, I was curious of the downsides of such a practice.
I am not too familiar with the standards of HTML yet. However, I was thinking using span
's in div
's is semantically not clean.
Is the Googlebot going to soil the referencing on that?
span
elements for some text (e.g.,Hello <span>world</span>!
), but re-reading your question, I wonder if you intend to use them differently. – Inauspicious