Hello, I am new to the wix blog, so fortunately I don't have to change over from the old blog to new. My question though, is that when I am writing in the blog I use the "T" functionality to select the header style, but when I look at the html code I am not confident that google will be able to know the html code is correctly labeled for SEO development.
I see the H1/H2/H3 tags in the html code, but they are under the line where I expect them to be and just show <<h2>>==$0, even though the inspection lines up with the content...I can't tell that google will be able to understand it.
Can someone help point me in the right direction here, or explain how Wix's coding is working different than what I am used to on Wordpress?
Thanks
Hi!
T1 and T2 in Blog represents heading levels H2 and H3. H1 is used for post title. More information about heading levels in blog can be found in this article.
In code you may find this heading structure <h2><span>My h2 heading</span></h2>. <Span> element inside should not affect google bot as it does not have a semantic meaning and is commonly used to group elements for styling purposes.
I hope this answers your question.
There are two different sets of ‘rules’ when it comes to how to use HTML heading tags; the ‘classic’ approach (from the HTML4 standard), and, the ‘modern’ approach (from the HTML5 standard). We’re going to focus on the classic approach, as there are some usability and SEO challenges with the modern approach