Home » Blog » Semantic HTML5 for Web Writers — An Essential Guide

Semantic HTML5 for Web Writers — An Essential Guide

Semantic HTML5 for Web Writers Google and Bing love semantic HTML5, so it’s great for SEO! This article is a simple guide to the semantic HTML5 tags web writers should use to better communicate with Google and Bing. Since your competitors probably aren’t practicing these tricks, correctly using semantic HTML5 tags in your content will propel you above the fray in 2018 and beyond. So, read on…

To properly structure your web pages using semantic HTML5, read this article .

What is Semantic Semantic HTML5 for Web Writers HTML5?

If you know anything about HTML, you know that HTML tags are (mostly) used for the visual side of content. These tags tell the browser how to display the content on the page.

But, some HTML5 tags convey semantic fax lists information… They give context to the words they contain.

Here are the most useful tags you need to know for semantic HTML5:

 

 

Continue reading this article to learn how to use these HTML5 tags correctly.

H1 to H6 Tags = Titles

Everyone is familiar with <h> tags. They structure your content—they divide your text into subtopics and sub-subtopics. The <h1> describes the adapt your email campaign depending on seasonality topic covered by the article as a whole.

Then, the other <h> tags are used to hierarchize the subtopics. Each <h2> is a subtopic of the general theme (the parent <h1> tag). Each <h3> is a subtopic of the <h2> to which it belongs, therefore a subtopic of the subtopic. And so on.

<h> tags are incredibly powerful 

because they identify subtopics in content, their relative importance, and how they relate to each other. A lot of semantic information is communicated through <h> tags. It’s worth taking the time to get them right.

Unfortunately, many web pages don’t respect the phone number iran semantics of <h> tags, often for layout reasons. For example, going directly from <h1> to <h3> because it “looks better” is a bad idea! Don’t do it.

Use tags to represent the semantic structure of content rather than its appearance. 
Use CSS to control the visual appearance of text.

Tip:  Although tags range from H1 to H6, it’s very rare to use <h> tags beyond <h4>. When you reach H4, ask yourself, “Is my article covering too many subtopics? Wouldn’t it be better to break the topic into multiple articles?”

 

Scroll to Top