Does the choice between using <span class="heading">
and <h>
tags impact search engine optimization for Google?
As I'm constructing a website, I decided to style the headings and subheadings with <span>
. However, I began to wonder if Google will be able to recognize them without the <h1>
tag.
Should I stick with using
<span class="main-heading">
like this: Text here?
Or should I opt for <h1>
like this: Heading?