How to Add Meta Tags SEO Friendly In Blogger Website
![]() |
| How to Add Meta Tags SEO Friendly In Blogger Website | Channel SEO |
Hello friends, welcome to Channel SEO today. In this article, we will talk about how to add SEO friendly meta tags to blogger sites. First, let me introduce you all to what meta tags are. Meta tags are basically pieces of text that provide a description of a blogger content. It does not appear on the blog but can be seen in the block source code.
Why is meta tag important?
These are very important posts. Metadata tags provide details about a post in HTML format.For blocks of descriptors that describe blogs and blog posts to search engines, these small pieces of description are called metadata. All of these can be read by search engines and their web crawlers.
Search engines like Google use bots to extract metadata from meta tags to understand their significance. Information about blogs and blog posts Search engines can use this information to help your site appear in search results and, most importantly, for ranking purposes. Finally, it helps your site show snippets in search results.
How to Add Meta Tags to Your Blogger Website
First, you need to go to the dashboard, then you need to click on Themes and then edit the HTML to customize it.
Now you have to copy the code which you have given below. Copy the code and paste it in the header section.
<title>
<b:if cond='data:blog.pageType == "index"'>
<data:blog.pageTitle/>
<b:else/>
<b:if cond='data:blog.pageType != "error_page"'> <data:blog.pageName/> - <data:blog.title/>
<b:else/> ERROR 404 - <data:blog.title/> </b:if> </b:if> </title>
<!-- Description and Keywords (start) --> <b:if cond='data:blog.pageType == "index"'>
<meta content='YOUR DESCRIPTION HERE' name='description'/> </b:if>
<meta content='YOUR KEYWORDS HERE' name='keywords'/>
<!-- Description and Keywords (end) --> <b:if cond='data:blog.pageType == "item"'>
<meta expr:content='data:blog.pageName' property='og:title'/>
<meta expr:content='data:blog.canonicalUrl' property='og:url'/>
<meta content='article' property='og:type'/> </b:if>
<b:if cond='data:blog.postImageUrl'>
<meta expr:content='data:blog.postImageUrl' property='og:image'/> <b:else/>
<b:if cond='data:blog.postImageThumbnailUrl'>
<meta expr:content='data:blog.postImageThumbnailUrl' property='og:image'/>
</b:if></b:if>
<b:if cond='data:blog.metaDescription != ""'>
<meta expr:content='data:blog.metaDescription' name='og:description'/> </b:if>
<meta expr:content='data:blog.title' property='og:site_name'/>
<meta expr:content='data:blog.homepageUrl' name='twitter:domain'/>
<meta expr:content='data:blog.pageName' name='twitter:title'/>
<b:if cond='data:blog.postImageUrl'>
<meta content='summary_large_image' name='twitter:card'/>
<meta expr:content='data:blog.postImageUrl' name='twitter:image'/> <b:else/>
<meta content='summary' name='twitter:card'/> <b:if cond='data:blog.postImageThumbnailUrl'>
<meta expr:content='data:blog.postImageThumbnailUrl' name='twitter:image'/> </b:if> </b:if>
<meta expr:content='data:blog.pageName' name='twitter:title'/> <b:if cond='data:blog.metaDescription'>
<meta expr:content='data:blog.metaDescription' name='twitter:description'/> </b:if>
<b:if cond='data:view.isHomepage'>
<script type='application/ld+json'>{"@context":"http://schema.org","@type":"WebSite","name":"<data:view.title.escaped/>","url":"<data:view.url.canonical/>","potentialAction":{"@type":"SearchAction","target":"<data:view.url.canonical/>search?q={search_term_string}","query-input":"required name=search_term_string"}}</script>
</b:if>
Currently? You can also write keywords as per your need. Once you've typed in your keywords and description, all you have to do is click Save. Then we are done.
So here is how to add SEO friendly meta tags in Blogger. Well, that's it for today's article. If you want to continue posting such useful content related to blogging and YouTube then please don't forget to comment and subscribe to our channel.

0 Comments