Header Ads Widget

Responsive Advertisement

How to Add Seo Friendly Meta Tags In Blogger 2021

How to Add Seo Friendly Meta Tags In Blogger 2021




How to Add Seo Friendly Meta Tags In Blogger 2021: Today's topic is how to add SEO friendly meta tag in Blogger 2021, Meta tag is the most important thing for blogger blogs, it is responsible for your site to appear in various search engines. Without found tags the search engine cannot identify the content of your blog, it also helps to identify the post content, list, and images in social media sharing. Found tags are snippets of text that provide a description of the content of any blog post; Tags found do not appear only on the MR of the blog, but only in the blog source code.

Let's go ahead and see how to add script friendly found tags to Blogger 2021.

Why is tag important?

Found tags are very important post description descriptors that indicate to the search engine what the blog and blog post is about. Found tags provide details about the post in the blog's HTML format. This little piece of how is called metadata. It can be read by various search engines and their web crawlers. 
Search engines like Google use bots to extract metadata from meta tags in order to understand important information about blogs and blog posts. Search engines can use this information to display your site on their search results and for the most important ranking purposes, in the end, it helps your site display snippets in search results.

Step-1 (Adding HTML)

In the template, search for the <head> tag and paste the HTML coding just below it.



<b:if cond='data:blog.pageType == &quot;item&quot;'>
    <title>
        <b:if cond='data:blog.pageType == &quot;index&quot;'>
            <data:blog.pageTitle/>
        <b:else/>
            <b:if cond='data:blog.pageType != &quot;error_page&quot;'>
                <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 == &quot;index&quot;'>
    <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 == &quot;item&quot;'>
        <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 != &quot;&quot;'>
        <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'>{&quot;@context&quot;:&quot;http://schema.org&quot;,&quot;@type&quot;:&quot;WebSite&quot;,&quot;name&quot;:&quot;<data:view.title.escaped/>&quot;,&quot;url&quot;:&quot;<data:view.url.canonical/>&quot;,&quot;potentialAction&quot;:{&quot;@type&quot;:&quot;SearchAction&quot;,&quot;target&quot;:&quot;<data:view.url.canonical/>search?q={search_term_string}&quot;,&quot;query-input&quot;:&quot;required name=search_term_string&quot;}}</script>
    </b:if>



Edits:- Just replace the highlighted code with your blog's description and keywords.


Note:- To make the search description work simply enable the search description from settings, to do that,

 Go to the dashboard of your blog>> Settings >> Navigate to Meta Tags and enable the search description option. 

The conclusion :

Congratulations !! Currently, you have knowledge that how to add SEO friendly meta tag in Blogger 2021. Go to your blogging site and let the Unique changes be in action, hope you liked this post, if you enjoyed this post please share it with your friends, by working hard we develop more such awesome tutorials. Please stay with us.


Post a Comment

0 Comments