Meta Tag Optimization
Meta Tag Optimization
Meta tags are HTML elements that will tell search engines what a web page is about, there are four
elements that must be placed as tags in the <head> section of a HTML document, These elements are
Meta Title
Meta Description
Meta Keywords
Meta robots
If you want to find out whether a given page is using Meta tags, just right-click anywhere on the page
and select View Page Source. Increase your traffic by letting Google knows who you are and what you
provide by using Meta tags.
Meta Title:
This is the text you'll see at the top of your browser. Search engines view this text as the title of your
page. Title tags, on the other hand, are the most important of all of the Meta tags discussed here. These
tags have a real impact on search rankings.
You can add a title tag in the <head> section in your site’s HTML. It should look something like this:
<head>
<title>Example Title</title>
</head>
However in most content management systems (CMS), including WordPress, you can either add a title
tag in general settings: Or if you use an SEO plug-in, such as Yoast SEO, you can add a title tag to the
‘SEO title’ section, and you can preview an example of how it will look in search engine results pages
(SERPs):
Occasionally yes. Sometimes if Google doesn’t like your title tag it will rewrite it for its search engine
results, pulling in information from your Meta description and page content. Chances are this won’t be
as good as the one you’ve created, so you must ensure that your own title tag is completely relevant,
descriptive, keyword rich but readable and the right length.
Meta Description:
This is the brief description of the page, it explains to search engines and searchers themselves what
your page is about.
A Meta description can influence the decision of the searcher as to whether they want to click through
on your content from search results or not. The more descriptive, attractive and relevant the
description, the more likely someone will click through.
It’s important to note that the description tag won’t always show up in the results for a Google search
(Google frequently picks a snippet of text from the page itself). Descriptive tags may encourage users to
visit your site.
Meta descriptions can be any length, but search engines generally truncate snippets longer than
160 characters. It is best to keep Meta descriptions between 320 characters. Important to note
that Meta descriptions do not to influence Google's ranking algorithms for normal web search.
Meta description tags, while not important to search engine rankings, are extremely important
in gaining user click-through from SERPs.
Do make sure you’re most important keywords for the webpage show up in the Meta
description.
Often search engines will highlight in bold where it finds the searchers query in your snippet.
Do not duplicate Meta descriptions: As with title tags, the Meta descriptions must be written
differently for every page. Google may penalize you for mass duplicating your Meta
descriptions.
You can add a Meta description in the <head> section of your site’s HTML. It should look something like
this:
<head>
</head>
You should have complete control of your Meta description in your CMS, particularly if you’re using
WordPress.
If you use an SEO plug-in, such as Yoast SEO, you can add a Meta description to the ‘meta description’
section,
And you can preview an example of how it will look in search engine results pages (SERPs):
Meta Keywords
Years ago, the Meta keyword tags may have been beneficial, but not anymore. These days Google
doesn’t use Meta keywords in its ranking algorithm at all. But other search engines like Bing and yahoo
still gives us ranking.
Meta Robots:
An indication to search engine crawlers (robots or "bots") as to what they should do with the page.
With this attribute, you're telling the search engines what to do with your pages
index/noindex - This tells the engines whether to show your page in search results or not.
follow/nofollow - This tells the engines what to do with links on your pages: whether they should trust
and "follow" your links to the next page or not.
Meta robots tag is a tag that tells search engines what to follow and what not to follow.
It is a piece of code in the <head> section of your webpage.
It is a piece of code in the <head> section of your webpage. It’s a simple code that gives you the power
to decide about what pages you want to hide from search engine crawlers and what pages you want
them to index and look at.
Basically the meta robots tag can be cracked down to four main functions for the
search engine crawlers:
FOLLOW – a command for the search engine crawler to follow the links in that webpage
INDEX – a command for the search engine crawler to index that webpage
NOFOLLOW – a command for the search engine crawler NOT to follow the links in that webpage
NOINDEX – a command for the search engine crawler NOT to index that webpage