The
tag, often referred to as metadata, defines the HTML document’s metadata that isn’t shown on the page, but can be processed by search bots (to identify keywords) and by browsers (to display content or reload the page).
It must always be placed within the
element of the page, and is usually used to specify the set of characters used on the page, the page description, keywords, document author, as well as viewport settings.
First, let’s look at the attributes that the
tag can contain.
One of the first attributes of the
tag that we’ll focus on is the
name
attribute. Its main purpose is to inform bots that visit the page whether the information on the page is intended for them or not.
For instance, by including a name attribute in the meta tag like
you’ll point out to all bots and Google’s bot respectively that they should consider the “noindex” directive. As a matter of fact, when the meta tag contains a name attribute intended for bots, it will often be referred to as the “meta robots tag”.
From the standpoint of SEO, using the name attribute in the meta tag is a great way of preventing certain bots from interacting with your pages, plus it allows you to provide additional data on the page.
But besides working just for bots, the name attribute can also be used to:
I want to point out that there are a lot of opinions online about whether it’s necessary to include keywords in the meta tag or not. Sure, ten years ago this could have helped your promotional efforts, but not anymore.
Google representatives have stated
time and time again that the search giant doesn’t take keywords into account when ranking sites. The same goes for
Bing’s stance on keywords
.
But these are not all the values of the name attribute. Let’s take a closer look at some other ones.
The
description
attribute, often referred to as the
meta description
, is another attribute used with the
tag.
This attribute provides a textual description of the page’s content that is displayed in SERPs right below the
tag:
Here’s what its HTML code looks like:
Besides providing additional information on the page to search engines, the description attribute gives content creators an opportunity to write enticing text that will encourage people to click through to the page directly from the SERPs.
As a rule of thumb, the description text has to be a little clickbaitish, so that people will be motivated to go to the page. But note that Google will most often replace the provided page description with parts of the content that are relevant to a user’s search query.
Now, although the text of the description doesn’t provide a direct boost in rankings, it can increase your CTR, which, in turn, is seen as a positive ranking signal.
Viewport meta tag
Although it’s not an attribute, the
viewport
meta tag lets you control the width and scaling of the viewport—the user’s visible area of a page—so that it’s displayed correctly on screens of all sizes, from desktop computers to laptops and from tablets to mobile phones.
Here’s what the HTML code looks like and I advise you to added it to all your web pages:
With the help of this data, browsers can get information on how to control the dimensions and scaling of web pages.
Taking a closer look at the code, we can see that the
width=device-width
part is set up in such a way that the width of the page will match the screen-width of the used device.
As for the
initial-scale=1.0
part, it sets the initial zoom level when the page is first loaded by the browser. So you may want to test it out depending on how your page is set up.
Below, you’ll find an example of a page that doesn’t use the viewport meta tag, along with the same web page that does use it:
In the modern age, when the
usability of a site directly affects its ranking positions
, it is simply unacceptable to create pages that do not adjust to the sizes of different screens. People will immediately leave your page if it looks like the example of the left.
Twitter Card
A Twitter Card is a multimedia tweet add-on. They are customizable media units that PPC specialists can use to drive traffic to their sites and/or mobile apps.
There are different types of Twitter Cards, with each one built specifically to cater to the needs of Twitter’s desktop and mobile users:
Summary Card
includes a Title, description, and thumbnail
Summary Card with Large Image
additionally includes a front-and-center image
App Card
allows for direct downloads to a mobile app
Player Card
lets you display videos, audio, and other media
To start implementing Twitter Cards markup, you need to specify the type of card your content requires by adding HTML markup to the page’s head section:
Here’s what the HTML code looks like:
< meta name="twitter:site" content="@Airbnb_UK" >
Thanks to the presence of this meta tag in a tweet that links out to your site, a page card will be displayed for Twitter users to see:
Without the Twitter Card tag, your content’s page title, description, image, and so on won’t be pulled up and displayed in your Twitter posts along with the link. Instead, Twitter will pull data from relevant Open Graph tags, if there are any.
Learn more about Twitter Cards
here
.
Content attribute
This attribute works in combination with the name and http-equiv attributes and reveals the meaning/data type of the meta tag to the search engine. Essentially, it specifies the content that contains the meta tag.
Here’s an example of the content attribute used in the meta tag:
content="What are HTML tags and attributes? How do you use them to get an SEO advantage? Check out every important HTML tag and its attribute in this post!"
>
And here’s what it looks like on a live page (remember that the description is only displayed in the SERPs):
In the context of the HTTP-equiv attribute, which we’ll get to next, the content attribute defines the type of data that is sent to the browser.
But first, let’s focus on a very important value of the content attribute.
Noindex attribute
Noindex
is another commonly used meta tag attribute for SEO purposes.
This attribute lets publishers identify content that can be indexed by search engines and included in the SERPs. Basically, the
noindex attribute
allows you to tell search engines that they may not use the given page in their respective indices.
Similar to the “meta robots tag”, the noindex attribute is commonly referred to as the “noindex tag” because of its use, although it is an attribute of the meta tag.
Here’s what the HTML code looks like:
content="noindex"
/>
Here are a few examples of the commands that can be used in the meta robots tag besides “noindex” (they can be used in combination):
nofollow
Do not follow any links from the page, and also do not take link juice into account when calculating rankings.
index, nofollow
Index the content of the page, but do not follow any links from the page.
This attribute comes in very handy when you want to hide sensitive data from organic search. You could, for example, have an area on your site that can only be accessed by paid members, and failing to use the “noindex tag” will make the content accessible to anyone from the search result pages.
When using robots directives on your page, make sure it is not blocked by the
robots.txt file
. Otherwise, search engines simply won’t be able to access the page and see the directives specified in the meta tag.
HTTP-equiv attribute
The
http-equiv
attribute displays the content of the
HTTP header
and is used by servers to collect additional page information.
In layman’s terms, browsers convert the value of the http-equiv attribute—specified with the help of the content attribute—to the HTTP response header format and treat them as if they came directly from the server.
Here’s an example of what the HTML code looks like:
http-equiv="expires"
content="4 May 2022"> or
http-equiv="refresh"
content="60">
The HTTP header reveals a lot of data that is useful for SEO specialists, such as the server response status (200, 404 and so on) or the name of the server that sent the response.
In addition, it can be used to specify the canonical URL for the requested page, block robots from indexing a page using the
X-Robots-Tag
HTTP header or set up an
HTML redirect
using the refresh attribute.
Here are some of the
attribute
values that can be used in the http-equiv attribute:
Value
Description
content-security-policy
Specifies the document’s content policy
Example:
content-type
Specifies the document’s character encoding
Example:
default-style
Specify the document’s preferred stylesheet
Example:
Note that the value of the content attribute must match the value of the title attribute on a link element, or it must match the value of the title attribute on a style element.
refresh
Defines how often (in seconds) the document needs to automatically refresh
Example:
Charset attribute
The
charset
attribute is responsible for document encoding. It defines the character encoding style of a website.
The encoding needs to be specified so that browsers can correctly display the text of the HTML document on the page. If the tag with the encoding data contains an error, you will only see scrambled characters on the page.
Here’s what the HTML code looks like:
One of the most frequently used
coding standards
is UTF-8, with 96.6% of analyzed websites using it. It’s supported by all modern browsers and search engines. Some other encoding standards include ISO-8859-1, Windows-1251, and Windows-1252, but they are used by less than 3% of websites.
The key here is not to use several coding standards in a single document as this will confuse browsers and search engines alike. In turn, this can lead to content indexing issues and the incorrect display of text.
Nowadays, practically every search engine knows how to identify page encoding without external help. But, to be on the safe side, it’s best if you specify the encoding used on the page to avoid having issues.
The
tag serves to define hyperlinks that link out from one page to another. Basically, a standard hyperlink on a web page is an
tag.
Here’s an example of what its HTML code looks like:
link anchor text
When added to the HTML code and placed in-content, the example above will look like this:
link anchor text
Now, let’s break it down to understand its parts. First, we have the
tag that indicates that the element is a link. Then, the
href=
attribute defines the page the link links out to, which is
www.website.com
in our case. The text that you can see between the start
tag and the close
tag is the anchor text, as in the clickable in-content text website visitors will see on the page.
Note that the
tag is used for clickable links that are placed within the page’s content, as in within the
tag. If you need to link a web page to an external resource, like a document containing fonts or external style sheets, you need to use the
tag that appears in the
of the page.
Here’s what its HTML code looks like:
Note that
tag links aren’t hyperlinks, they cannot be clicked on, and the
element itself contains only attributes. They simply show how web documents are related to one another.
Now, let’s take a look at the attributes that are associated with link tags.
Hreflang attributes
The most important attributes of the
tag are the
href
and
hreflang
attributes that indicate the link’s destination and specify the country and language of the alternate page, respectively.
The
hreflang attribute
was primarily designed for websites that contain the same copy in different languages. It lets search engines know which page version must be displayed to website visitors, allowing them to see the content in their preferred language.
The hreflang attribute can also be used in the
tag where it defines the language of the linked-to web page. Just like the
tag, the href attribute must be housed within the page
element, and here’s what its HTML code looks like:
rel="alternate" href="https://website.com" hreflang="en-gb"
/>
The code can be split up into three parts:
The
rel=”alternate”
indicates to search engines that the web page has an alternative relevant page.
The
href=
attribute defines the URL of the linked out to page.
The language code indicated after the
hreflang=
attribute lets search engines know the language of the linked page. Check out the full list of language codes known as
ISO 639-1 codes
.
Note that the
hreflang
attribute can additionally be used in the HTTP header for non-HTML documents or it can be specified in the site’s XML sitemap.
Rel=“nofollow” attribute
The
rel=”nofollow”
attribute points out to search engine bots that they aren’t allowed to follow the URL indicated in the href attribute.
This attribute does not have any effect on website visitors, so they can still click links to go to other pages. However, it does impact bots, as in they can’t follow a link to visit a page or highlight any specific positive aspect of linking one page to another.
This attribute can either be applied to a single link like so:
rel="nofollow"
>link anchor text
Or you can mark all links on a web as “nofollow” by using it in the
tag like the “noindex” attribute:
name="robots" content="nofollow"
/>
But it’s not just about search engines and their bots. You can still benefit indirectly from nofollow links if your website visitors click through to the linked web page.
Google’s use of the rel=“nofollow” attribute
Several years ago, the search giant made a few alterations to the “nofollow” attribute and introduced the
rel=”ugc”
and
rel=”sponsored”
attributes. Unlike the “nofollow” attribute, these new ones allow publishers to state the relationship between links and their target pages in a much clearer way.
They help Google recognize when a linked-to page shouldn’t be taken into account when ranking pages:
rel=”ugc”
attribute stands for user-generated content and is used to mark links that have been added through publicly available resources, such as forums.
rel=”sponsored”
attribute is used to identify links that were obtained through ads or sponsorships.
Furthermore, Google also stated that the “nofollow”, “rel=“ugc” and rel=“sponsored” attributes are now looked at as hints by the search colossal. Google’s bot used to ignore such links, but now it may consider the provided “hint”, but can still treat the link as “nofollow”.
Canonical attribute
The link tag’s
rel=”canonical”
attribute lets SEOs point out which other web page is to be considered
canonical
—as in it is the main version of the page, but it’s copies may exist.
From the SEO perspective, this helps promote a specific page in organic search, blocking its copies from getting ranked.
Here’s what this attribute looks like:
rel="canonical" href="https://www.website.com/"
/>
The code with the canonical attribute should be placed within the page’s
element. Note that you should indicate the page you want search engine bots to see as canonical after the “href=” attribute.
Check out what Google has to say about
canonical links
to find out more.
4) The
tag displays and describes images
The
tag is present on any page that has an image. It is used to embed images into HTML code and display them in PNG, JPEG or GIF formats. You can also add an image in the form of a link to another file. To do this, simply put the
tag into the
container.
Images can also be used as HTML
image maps
when the image contains clickable areas that act as links. Image maps don’t differ from regular images in any way except that the former can be broken down into invisible zones of various shapes that can be clicked on.
Interestingly enough, this tag doesn’t actually insert any images into pages, but links out to them so that they are displayed on the page. The
tag basically serves as a container for images that are in fact located somewhere else, like a server.
Here’s what the HTML code of the
tag looks like:
As you can see, there are three attributes in this tag. One of them must be filled out correctly in order for the tag to function, while the other ones can be left without a value. Let’s look at the three in closer detail.
Src attribute
The main purpose of the
src=
attribute is to indicate where (URL) the file of an image shown on a web page is located.
The image’s location, as in its URL, can be specified in two ways for the src= attribute:
If it can be found on the same domain as the container that houses it, then you should use a
relative URL
. In this case, the domain name isn’t included in the URL address. If there’s no slash at the start of the URL, it is relative to the page at hand.
src=”imagefile.png”
But if there is a slash at the start of the URL, then it’s relative to the domain.
src=”/images/imagefile.png”
Note that relative URLs won’t break with a domain change, for example, when
switch
ing from HTTP to HTTPS
.. And if an image can’t be found by a browser, the alt text will be displayed along with the broken link icon.
But if you want to use an image that is located on another website, use the
absolute URL
.
src=”https://www.website.com/images/imagefile.png”
Note that using images from external sources without permission may violate copyright laws, plus you have no control over them and won’t know when they are removed or updated.
The sole purpose of this attribute in terms of SEO is that you need it to index images and see them ranked in image search. Plus, the image tag simply won’t work without this attribute.
Alt attribute
The main purpose of this attribute is to indicate alternate text that will appear if an image can’t be displayed on the page for any reason. On top of that, since search engines are still struggling to come up with the technology that will allow them to perfectly understand what is portrayed on images, the
alt attribute
provides another way—in addition to the title attribute—for them to understand what is depicted on an image and, ultimately, rank it in image search.
So, try to use keywords that
a) describe the image
, and
b) use keywords relevant to the topic of the web page
.
In terms of human website visitors, the text in the alt= attribute is used by screen readers and assistive tech to give blind or visually impaired people an understanding of what the image contains. So, you may want to make the most of the alt attribute in terms of helping such people absorb content.
Remember how I said that two
attributes can be left without a value? Well, although the alt= attribute must be present in the image tag like the title= attribute, you aren’t obligated to fill it out. However, considering the points made above, you may want to fill it out after all.
Title attribute
The
title
attribute describes the image’s content.
Although this attribute isn’t as vital for optimization as the alt attribute as it is not used for search ranking, it is still worth filling out since it can provide additional information when users hover over the image.
Many other attributes are used along with the
tag that are responsible for the image’s location on the page, size and design features. So, here’s a short table that covers them:
Attribute
Value
Description
crossorigin
anonymoususe-credentials
Allows the use of images from third-party sites that permit cross-origin access use with canvas
height
pixels
Defines the image height
ismap
ismap
Defines an image as a server-side image map
loading
eagerlazy
Defines if a browser should load an image right away or wait until specific conditions are met
longdesc
URL
Defines a web page that contains a detailed image description
referrerpolicy
no-referrerno-referrer-when-downgradeoriginorigin-when-cross-originunsafe-url
Defines what referrer info must be used when fetching an image
sizes
sizes
Defines the sizes of an image for different page layouts
srcset
URL-list
Provides a list of image files that should be used in different scenarios
usemap
#mapname
Defines an image as a client-side image map
width
pixels
Defines the image width
The
tag also supports
HTML Global Attributes
and
HTML Event Attributes
.
5) The
,
,
&
tags emphasize important text
A separate group of tags is responsible for emphasizing text—making it bold, italic, underlined, etc. Text selection is useful when you need to logically highlight an important part of the text both for readers and search engines.
Here are the most common tags that help format text:
The
tag makes the text
italic
.
Italicized text
The
tag defines emphasized text. The content within the tag is displayed in italic. Screen readers use verbal stress when pronouncing words in
.
Emphasized text
Note that the key difference between the
and
tag is that the latter provides a semantic emphasis on an important word or section of words (useful for SEO), while the former is just offset text conventionally styled in italic to show alternative mood or voice.
The
tag makes the text
bold
.
Emboldened text
The
tag makes the text bold as well. However, unlike the
tag that simply makes the text bold without any logical meaning behind it, this tag tells search engines that the emboldened text is of great importance.
Strong text
6) The
,
,
tags help get into Google’s Answer Box
Tables and lists help organize information on a page, but they can also give you a sweet bonus—a chance to appear in Google’s Answer Box. For example, when entering the query “video card comparison”, we see an Answer Box with the following table:
Now, if we check the code of the page that appeared in the Answer Box, we can find a table in the code that looks something like this:
Here’s what the clean HTML code looks like without all the extra information:
I get that there are too many abbreviations and two-letter codes here, so let’s break it down and find out how to use the
,
,
,
and
tags correctly:
The
tag defines the table’s structure and content. The
,
,
,
and other elements are used inside the
tag. You can completely change the table using attributes:
align
the table, set a
background
image, change the
bgcolor
(background color), set the
border
width, etc.
The
tag creates a title for the table description.
The
tag creates a row in the table.
The
tag creates a standard cell in the table.
The
tag creates a header cell in the table with justified emboldened text.
As far as
lists
go, we can see a similar story. The SEO value of lists lies in their clear, concise, step-by-step structure that boosts the page’s chances of
appearing in the featured snippet
.
Here’s an example of what the HTML code looks like for unordered (
) and ordered (
) lists:
Unordered list item
One more list item
Ordered list item
One more list item
Once again, let’s break it down and learn how to use the
,
and
tags correctly:
The
tag defines an unordered (bulleted) list.
The
tag defines an ordered list.
The
tag specifies the value of a list item, where each element in the list must begin with the
tag.
From the standpoint of SEO, it is way more beneficial to use tables instead of lists because tables allow search engines to easily fetch table data and rank articles higher as a result.
7) The
tag makes content scannable
The
tag was designed to define a page or section header to introduce the content ahead and typically has a logo or icon, navigational links, and a search bar.
It’s important to point out that there can be several
tags in a single HTML code, but the tag itself can’t be housed in a
Here’s what the HTML code looks like:
Now get into all the deets
Once you run it, you’ll get the following:
Now, this is just an example, but you can easily find the
element used in at the very top of a lot of websites:
In terms of SEO benefits, search engine bots consider headers to be user-friendly because they provide page formatting, making the content on the page scannable. Without the presence of headings, search bots may think your page isn’t user-friendly, and as a result, your rankings may take a hit. Plus, since the header can also contain internal navigation links, this gives search engines a clear understanding of what pages are most important in your site’s structure.
8) The
…
tags structure the text into sections
Every piece of online content is structured in a way that helps both search engines and users understand what it’s about. As a result, the entire text gets a title and is broken down into logical semantic blocks, each with its own title. HTML uses special tags to highlight such elements on the page: headings.
There are 6 levels of headings: from
h1 to h6
.
is used as the main heading and is usually placed above the text. All of the headers must stick to the hierarchy principle (from
Here’s what the HTML code looks like:
Everything SEO newbies need to know about tags
We decided to write this article because our Support Team has been getting lots of questions relating to HTML tags.
Where to start
We aren’t going to teach you to code, but we will show you the most frequently encountered tags in SEO.
By the way, an
experiment confirmed
the priority of using
. No matter how many
headings you optimize, they still won’t be able to outrank a web page with an optimized
.
So, to get SEO benefits, it’s best to stick to best practices regarding the use of headers in content—use only one h1 header and maintain header hierarchy.
Note that the
and
tags are not the same thing. The confusion can be caused by the fact that both of them have similar functions of describing the page’s content. But the main difference between these two tags is that the title is displayed in the snippet, social media and browser tabs, while the
tag is only displayed on the page as the header. On top of that, they have to differ since they serve different purposes: the title attracts people from the SERPs, and the
tag confirms that the searchers arrived on the right page by describing the content.
9) The
tag provide internal link structure and navigation
The
tag was designed to define a document or section footer on a website.
As a rule of thumb, this tag contains information on authorship, copyright, contact details (must go inside
tag within the
), links to related docs and pages, back to top link, and perhaps even a sitemap. An HTML code can contain several
tags, plus it supports
HTML Global Attributes
and
HTML Event Attributes
.
Here’s an example of what the HTML code looks like:
The footer element
The live code produces the following page:
The example above isn’t the typical footer that comes to mind, but it can be found under various articles. Below, you’ll can see the link-packed footer from 2022世界杯买球平台 ’s homepage along with its HTML code:
In most cases, the footer is the same across the entire website and provides users with all the information they could possibly need.
But what’s the SEO benefit of using the footer? Well, the footer contains links. A lot of links. And in SEO, this matters as it provides a clear internal link structure. So make sure that all of your important pages are linked out to from the footer for search engines to see.
10) Too many
tags slow down web pages
The
tag was designed to define a section in an HTML code. It’s used to contain all types of HTML elements.
To elaborate, the
tag is a block element that is intended to highlight a fragment of a document in order to change its content’s appearance. So that you don’t have to describe the style of the tag each time, choose the style from an external style sheet, also add a
class
or
id
attribute along with the selector name.
Here’s what the HTML code looks like:
The div tag
Heading in a div tag
Text in a div tag.
Text outside the div tag.
Once you successfully run the code, you’ll see the content within the div element is separated from the rest:
The
tag can contain two attributes:
The
align
attribute defines how the div element will be aligned on the page in relation to its surroundings.
The
title
attribute adds additional popup information to the content.
The
tag also supports
HTML Global Attributes
and
HTML Event Attributes
.
From the SEO point of view, wrapping page content in
tags won’t be a direct problem, however, having a lot of unnecessary code in your HTML document can slow down the page, leading to UX issues.
11) The
tag wraps logical groups of related content
Plain and simple, the
tag was designed to define an HTML document section. But besides this purpose, it can also be used to mark news blocks, contact details, content chapters, and dialog box tabs, to name a few.
It must be noted that this element typically has a title, and you can place one section element within another.
HTML Global Attributes
and
Event Attributes
are supported by the
Here’s what the HTML code looks like:
Santiago Bernabéu Stadium
The Santiago Bernabéu Stadium is a football stadium in Madrid, Spain. With a current seating capacity of 81,044, it has been the home stadium of Real Madrid since its completion in 1947.
Once you run it, you will see something that visually doesn’t look any different from the
or
As you can see in the screenshot below, we also use the
element on our website to tag different parts, or sections, of our homepage:
In terms of SEO, the
element is similar to the
tag, but, although it looks as if nothing is happening, it sends a more powerful signal to search engines. It tells them that a logical group of related content is wrapped within the tag, like a contact details section.
11) The
tag points out self-contained content
The
tag denotes content that is cohesive and distinct. But, unlike the
tag, you can cut and paste it from one place to another, like another site, and the article won’t lose its meaning. Moreover, this can be done in a matter of minutes. The tag is often used for articles and blog posts.
Below you can see a SEJ article page that has an infinite scroll. Once you finish reading one article, another one starts straight away.
The
tag simplifies the process of highlighting new articles or blog posts in an online publication for search engines. That way, search engines like Google can put more emphasis on content wrapped in the
tag.
Plus, the use of
tags cuts down on the use of
tags and cleans up your page’s HTML code.
13) The
The
tag is used to define a block on the side of the page that contains headings, links to other content, tags as well as other info. This is usually referred to as a sidebar, although it can contain a footnote, an ad, or something else.
As a rule of thumb, the content placed within the aside element must not be directly related to content of the page. Similar to the
tag, aside only creates a sidebar and doesn’t display any design aspects. It can, however, be styled via CSS. The
tag supports
HTML Global Attributes
and
HTML Event Attributes
.
Here’s what the HTML code looks like for the sidebar on our blog’s homepage:
The
tag helps search engines quickly obtain valuable page information like author, number of views, and date. Moreover, this tag can be used to provide additional enclosed content on a page that is relevant to the entire page and not one of its blog posts. This gives search engines the opportunity to analyze the page’s surroundings to better understand its overall and more specific topic with the ultimate goal of ranking the page for relevant queries.
15) The
You’ve probably heard that most SEO specialists frown upon sites that use frames (the majority of such sites were created back in the 90s).
If we look at the reasoning behind these sentiments, we can see that such sites are difficult to optimize, they are indexed more slowly and not always correctly, plus these sites have plenty of usability problems.
As you can see, it doesn’t look great, but there’s a lot more going on behind the scenes that causes such pages even more issues.
So, what do you need to know about the
tag?
The
tag defines the properties of a single website frame. It is placed inside the
container that splits the page into different areas. At the heart of it, each area is a separate web page.
Today, this technology is considered obsolete since traditional frames are no longer supported by HTML5. However, many modern technologies
support
, which allows you to insert frames into text blocks on pages.
The
tag is used to specify an inline frame. In their essence, iframes let you embed another website in the HTML code of your site like interactive maps as well as YouTube videos.
So, the
15) The
tag defines priority pages
The
tag is used for site navigation and points out the most important pages of the website.
Since we already discussed navigational and internal structure links in the
and
sections of this blog post, you may be wondering how this tag is different. Well, if your page contains several blocks of links, you can use
to mark priority links. But don’t go overboard and tag all links with the
element.
Did you notice how I said links in plural? The
tag can be used more than once in an HTML document, but make sure you don’t put it into the
tag.
With the help of this tag, screen readers can understand if they need to skip the content’s initial rendering. Plus, the
tag supports
HTML Global Attributes
and
HTML Event Attributes
.
Here’s what the HTML code looks like:
The nav element
The nav element defines a set of navigation links:
HTML
|
CSS
|
JavaScript
|
Python
Below you can see what the HTML code looks like once it’s live:
And this is how to the tag works once it’s added properly to a site’s HTML code:
For search engine optimization, the links tagged with the
element send a signal to search engine bots regarding the pages that you deem to be the most important ones on your website. Furthermore, it provides them with quick and easy access to these web pages.
16) The
Now, it doesn’t make much sense to show you what the example code will look like in action because you won’t have any context, so here’s how we use the script tag to pull a HelpCrunch widget into our website:
Before we get to the SEO advantages of using the
Was this post helpful?
Thank you for your feedback!
×