What Basic HTML Tags Are Needed for SEO Website Promotion? [чек-лист]
admin
HTML is a standardized document markup language for the Internet. Browsers interpret the HTML language and display the already formatted text to the user. To mark up documents, you need HTML tags that assign certain properties to texts and images.
Promoting a website does not require a thorough understanding of HTML and being a layout guru. But there are tags with which work is inextricably linked SEO. And you need to know about them.
Table of contents
When you read articles about SEO, you’ll probably come across these terms. However, they are often confused by referring to tags as elements and elements as attributes.
Let’s start with tags. These are basic HTML constructs. All are in parentheses <…> included. Tags can be single or double. In the second case there is an opening and closing tag, denoted by <…/>.
Examples of tags:
There is text in the tag. Along with the day is this text HTML element. An element is the basic structural unit of a document written in HTML.
Here are examples of elements:
This tag marks the beginning and end of a paragraph
The text enclosed in this tag is visible to the user in the browser
Items can have Attributes (properties). They have default values or those specified by the user. The attribute is written in the opening tag after the element name and before the closing bracket (>).
Types of tags are Meta tags. These are tags that are intended to represent structured metadata about a website. They are written between tags
and – that is, users do not see their content.
Here are examples of meta tags:
So we clarified the concepts. Let’s move on to the most important HTML tags for SEO.
HTML document structure tags
Every HTML document has this structure:
…
…
Let’s find out what it includes:
At the top is the HTML version declaration line. It starts with a document that conforms to the HTML specification of a particular version (for example, in our case it is HTML 5).
Then the day comes. It tells the browser that what follows is HTML text.
After the opening day comes the opening day. Inside is service information (it is not displayed to users) – meta tags, statistics counter scripts and resource validation codes Yandex webmaster, Google Search Console and other services.
However, the information within the tag is precisely visible to users – this is where the main content is located (texts, images, videos, etc.). This means that if you want the content to appear on the page, you need to put it in the tag.
Of course, this is not a complete list of structure tags. There’s more