Connect with us

SEARCHENGINES

Meta Tags for SEO: Definition, Examples, & Best Practices

Published

on

meta tags for seo definition examples best practices

Let’s talk about meta tags: what they are, why they matter, and how to do them better.

If you found this article via a search engine, there’s a good chance you found and clicked this article because of meta tags.

Meta tags are the foundation of SEO, and they are the first thing you’ll find yourself setting up when building a web page.

What Are Meta Tags?

Meta tags are a type of HTML tag that provides search engines with information about a website page.

Let’s take a look at the basic elements.

Advertisement
Meta Tags For Neil Patel In SERPs

The title and description tags make up almost the entire entry.

If not for these meta tags, all you’d see in Google SERPs would be my URL.

Meta Tags For Neil Patel In SERPs

Title and description tags are the two most-used tags for SEO purposes, but SEO isn’t the only part of digital marketing.

Advanced digital marketing requires the use of even more tags that improve page rank and overall user experience.

Just like this search result, you’ll soon find out that these tags control how your entire digital presence is viewed and navigated.

Machines can read URLs just fine. If I wrote for machines, my website would look like this:

meta tags HTML

Google prioritizes certain tags because they provide context for people.

I built my website for people as well, so it looks like this:

Meta Tags And Design Neil Patel Website

This polish is what marketing is all about.

In this blog post, we will explore meta tags and see how they affect your overall digital marketing efforts.

Advertisement

While simple, the devil is in the details, and every detail counts.

How Meta Tags Affect Brand Image and Click-through Rates

You absolutely can judge a book by its cover. It’s what covers are designed for.

Your title and meta description tag create the cover for your web page. They’re your first impression on most visitors.

It’s not just about search engines, but how we view the Internet.

Reddit is a basic link-aggregation site that takes away all the bells and whistles.

Reddit depends on the title and image to entice conversations and clicks.

Advertisement
Meta Tags On Reddit

Using meta tags correctly is like using the correct format for a business email.

Sure, you can put whatever you like out there, but there’s a level of professionalism that’s expected at some point.

Even Amazon will only give you a picture, title, and short description to make your point.

Meta Tags For Amazon

Think of these tags as your elevator pitch.

You’re given about as much space as a Tweet to sell your entire brand and product.

This means you need to nail it.

You can’t just call in this detail and polish everything else. If you do, nobody will ever see the rest of what you polished.

We already know how meta tags affect SEO, but that’s not the only element.

Advertisement

Meta tags will make your email marketing and marketing automation efforts easier by providing information for emailed links.

Tags are a crucial element that determines what my automated social media posts look like.

Meta Tags For Neil Patel's Twitter Account

When other bloggers, YouTubers, and social media influencers (and micro-influencers) share your content, tags make it easier.

Think of meta tags as the packaging for your product.

If your packaging isn’t spot-on, nobody will ever buy your product, no matter how great it is!

What are some best practices to implement for tags?

Meta Tag Best Practices

There are a TON of different HTML tags that can be used on a web page. We’re only going to focus on a handful of significant tags.

Advertisement

We’ll start with the one that might have brought you here today.

1. Title Tags

It’s not technically a meta tag, but it shows up in the header and is used as one.

As of July 2017, the character limits for title tags in Google search results are 78 on mobile devices and 70 on a desktop.

However, that doesn’t necessarily mean you should use all those characters, and 60 is the generally recommended limit.

Long-tail keywords make a difference.

Here are the top meta titles in the SERPs for “How to make content marketing effective.”

Advertisement
Meta Tags For Content Marketing In SERPs

By adding the year, we get an entirely new set of results for “how to make content marketing effective 2021.”

Some users will want basic information, while others will want the most current.

meta tags - showing results for google search

By adjusting our title tag, we can affect which of these searches we rank for.

Ultimately, the goal is to hit both, but that’s not always feasible.

Make sure your keyword is in your title, or you’ll find your articles buried in search results.

For example, when I search for the “best tacos in Tucson,” some restaurants are on page 9below, even Del Taco.

That’s a wasted opportunity for that taco capital of the country!

Meta Tags For Best Tacos In Tucson In SERPs

These small businesses could greatly improve their search results, sales, and ROI by simply adding “best tacos in Tucson” to their title tags.

Here’s a sample of the HTML required for a title tag located in your header.

Advertisement

<head>

<title>The Best Title Example I Could Come Up With</title>

</head>

In WordPress, it’s as easy as giving your page a title.

You really can’t miss it.

Add Meta Tag Title In WordPress

That’s all there is to it!

2. Image Tags

Like title tags, Image tags aren’t labeled “meta.”

Advertisement

They’re clearly used by search engines, link aggregators, and other sites to identify your site.

There are two image descriptions actually crammed into one tag.

Here’s what the HTML code looks like.

<img src=“image.jpg” alt=“image description” title=“image tooltip”>

Both the alt and title tags should be defined for the best experience.

The title displays on your screen when you hover your cursor over it.

Advertisement

The alt text displays when the image can’t be rendered (or is spoken to the blind and visually impaired).

When uploading an image to WordPress, you’ll be prompted to enter the title, caption, alt text, and description.

Image Meta Tags In WordPress

The more fields you fill out (even if you use the same information), the more searchable your images become.

It’s also a matter of ADA website compliance.

There are approximately 7.5 million people with some level of visual impairment in the U.S. alone.

That’s a huge segment of the population that wouldn’t have a great user experience without alt image tags.

Optimize your images for search engines and users.

Advertisement

3. Description Meta Tags

A meta description tag gives you a chance to provide an overview of the page’s content.

They’re limited to around 160 characters and aren’t directly tied to Google’s search algorithms at all.

Once again, the reason you need description tags is to improve the user experience.

Description tags encourage click-throughs.

Here’s what the HTML looks like:

<head>

Advertisement

<meta name= ”description” content=”This is an example of the text that will show up in search results. Read on to learn more about description tags.”>

</head>

Without a meta description, Google will default to whatever preview sentence it feels best encompasses the content.

This isn’t necessarily a bad thing.

This post doesn’t have a meta description (I rarely use them), and it ranks well.

Meta Tags For Neil Patel Social Media Marketing Made Simple In SERPs

Of course, my blogs are filled with relevant content in short, sweet sentences. Most of them would work as descriptions on their own.

Still, there’s no harm in adding additional information to make your content more searchable.

Advertisement

4. Robots Noindex and Nofollow Meta Tags

Robot meta tags aren’t always necessary.

By default, all of the pages and links you create on your website are indexed as ‘follow’ by search bots and web crawlers.

Whenever you want to redirect them, you’ll need a robot meta tag.

Here’s the noindex HTML code:

<html><head>

<meta name=”robots” content=”noindex” />

Advertisement

(…)

</head>

This would be within the header and indicate this page doesn’t need to be indexed.

It’s useful for syndicated and duplicate content that your customers/readers could use, but you don’t want credit in search indexes.

Here’s the HTML for a robot nofollow.

<meta name=”robots” content=”nofollow”>

Advertisement

This is used for links you don’t necessarily want to endorse.

For example, readers leaving links in my comments aren’t exactly endorsed by me, so a nofollow tag above the comments section keeps my site clean for bots.

Here’s a great infographic on when and how to use nofollow tags.

Nofollow Meta Tag Infographic

Now we get to one of the most controversial meta tags.

5. Keyword Meta Tags

Keyword tags aren’t used by search algorithms to determine search ranking.

Here’s what the HTML looks like:

<meta name=”keywords” content=”HTML, CSS, XML, JavaScript”>

Advertisement

I coach my SEO clients to ignore keyword tags because they don’t affect SEO.

That doesn’t necessarily make them useless, however. They’re especially useful in WordPress.

Keyword tags and categories can help Google determine which page on your site should rank for a search.

They also create a page in WordPress that provides one more indexed page.

Wordpress Category Page With Meta Tags

This means that, while your blog posts are focused on long-tail keywords, your tag and category pages have feeds covering the shorter keywords.

Categories can be used for the URL format, providing one more keyword to the page address.

This is accomplished under Settings > Permalinks in WordPress.

Advertisement
Category URLs And Permalinks For Meta Tags In WordPress

Adding this format provides context to your content.

Google loves context for search results!

Keywords also provide a big-picture overview of how many pages you have for each keyword.

You can use them to help plan your editorial calendar.

6. Viewport Tags

You don’t spend much time thinking about viewports, but they’re especially important in today’s mobile-first world of search.

On mobile devices, pages are shown in a popup window called a viewport that extends past the device’s border.

Here’s an illustration of what I’m talking about.

Advertisement
Viewport Meta Tags For Mobile Usability

Developers can set the viewport size to increase mobile usability.

WordPress users can check this tag to learn this information for their templates.

You probably didn’t know that unless you’re already a web developer.

Since Google increasingly focuses on mobile-friendly websites, this meta tag could mean the difference between success and mobile failure.

Now that you have a basic understanding of meta tags and why they’re important, I’ll show you some of my favorite tools for manipulating them.

Free Tools to Add and Check Your Meta Tags

Don’t worry if this all sounds overwhelming—there are tons of tools to make it easy to get meta tags right. Here are two of my favorites.

Yoast SEO Plugin for WordPress

Yoast is a powerful SEO plugin for WordPress and one of the most-downloaded SEO and meta tags tools.

Advertisement

With Yoast, all of the pages and posts you publish have back-end options to increase social sharing, optimize SEO, update tags, and other metadata.

Yoast SEO Plugin For WordPress For Meta Tags

With Yoast installed on your WordPress site, a few clicks and a few seconds of your time are all it takes to add meta-tagging to your process.

Yoast also allows you to enter a focus keyword that doesn’t get added to the meta tags, allowing the back-end program to analyze your post.

BuzzStream Meta Tag Extractor

If you need a quick chart of the metadata that’s being used by your competition, BuzzStream’s Meta Tag Extractor is a sleek and simple solution.

Copy and paste a list of URLs, and you’ll be presented with the meta tag information.

Tag Extractor Meta Tag Tool

There’s even an option to download as a CSV file so that you can scrape large lists quickly.

It’s a quick and easy way to organize this data when you need it.

This free online tool does its job without all the bells and whistles.

Advertisement

Less Popular (but Still Useful!) Meta Tags

To be fully transparent, here’s a chart of HTML meta tags.

List Of Meta Tags

An author meta tag can be used to tell search engines who wrote a piece of content.

Authors have been used in the past for search results, but it’s not a factor anymore. However, you might use author tags if you run a multi-author blog.

WordPress does add this information to blogs when multiple users are contributing content.

It’s more a badge of honor for bloggers than anything else.

Most of the rest define parameters that should already be controlled on a server level.

While I ignored these meta tags, it doesn’t mean you have to. Feel free to add whatever information you’d like.

Advertisement

It doesn’t help search rankings, but it doesn’t hurt them, either.

Meta Tags FAQs

What are meta tags?

Meta tags are a type of HTML tag with information to share about your page. This helps search engines understand what it’s about so you can show up in the relevant search results.

Why are meta tags important?

Meta tags are important for SEO because they make sure search engines know what your content is about. Based on these tags, search engines will be able to show the website in the appropriate results. This way, people can find you easily.

How do meta tags improve website accessibility?
Advertisement

Meta tags can provide hidden information that can be read by assistive technology. For those who with visual impairment, the image alt text can provide image descriptions for them.

How do I add meta tags to my website?

Meta tags can be added directly into the HTML. You can also add them in tools like WordPress. There, you can add image alt tags, title tags and meta descriptions.

Meta Tags Conclusion

Meta tags are a basic part of HTML—and they can impact SEO.

Back in the early days of the internet, they were a signaling factor for search engines to understand what content is on a page.

The internet (and our relationship with it) has evolved exponentially since then.

Advertisement

Contextual search, AI digital assistants, and mobile devices are changing the way we view content.

Search engines are incentivized to provide the best search results possible, so meta tags are less important.

However, some, such as the titles and meta descriptions, are more important than ever before.

While less metadata is used, it’s still the first impression you’ll make on both robots and people.

What do your website’s meta tags say about you?

See How My Agency Can Drive Massive Amounts of Traffic to Your Website

Advertisement
  • SEO – unlock massive amounts of SEO traffic. See real results.
  • Content Marketing – our team creates epic content that will get shared, get links, and attract traffic.
  • Paid Media – effective paid strategies with clear ROI.

Book a Call

Neilpatel.com

Keep an eye on what we are doing
Be the first to get latest updates and exclusive content straight to your email inbox.
We promise not to spam you. You can unsubscribe at any time.
Invalid email address

SEARCHENGINES

Daily Search Forum Recap: March 27, 2024

Published

on

Here is a recap of what happened in the search forums today, through the eyes of the Search Engine Roundtable and other search forums on the web.


Google Local Service Ads is asking for more photos. SEOs, please don’t remove the contact us and about us pages. Hotels can remove pricing details from its Google listings. Google Local reviews is testing reactions. Google Analytics real time reporting had issues today. Google help documentation is testing using AI features.

Search Engine Roundtable Stories:


  • SEOs, Please Don’t Remove Contact Us & About Us Pages


    Google’s John Mueller asked if it would be alright not to list a contact us and about us page on their website. The reason is, they would only add it if Google wanted it, but not for users. John Mueller responded, “I can think of good reasons for some sites to have these kinds of pages, but, after double-checking, there’s nothing in our search developer documentation that suggests this is needed.”

  • Google Local Service Ads Sends Email Asking You To Upload Photos


    Google is sending some Local Service Ads advertisers emails asking them to upload photos to their profiles. The email says, “Photos are coming to your Local Services Ads. Upload images to your profile to help your business stand out.” But don’t LSAs already contain photos?

  • Google Search Developer Docs Gain AI Generated Help Features


    A week ago Monday, March 18th, I noticed Google’s search developer documentation had generative AI features to help you find the answers to your question. This is in the form of an improved search, summary of the page content, a chat feature and more. I was told this was rolled out on some developer docs earlier in the year.



  • Google Local Reviews Reactions Notice


    In November 2023 we started to see Google allow reactions on local photos and some reviews. Well, it seems to be rolling out more widely now.

  • Google Analytics Real Time Data Lagging Today


    There are countless complaints across the forums and social media that Google Analytics real time data is lagging and not reporting accurately. It seems like those complaints are legit after checking a number of sites.


  • Google Cafe Cleaning & Delivery Robot


    You probably have seen these cleaning and delivery robots in some restaurants and lounges but have you seen them in the Google cafes? Here is one doing its thing at one of the cafes at the GooglePlex in Mountain View, California.



Other Great Search Threads:

Search Engine Land Stories:

Other Great Search Stories:

Industry & Business

Links & Content Marketing

Local & Maps

Mobile & Voice

Advertisement

SEO

PPC

Other Search

Feedback:


Have feedback on this daily recap; let me know on Twitter @rustybrick or @seroundtable, on Threads, Mastodon and Bluesky and you can follow us on Facebook and on Google News and make sure to subscribe to the YouTube channel, Apple Podcasts, Spotify, Google Podcasts or just contact us the old fashion way.



Source link

Keep an eye on what we are doing
Be the first to get latest updates and exclusive content straight to your email inbox.
We promise not to spam you. You can unsubscribe at any time.
Invalid email address
Continue Reading

SEARCHENGINES

Daily Search Forum Recap: March 26, 2024

Published

on

Here is a recap of what happened in the search forums today, through the eyes of the Search Engine Roundtable and other search forums on the web.


Google Search Console is testing an Android App. Google is testing places and places sites in the search bar menu. Google spoke about if a business should have a website and a blog. Google added 3D models to product structured data. Google Search does not support AVIF images, yet. Mikhail Parakhin stepped down as the head of Bing Search and Microsoft Advertising.

Search Engine Roundtable Stories:


  • Google Search Console Tests Android App


    Google seems to be testing an Android App for Google Search Console. This comes several weeks after I reported that Google has no plans for a mobile app for Google Search Console.


  • Google Tests Places & Places Sites Search Bar Filter Tabs


    Yesterday we reported Google is testing products and products sites in the search bar tab in the European regions. Today, Google is testing places and places sites in the search bar tab in the European regions.

  • Google: Should Small Service Businesses Start A Website & A Blog?


    Google’s Search Liaison, Danny Sullivan, was asked about if a business should always have a website and if so, should they also have a blog. Sullivan replied that he believes all businesses should have at least a basic website, but when it comes to a blog, that depends on what they have to say on that blog.



  • Google Adds 3D Models Markup To Product Structured Data For Linking


    Google has added new 3D models markup support to the product structured data documentation so that you can connect, associate or link your products to the appropriate 3D model.



  • Google Search Does Not Support AVIF Images Just Yet


    Did you know that Google Search does not support the AVIF image format? At least not yet. Google Search doesn’t list it on its supported image formats and Google Image Search simply won’t index them. But John Mueller of Google said on X, “I’m sure this won’t be necessary long term.”



  • Mikhail Parakhin Steps Down As Head Of Bing Search & Microsoft Advertising


    Mikhail Parakhin, the head of Bing Search and Microsoft Advertising, is stepping down from that role as Parakhin “decided to explore new roles.” We’ve quoted Mikhail Parakhin here countless times over the past couple of years, to hear that he is leaving the role makes me super sad. His transparency and willingness to listen to the community was amazing.



  • St. Patrick’s Day Dancers At Google Ireland


    Here is a video I found on Instagram from the Google Ireland office of dancers performing at the Google office in celebration of St. Patrick’s Day. It looks like they call themselves the Golden Beats.

Other Great Search Threads:

Search Engine Land Stories:

Other Great Search Stories:

Analytics

Industry & Business

Links & Content Marketing

Local & Maps

Advertisement

Mobile & Voice

SEO

PPC

Search Features

Other Search

Feedback:


Have feedback on this daily recap; let me know on Twitter @rustybrick or @seroundtable, on Threads, Mastodon and Bluesky and you can follow us on Facebook and on Google News and make sure to subscribe to the YouTube channel, Apple Podcasts, Spotify, Google Podcasts or just contact us the old fashion way.

Advertisement



Source link

Keep an eye on what we are doing
Be the first to get latest updates and exclusive content straight to your email inbox.
We promise not to spam you. You can unsubscribe at any time.
Invalid email address
Continue Reading

SEARCHENGINES

Daily Search Forum Recap: March 25, 2024

Published

on

Here is a recap of what happened in the search forums today, through the eyes of the Search Engine Roundtable and other search forums on the web.


Google is begging SEOs to stop trying to show Google things and work on showing their users things. Google is testing the Search Generative Experience in the wild to a subset of US users. Google says publishing more content doesn’t improve site quality. Google is testing products and product sites in the search bar. Google shares how to remove a subdomain of a subdomain in Google Search Console.

Search Engine Roundtable Stories:


  • Google Tests SGE AI Overviews In The Wild (Subset Of US Users)


    On Friday, Google began to test SGE-based AI overviews in the real Google search results. That means you may see AI overview snapshot answers in Google search results without being opted into the Google search labs experiment. This is being tested on a small subset of searchers based in the U.S., Google told me.

  • Google Begs SEOs To Stop Showing Google Things; Show Visitors Things Instead


    Google’s Search Liaison responded to a series of posts on Twitter, leading him to beg SEOs to stop trying to “show Google” things, explaining that the process of doing things to your site to rank better in Google is the opposite of the advice Google is giving. Instead, show things to your users/visitors that those people will like.


  • Google: Publishing More Content Doesn’t Improve Quality For Faster Indexing


    A couple of weeks ago, Gary Illyes and Lizzi Sassman of Google had Dave Smart as a guest on the Search Off The Record podcast and they spoke about crawling. In one part, they said again that the quality of your site can impact how fast and how much Google will crawl your website.



  • Google Tests Products & Product Sites Search Bar Filter Tabs


    Google is now testing placing “product sites” as its own search bar filter tab in the search results. Also, Google is testing replacing “Shopping” with “Products” in that search bar.



  • How To Remove A Subdomain Of A Subdomain Via Google Search Console


    Let’s say you have a subdomain of a subdomain, such as sub.sub.domain.tld, how do you remove sub.sub.domain.tld from Google while keeping sub.domain.tld in the Google search results. The answer is to verify the sub.sub.domain.tld property directly in Search Console and remove just that property.



  • Flock Of Geese At Google


    Here is a flock of geese near the new Google Bay View campus in Mountain View, California. I guess the geese are making its way from the GooglePlex to the Bay View campus?

Other Great Search Threads:

Search Engine Land Stories:

Other Great Search Stories:

Industry & Business

Links & Content Marketing

Local & Maps

Mobile & Voice

Advertisement

SEO

PPC

Search Features

Other Search

Feedback:


Have feedback on this daily recap; let me know on Twitter @rustybrick or @seroundtable, on Threads, Mastodon and Bluesky and you can follow us on Facebook and on Google News and make sure to subscribe to the YouTube channel, Apple Podcasts, Spotify, Google Podcasts or just contact us the old fashion way.

Advertisement



Source link

Keep an eye on what we are doing
Be the first to get latest updates and exclusive content straight to your email inbox.
We promise not to spam you. You can unsubscribe at any time.
Invalid email address
Continue Reading

Trending

Follow by Email
RSS