Updated June 10, 2026
Websites that lack meta tags are missing out on a key opportunity to rank in search results. You can use this article to learn how to add tags to your website, plus the most important meta tags for SEO.
Updated July 8, 2022
Meta tags for are HTML tags that describe your page content to search engines and website visitors. The meta tags appear only in the page’s code, and anyone can check them via a website’s source code.
Looking for a SEO agency?
Compare our list of top SEO companies near you
Meta tags for SEO are key because they tell search engines what a page is about. Think of them as the first impression for all search engines.
According to John Mueller, webmaster trends analyst at Google, “meta tags can affect the way that users see your site in the search results and whether or not they actually click through to your site.
Meta tags for SEO matter, but not all of them are equally important. In this article, I’ll discuss the most important meta tags for you to focus on.
Interested in learning more about how to leverage SEO for your business? Reach out to an expert today.
Simply put, meta tags are tags within the HTML code of your website that describe the different components of your site to search engines. These tags allow Bing or Google search algorithms to read descriptions of the makeup of your site.
There are different types of meta tags that indicate different aspects of your site to search engines. See below for a definition of some of the most common tags:
If you‘re not an expert in HTML but still want to incorporate meta tags into your website, many content management systems such as WordPress include SEO plugins that make it easy to add and edit meta tags.
While they themselves are not a ranking factor for search engines, high-quality meta tags are essential to effective digital marketing and technical SEO.
When your pages come up in search results, search engine users will read your meta title and meta description as the page title and the description of its content. Based on the poignancy of this metadata, searchers will make their decision on whether or not to navigate to your page.
With their prevalence in the search engine user experience, effective meta tags can increase conversions, decrease bounce rates by making the purpose of pages clear, improve on-page SEO, and provide a vetting system for any duplicate content on your site.
Looking for more ways to grow your business? Check out how other companies are using Netflix Advertising to grow theirs.
If you want to check the meta tags for any page, just right-click anywhere on the page and select “View Page Source.”

You can also use tools such as SEMrush (specifically the SEMrush Audit Tool) and Screaming Frog to check the meta tags on any site.
In this article, I'll walk you through the 8 most important meta tags for SEO:
By using these meta tags, you can boost your website's SEO.
The title tag is the first HTML element that specifies what your web page is about. Title tags are important for SEO and visitors because they appear in the search engine results page (SERP) and in browser tabs.
For example, you can see the title tag in the browser tab header of this Templatemonster post.

The title element supports all browsers including Chrome, Firefox, and Safari.
Always add your title tag in the < head > section of your site:
Here are some good pointers for writing a title tag:
A meta description is an HTML element that sums up the content on your web page. Search engines typically show the meta description in search results below your title tag.
Here’s an example of the meta description appearing on a search results page:

This is how you’d code a meta description like the one above:
< head >
< meta name="description" content="This is meta description Sample. We can add up to 158." >
Google does not use the meta description as a ranking signal. However, it still has a massive effect on your page's click-through rate (CTR) because it appears in search results and informs users what your page is about.
Lately, Google has changed the length of what it will show in SERPs. The search engine giant confirmed that it shortened search results snippets after expanding them last December.
Google's public search liaison, Danny Sullivan, mentioned that there is no fixed length for snippets.

The new average length of the description snippet field on desktop is around 160 characters, down from around 300+ characters.
Mobile characters for the search results snippets are now down to an average of 130 characters.
Here’s how to write a good description tag:
That way, you’ll have a compelling description tag.
A canonical tag is an HTML link tag with the attribute “ rel=canonical."
It’s used to indicate that there are other versions of this webpage. By implementing the canonical tag in the code, your website tells search engines that this URL is the main page and that the engines shouldn’t index other pages.
Use the following syntax to add a canonical tag:
< link rel="canonical" href="http://example.com/" />
Search engines can’t read images, which are a crucial part of many websites. Alternative text (alt text) is a way around that issue.
You should add proper alt text to images, such as the one below, so that search engines know how to interpret them.

That way, you can include inviting graphics on your website without damaging your SEO.
When creating alt text for your website, use the following syntax:
Here are some tips for your alt text tags:
The robots meta tag tells search engines to either index or non-index your web page.
The tag has four main values for the search engine crawlers:
Use the following syntax for your robots meta tag:
< meta name=”robots” content=”noindex, nofollow”> Means not to index or not to follow this webpage.
< meta name=”robots” content=”index, follow”> Means index and follow this webpage.
Place the robots meta tag in the < head> section of your webpage.
These tags make social media syncing easier.
Open graph meta tags promote integration between Facebook, LinkedIn, Google, and your website.
Here is a sample of how Open Graph tags look like in standard HTML:
< meta property="og:type" content="article" />
< meta property="og:title" content="TITLE OF YOUR POST OR PAGE" />
< meta property="og:description" content="DESCRIPTION OF PAGE CONTENT" />
< meta property="og:image" content="LINK TO THE IMAGE FILE" />
< meta property="og:url" content="PERMALINK" />
< meta property="og:site_name" content="SITE NAME" />
Twitter cards work in a similar way to Open Graph, except for Twitter.
Twitter will use these tags to enhance the display of your page when shared on their platform.
Here is a sample of How Twitter card look like in standard HTML:
< meta name="twitter:title" content="TITLE OF POST OR PAGE">
< meta name="twitter:description" content="DESCRIPTION OF PAGE CONTENT">
< meta name="twitter:image" content="LINK TO IMAGE">
< meta name="twitter:site" content="@USERNAME">
< meta name="twitter:creator" content="@USERNAME">
You can use header tags to change font sizes and signify information hierarchy on a page.
The heading elements go from H1 to H6. H1 is the largest and most important level, and H6 is the smallest and least important.

If you mark text with an H1 tag, you signify to search engines that it’s the most important text on that page.
The final important meta tag is the responsive design meta tag, which is also called the viewport meta element.
Viewport meta tags allow web designers to configure how a page scales and displays on any device.

In the first image, the text is cramped and hard to read, and the image doesn’t scale well. In the second, both the text and the image fit the dimensions of the screen.
You can find the viewport element in the head section of your web page.
Use the following syntax to add a responsive design meta tag:
< meta name="viewport" content="width=device-width,initial-scale=1.0">
There’s one exception to the viewport meta tag rule: don’t use it if your website pages are not responsive, as it will make the user experience worse. You can use this tool to check whether your site is responsive.
Analyzing your use of meta tags for SEO is a great start to improving your on-page results. The 8 meta tags for SEO in this article are ones that will help you rank better, as long as you use them correctly.
Think of meta tags as a way to give both human users and Google a better idea of what your website is about. The more you use meta tags for SEO strategy, the more value you’ll provide.