How to Add SEO Meta Tags to Your Blogger website

How to Add SEO Meta Tags to Your Blogger website

Advertisement
How to put SEO meta tags to Blogspot Blogger blogs  website WordPress to get traffic and increase the natural referencing of your blog?

Meta tags are content that we describe in the descriptions of our website / blog, are more or less important in terms of seo referencing. Because they bring more user-friendly things to your blog content.

Meta tags are snippets of text that do not appear on search results pages, meta tags make it easy for search engines to know what it is talking about, meta tags are embedded in the HTML code of the page, meta tags descriptor of descriptive content to source code documentation of source code.
How to Add SEO Meta Tags to Your Blogger website

In this article I explain  how to add meta tags to your  Blogger Blogspot blog for a better experience.

This information is called Metadata and is very important in SEO, these tags are readable by search engines and robots, but they are no longer readable by humans.

In short, meta tags are key elements for all engines that appear in the HTML code of a web page and tell search engines what this page is about?

They are there first impression and the point of contact for all search engines.
How to Add SEO Meta Tags to Your Blogger website
How to put meta tags for Blogger / Blogspot blogs?
Tags have a real impact on search rankings and perhaps just as important, they are visible to the average user. You'll find it at the top of your web browser (for organic search pages or for distinction pages).

1 The Meta Title Tag

2 The Description Meta Tag

3 The Meta Search Tag

4 The Robots Meta Beacon

These four 4 tags we need to integrate into our Blogger/Blogspot blog, to do this please follow the code for these four tags below.
Title Tag
The meta title tag is the title meta of the page in general, it is the name of our website or blog.
Follow the integration of code in a blog

The meta title tag reads:

 <title> title for blog </title> 
Tag for Description

The meta description tag is an HTML element that summarizes your web page. Search engines usually display the meta description tag in search results under your title tag (below your blog title).

The meta description is a useful meta tag, it explains to search engines and visitors themselves what your web page is about. 
How to Add SEO Meta Tags to Blogger Blogs

Google hasn't used the meta description as a ranking signal for quite some time; however, it has a huge effect on your page's CTR as it shows up in search results.

A well written meta description and has a small ad with a clear call to action, this will go a long way for visibility in search results.

It's important to note that the meta description tag doesn't always show up in Google results (Google frequently selects a snippet from the page itself), but it's still useful in other ways. 

Google has also stated that keywords in meta descriptions will not affect your ranking in search results. 
However, a compelling meta description tag could entice people to click through the SERP to your site, especially if the description includes the keywords they were looking for.

You'll have a strong click-through rate from the SERPs that could improve your rankings.

If you want to put meta description tag in your Blogger/Blogspot blog, the way is write like this way name="description">

The meta description tag reads:
<meta content=' la description de votre blog ici ' name ='description'/>
Attention, on Blogspot the integration name="description"> Blogger does not accept with this code, add a slash / at the end.
Your code should be name="description"/> all the codes you put in Blogger, if it shows an error when saving, be sure to correct any code to put a slash at the end of each code.

 The Meta Tag for Search

The Search meta tag is an element that defines the terms that we want to show search engines to search certain parts of our blog that we want to show to search engines.
It determines the interesting part of our web page, it also defines these important parts to find for robots and Internet users who seek the keywords in the page of our blog.

The meta Search tag is defined in a very intuitive way and it is written in meta name and content to show search engines and search robots the contents and the name should prove that it is the meta Search.

The meta Search tag is written:

 <meta content='all, index, follow' name='search'/>
The Meta Tag for Robots

The tag is a spider of a search engine you already know.
Spiders tell search engines to index web pages and it only index the first page of our website or blog or index what is allowed the whole website.

You use a specific HTML meta tag so that the robots meta tag is indexed just for that.
With this attribute, you tell search engines what to do and what not to do with your page.

The robots meta tag is written in two ways.
One is written see below.

<méta name="robots" content="noindex, nofollow'"/> 
Attention ! Don't do this in your blog's template codes, if you don't want to block search bots from indexing your blog or if you don't know SEO terms yet.
The second is written in an optimal way and appeal to search engines to index the pages and all the content of your blog.
Here's how to embed codes in your Blogger template.
<méta name="robots" content="index, follow"/>
Other Meta Tags Tags

1 Méta Tag Author 

2 Meta Tag Contact 

3 Cast Meta Tag 

4 Meta Tag Rating 

5 Meta Tag Revisit-After

Many other meta tags already exist, but we have listed some of the most important tags for our blog's SEO.

The importance of meta tags

As previously mentioned, meta tags offer more details about your blog to search engines and our blog visitors, who come across your blog in the SERP. They can be optimized to highlight the most important elements of your content and make your website stand out in search results.

How to optimize the meta tags of a Blogger blog?
If you're ready to check your performance with meta tags, here's a quick checklist to get you started.
Check if all your pages and content have meta title tags and meta descriptions
Start paying more attention to your titles and how you structure your content.
Don't forget to tag your images with alt text
Use robots meta tags to guide search engines on how they should access your content
Look for duplicate pages and use canonical tags to avoid cannibalizing your own webpage with duplicate or similar content
Create a checklist of steps you need to repeat when creating new content and turn meta tags into a routine.

How to add applied meta tags to BlogSpot templates?

The meta tag isn't hard enough to implement yourself – you don't need a programmer to implement it.
 
Meta tags on your blog

Do you just know this tutorial and everything should be fine!
Here are some steps to understand meta tags

Step 1:  Go to blogger.com, Blogger Dashboard » Theme » Edit HTML
Step 2: Find the code below
<b:incluse data="blog" name="all-head-cont"/> 
You will receive the entire code for your Blogger template in a large field.
Find the code above in the template and place the code below right after
 into model codes, so you can see at a glance. If you know how to do it, don't worry, I'll walk you through this tutorial step by step.
Click inside the model and and simultaneously press the CTRL+F keys on your keyboard. If you are with a computer.
This action will trigger a search box to appear in the upper right corner of the pattern codes.
Copy and paste the code below into the search box and hit enter on your keyboard .
Copy and paste the code below right after
Step 3: Now add the code below right after the code above
Step 4: Please replace the codes in red colors.

This action will trigger a search box to appear in the upper right corner of the pattern codes.
Copy and paste the code below into the search box and hit enter on your keyboard .
Copy and paste the code below right after
Step 3: Now add the code below right after the code above
Step 4: Please replace the codes in red colors.
<!--- meta tags for my blog-->
<title>the title of my blog</title>
<meta content='your keywords here' name='keywords'/>
<meta content='description here' name='description'/>
<meta content='global' name='distribution'/>
<meta content='1 days' name='revisit'/>
<meta content='1 days' name='revisit-after'/>
<meta content='all' name='audience'/>
<meta content='general' name='rating'/>
<link expr:href='data:blog.url' hreflang='x-default' rel='alternate'/>
<meta content='the author name here' name='Author'/>
<meta content='your email address here' name='Email'/>
<meta content='All' name='Robots'/>
<meta content='index, follow' name='robots'/>
<meta content='index, follow' name='GOOGLEBOT'/>
<meta content='index, follow' name='yahooBOT'/>
<meta content='index, follow' name='yandexBOT'/>
<meta content='width=device-width, initial-scale=1' name='viewport'/>
<!--- End of meta tags for my blog-->
 Replace your blog title with, enter your real blog title
 Replace your keywords here with, enter your real keywords with commas
 Replace your blog description here with, briefly write your blog description short and to the point.

 Replace author name here with, enter your real name instead of this text

 Replace  your email address with a valid email address so visitors can find you easily

Step 5: Click Apply to Blog or Save Template button

Conclude final writing

I tried so hard to cover everything in this tutorial, How to Add Meta Tags to Blogger Blog . If you know the tutorial directly, I don't think you'll run into any problems.

However, if you come across things that you don't understand?
Be sure friend to submit a comment in the comment box below, I would appreciate it
Good blog!
Surtout surtout n'oubliez pas de partager et noter ce tutoriel à vos amis si vous avez aimé et apprécier.

Please share this tutorial with your friends on if you liked the content and above all rate what you like.

#seo #marketing
Source: website


📨 Leave us a comment :
#
Advertisemen