Meta Tags: What They Are & How to Use Them for SEO

Connor Lahey

Jan 30, 20257 min read
Contributors: Asif Ali, Chris Hanna, and Simon Fogg
Meta Tags for SEO
Share

TABLE OF CONTENTS

What Are Meta Tags?  

Meta tags are HTML elements that provide information about webpages to search engines and users. These tags appear in a page’s <head> section: 

<!DOCTYPE html>

<html>

<head>

  <meta name="description" content="It's time to get backlinks that make a difference. Backlinko is the place for next-level SEO training and link building strategies.">

</head>

</html>

In this example, a meta description summarizes the page. Search engines like Google often display meta descriptions in search results: 

AD_4nXf4rLvui6jhkp36N02gyOHyqDCqKduUySPLSDpwHC-U4of3F-uDqE1qq_vKOXM9XAGDdusqTWvQ9UO-KZw4R-uPBYs1JLr5LxM3VRaYz1jmH5M1hy9FO6VAnZ6k5_76lTAgi_zM8A?key=GhYR5AwqzolobFd3S6C7JYI7

By adding this meta tag, you can influence how your page appears in search results and attract more users to click through to your site.

Which Meta Tags Does Google Support? 

Google supports many meta tags. This table describes them:

Meta Tag Name

Description

Example

description

Provides a short description of the page. This text may appear as a snippet in search results.

<meta name="description" content="Make your business visible online with 55+ tools for SEO, PPC, content, social media, competitive research, and more.">

robots

Controls how search engines crawl and index your pages. Use “noindex” and “nofollow” to prevent indexing or link following. “index” and “follow” are default if unspecified.

<meta name="robots" content="noindex,nofollow">

domainbot

Works like the robots meta tag but applies specifically to Google.

<meta name="domainbot" content="noindex,nofollow">

notranslate

Stops Google from automatically translating your page in search results.

<meta name="domainbot" content="notranslate">

nopagereadaloud

Instructs Google not to use text-to-speech (TTS) services to read the page aloud.

<meta name="domain" content="nopagereadaloud">

nositelinkssearchbox

Prevents Google from showing a sitelinks search box in your site’s search results.

<meta name="domain" content="nositelinkssearchbox">

domain-site-verification

Verifies website ownership for Google Search Console. This tag is case-sensitive.

<meta name="domain-site-verification" content="+nxGUDJ4QpAZ5l9Bsjdi102tLVC21AIh5d1Nl23908vVuFHs34=">

Content-Type and charset

Specifies the content type and character set. Helps with rendering non-ASCII characters, such as accented letters.

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

refresh

Redirects users to a new URL after a set time. Not recommended for SEO. A server-side 301 redirect is better.

<meta http-equiv="refresh" content="5; url=https://website.com">

rating

Indicates that the page has explicit content.

<meta name="rating" content="adult">

viewport

Adjusts how the page displays on mobile.

<meta name="viewport" content="width=device-width, initial-scale=1.0">

Two important notes regarding meta tags:

Meta Keywords Tag: This meta tag used to help search engines understand a webpage’s content by including a list of keywords. Google and other major search engines no longer support the meta keywords tag due to misuse.

Hreflang: The hreflang attribute is not a meta tag but is often mistaken for one. It goes in the <link> element in the <head> and tells search engines about the language and geographical targeting of a webpage.

Why Are Meta Tags Important? 

Meta tags are important because they can help you:

Boost Click-Through Rates 

Meta tags for SEO (like meta descriptions) help control how your webpages appear on search engine results pages (SERPs). 

A relevant, compelling meta description can encourage users to click your link and improve your organic click-through rate (CTR). Optimizing these tags with relevant keywords, unique selling points, and calls to action (CTAs) can attract more qualified traffic to your site and lead to more conversions. 

AD_4nXdODk_KmGvjt1b84ifIrTzp0YrYkgW7uZcAa9Q1tlTZzFUJJR4hgt87H7nsHmWce0PjQ5nhNtXi-ABLY4XzV7YSs6t35VZV_-p7Rtj9ZVvgJ5d6qGy4CisxcHCNhLqxV__Ark9g?key=GhYR5AwqzolobFd3S6C7JYI7

Provide Instructions to Search Engines 

The meta robots tag defines how search engines crawl and index your webpages, so you can use it to avoid indexing duplicate or thin content

This process is more precise than relying on the robots.txt file.

AD_4nXfcJvtS2d40XTpB1I83VRZeJ6H08ci28QlnnfQJjqvuh0cXkJfIy5zG10TNSUqexO8_MV-itlRbs9sis4SAqyDiAFkozA-Mpxgx5vtIwXzBU5Yy57HrmF2kT5E8Fua3ihK8KkgjoQ?key=GhYR5AwqzolobFd3S6C7JYI7

Improve UX and Accessibility  

Meta tags like viewport and Content-Type (with charset) improve user experience (UX) and accessibility across devices by adapting your site for different screens and ensuring correct character rendering.

Enhance Social Media Sharing  

When users share your webpages on social media platforms, the title, description, and image are typically auto-populated in the social post:

AD_4nXegqpcJioMTp4MGvcEvmkhcK2wDfTNEKpBamwY-kwDiUU6xCdUf3t6JurpzAaAq5WKzzDdOrQqDZSKxT-b0-WI2qS0C7pT7oRYJqtlBWimYiUBNquQh86g-2WrlJHtZB9WHcKsh?key=GhYR5AwqzolobFd3S6C7JYI7

You can control these elements with Open Graph tags such as “og:title,” “og:description,” and “og:image.” 

AD_4nXeVfjjPsNuUNEDhdRv9Om2rzV1qORof4aznYmjBoH6NqdLoQuN5qXApvnvhaHNWsMDUpa1QEvvYdEFlDyPB135kQhVyM-2my4YEe2t6Uct0ZUnts_oArJP3VM4i4iau3c5vRulwPA?key=GhYR5AwqzolobFd3S6C7JYI7

Using engaging, descriptive Open Graph meta tags can make your content more appealing and clickable when shared on sites like Facebook, LinkedIn, and X (formerly Twitter).

Although these tags do not affect Google’s search results, they can improve visibility and referral traffic from social media. 

How to Optimize Your HTML Meta Tags for SEO  

Let’s look at some of the most important SEO meta tags in more detail and how you can optimize them.

Note: Technically, the title tag (often called a "meta title") is not a meta tag. However, many SEOs discuss it with meta tags, so we included it here. 

Meta Description  

A meta description summarizes a webpage’s content for both search engines and users. 

It can appear under the page title on the SERP, but Google might rewrite the one you created in order to suit specific search queries:  

AD_4nXdM6er8hqf9O21xi6mlEga1tvNjjSiLPYm1PBek_ZiaYm3s_0jDQ3PPvxo9Ti6HN2gH0ox5y0THeB3j6lxAyfpvgLY5neT8HgKQGbq5QEx1BxOq1AzMqMDpA72CXVUEonBad1-L1A?key=GhYR5AwqzolobFd3S6C7JYI7

The code for a meta description tag looks like this:

<meta name="description" content="This is your meta description">

Meta descriptions don’t directly affect your rankings in Google, but a well-written meta description can encourage users to click on your link instead of scrolling past.

Here are some tips to help you create effective meta descriptions:

  • Keep it concise: Aim for around 105 characters to avoid truncation  
  • Include your target keyword: Google often bolds the keyword when it matches the user's query. Add your primary keyword naturally and avoid keyword stuffing. 
  • Add a CTA: Use action-oriented language, such as “Learn more,” “Get started,” or “Shop now” to provide clear direction and motivate clicks.
  • Write unique descriptions for each page: Writingunique descriptions helps search engines and users understand how your pages differ. 

Use Semrush’s Site Audit tool to find missing or duplicate meta descriptions.

Enter your domain in the tool and click “Start Audit.

AD_4nXc9kjZgffRlqrmlG7hBPMbk1ox7HVKLe_CwBlZe8VrEJ9NZdEs-hGnxjNI1fXhoNn5BL6PQZJ7tM9UxiTDCm2FiNQM2JKZxijpsq3KCbK6ESUeC4HXMS9nXGcp6CvMMgnSyMC1d?key=GhYR5AwqzolobFd3S6C7JYI7

Then, configure the tool.

When you’re ready, click “Start Site Audit.”

AD_4nXc1K-b9w0WBXIulCYSHfM5T7AmsHi_e0EAGOJq_AaMQtrd0miyrPHtemZd2nKvCQ9_ks7hN-u77bMxODOMfwTklTaHmk748GNOZ4aht2IJnHYghtFfEa5crPh7IlmGr4BQjuUEZ?key=GhYR5AwqzolobFd3S6C7JYI7

When the audit is complete, go to the “Issues” tab and search for “meta description.” 

AD_4nXcUaJj0T8iTSkgER4PhPOpefUE6MvRYJHUojJ5GHMpXAOFpK9zHDVo0v81zosKQgl3iApuiXvPxJDjThFpB2lAY7dG7Z4hPVo4xMjbjIoJ5NFxBFQ3kxBXrqBSNlVqTMyEc-CWc?key=GhYR5AwqzolobFd3S6C7JYI7

If you see the "# pages have duplicate meta descriptions" error, click on the linked number for more details.

AD_4nXdVayQPr9i3-W4DONy1wnS3xLLB4EINssIXY0FJvnCIBKsyi7Q-hN7UJoWyn3RL7oaN7y9JN4Z9EHadJ6te9uWyT_If9QpLRbwrXHobOqfqnMvxLC_RBikmgjN_q-bjJRam7IREtQ?key=GhYR5AwqzolobFd3S6C7JYI7

Next, click the arrow in the "Duplicates" column to see the list of URLs that have duplicate meta descriptions.

AD_4nXexHuL1qfiwLjNsWhKL8LYRQFzw-jrSI14hPH0NYwpVM_Ekv4c6sEl6sBTaWjDaUyaB3zCIBSCS-dICoy9Yw7dRr6vvkyUEW_oQwszpE59CXpzqBcHqssuwm07WUanUh9iNaP8Z?key=GhYR5AwqzolobFd3S6C7JYI7

Similarly, in the "Issues" tab, you might also see the "# pages don’t have meta descriptions" warning. Again, click on the linked number for more details.

AD_4nXdGDmwwcA7Pgq1PvT_ECWE0N5G87S5kyK9VyQe_Eevdad-LKY89ZphwW1jgsV5PFpaMZoHWsqDyBoDyzRfQisr2IMK3tgVneDztQ2P1tKR2vEm_TJlo6cEwUPdKYcHuUc1r2_8NSQ?key=GhYR5AwqzolobFd3S6C7JYI7

You’ll see a list of URLs with missing meta descriptions.

AD_4nXcqhuist--YGf7G5H0jwIM3Zu_OkcyPzAnhD2ou7UalodmGcfzB4Zdqio9mi3lwvm3E-ymml33IchrT6cNgOzkP_9PczkEaegJVqnGcCbm5K4G4n_MUNBiynODobU-Rjs5wBTd79w?key=GhYR5AwqzolobFd3S6C7JYI7

Go through the list of URLs. And write unique meta descriptions for them.

Title Tag  

A title tag (often called a meta title) tells search engines the title of a webpage. Search engines typically display it as a clickable headline in SERPs:  

AD_4nXe0PA8W_mcq5M9YRugVBMN8HTmooka64Q-AfeikexzRWNcHCcFiXPfcyzjDrwwAvB-sz9bqC4-oe3ORipj-W_557MKpv-zxE52boycCsK6LGVqTxfkFJqvGZ9JVSBadbCwd5PpnUA?key=GhYR5AwqzolobFd3S6C7JYI7

Here’s an example of what a title tag looks like in HTML:

<title>ContentShake AI: Smart Writing Tool for Small Teams</title>

Google uses the title tag to determine the page’s topic so it can evaluate and rank the page appropriately. 

Follow these best practices for creating meta titles on your website:  

  • Use 50–60 characters  
  • Include target keywords without stuffing  
  • Match search intent (informational, navigational, or transactional)  
  • Avoid duplicate titles  
  • Provide an accurate preview (avoid clickbait)

To scan your website for issues with your title tags, use the Site Audit tool. Go to the “Issues” tab and search for “title.”

AD_4nXfrR8K8TgQlGbFjQtFyHTWJ_8mb__9fnexg7RuE-9RkrT_JEAliefy-w7TRryFALYEnBRwHPPuASaO8-K5FjLoCJY5dDDb996fj2ZbkXu6OoObW5_VNu1_vgxdmwpsOF1sSybtm?key=GhYR5AwqzolobFd3S6C7JYI7

If there are errors and warnings for your title tags, click on the number of pages (“# pages”) to see the list of URLs in question.

Meta Robots Tag  

A meta robots tag directs search engines on whether to crawl and index your webpage. Place it in the <head> section of your HTML:  

<meta name="robots" content="noindex,nofollow">

Add your instructions for search engines inside the “content” attribute. Common values include:  

  • Follow: Allows crawling of links on the page (default if unspecified)  
  • Nofollow: Prevents crawling of links on the page  
  • Index: Allows search engines to index the page (default if unspecified)  
  • Noindex: Prevents the page from appearing in search results  

Make sure you use these values appropriately.

For example, if you have thank you pages that should only be viewed by users who’ve completed actions like making a purchase or filling out a form, use “noindex” parameters on those pages to prevent them from showing in search results.

You should also avoid using nofollow on internal links unless there is a specific reason. 

In Site Audit, search for “nofollow” issues to identify any unintended uses.

AD_4nXcoHMJNzxVEDmQqUNyLjIp30e5cXMzNUegWVVyHbVj2JZw26ecahEaSfkuqY1GGt8jMFaeMpBViaMK5YRQzUqYa7y-EEe6JtVlHxcc1jEjLg6xpC8ML1RPswuC-Cio0oABNEAkpDQ?key=GhYR5AwqzolobFd3S6C7JYI7

Review those links and remove “nofollow” values if you’ve added them to the page’s meta robots tag by mistake.

Meta Viewport Tag  

A meta viewport tag tells browsers how to scale pages on mobile and other devices.  

AD_4nXemeUuWvDMOtGMxfpJmRtZcmCJmkjRJ3V2-uUb3qycpXqnmauUb9gDOxLlthWBr0LySzkSLqQXG9OclTAbloUFivg8qhiyOBeS60zOy5e4f-PKGFvGLtP4THZ7AUo4Gd4tygR4q?key=GhYR5AwqzolobFd3S6C7JYI7

Here’s what the tag typically looks like:

<meta name="viewport" content="width=device-width, initial-scale=1.0">

Like other meta tags, the meta viewport tag goes into the <head> section of your webpage:

meta tag coding under <head> section of webpage

The meta viewport tag shows Google that the page is mobile-friendly. It supports responsive web design, which is important for search rankings. 

You can check for viewport tag issues with Site Audit:

AD_4nXe2EDh8rYui4LdnzApBbXgF87R7SKM2XAt9NiC_6W3qbTLQ5oGtt-QQjjlACsKzd4Zo51WoY7iugbg7UybiOvfpf9QzZgXIYi8XbJPQVR0d8HomTIjl5ldl5oCMO4BwmmZtIZVCjg?key=GhYR5AwqzolobFd3S6C7JYI7

Other Meta Tags  

Use Site Audit to identify errors in other meta tags. 

For example, check for missing charset tags:

AD_4nXdbiE1FTpx2dlzoz5OSfqq8BXtMs50kXEZfGwxTO3D-DydFFndxEuKoTTd48tiL2TBPaAkWY-50Mf4hTfnBJkW6mZEJnHPIv8BSBm4w-hHj1wQ2Yr4AWjA2H9ggBScLZdQKXgfsBQ?key=GhYR5AwqzolobFd3S6C7JYI7

Or check for the presence of meta refresh tags:

AD_4nXd9sfL9OewOitsKO_-x7wD6xrK3YPdCvEGCEuuKiEoSja9hBWihbV4rjwi9Q_QqoUAcesuxCvs1h51_FlkV6t9kanAS2-8Wm-E_r_a-Tn5Zq25lX-yUI9ZMrOBmD_YPjjDIyhZ7hg?key=GhYR5AwqzolobFd3S6C7JYI7

Optimize Your Meta Tags for SEO and User Experience

Meta tags allow search engines and users to better understand your content. Proper usage can improve click-through rates, user experience, social sharing, and indexing. 

Use Site Audit to detect and fix meta tag issues. This process can support your overall SEO efforts.

Share