Yoast SEO Pack All In One Meta Tag Code For Blogger 2020
Hello blogger friend, meet again with my website Trickjadu.blogspot.com on this occasion I will share a Yoast SEO All In One meta tag for bloggers. When you implement this Meta tag in your blog template, your site will rank faster in Google, Bing Search Engine. Before installing the Yoast SEO Blogger Meta tags below, it's good if we know the advantages of the Yoast SEO plugin for the following bloggers. After using it, you will get many benefits such as:- 1. Display the title of the content / article before the title of your blog in search results.
- 2. Has been added SEO Tags Header Robot txt.
- 3. Optimized comments
- 4. Search engine optimization for archived articles
- 5. Adding Full Meta Tags
- 6. Adding the Verification code is very simple
- 7. You can write and set the language.
- 8. Optimizes all images.
After reading the advantages of this meta tag, then follow the steps below to use it in your blogger template.
1.Login to your blogger account
2. Enter the Blogger Dashboard, scroll down and click the "Theme" option
3. After that, friend, click the "Edit HTML" option.
4. Now my friend is in the html edit menu, and click Ctrl + F and look for the <head> tag code.
5. After finding it, then copy the code below and paste it under the <head> tag.
6. If there is a meta tag code in the template, just replace it with the meta tag below.
Yoast SEO Code for blogger Version 1
<!-- [ Meta Tag Yoast SEO ] -->
<b:if cond='data:blog.pageType == "index"'><title><data:blog.pageTitle/></title><b:else/><title><data:blog.pageName/> - <data:blog.title/></title></b:if><b:if cond='data:blog.metaDescription != ""'><meta expr:content='data:blog.metaDescription' name='description'/></b:if><b:if cond='data:blog.pageType == "archive"'><meta content='noindex, nofollow' name='robots'/><b:else/><b:if cond='data:blog.pageType == "index"'><b:if cond='data:blog.url == data:blog.homepageUrl'><meta expr:content='data:blog.title' name='keywords'/><meta content='index, follow' name='robots'/></b:if><b:else/><b:if cond='data:blog.pageTitle != data:blog.title'><meta expr:content='data:blog.pageName' name='keywords'/></b:if></b:if><b:if cond='data:blog.pageType == "item"'><meta content='article' property='og:type'/><meta expr:content='data:blog.title' property='og:site_name'/><meta expr:content='data:blog.pageName' property='og:title'/></b:if><b:if cond='data:blog.postImageThumbnailUrl'><meta expr:content='data:blog.postImageThumbnailUrl' property='og:image'/></b:if><meta content='global' name='distribution'/><meta content='1 days' name='revisit'/><meta content='1 days' name='revisit-after'/><meta content='document' name='resource-type'/><meta content='all' name='audience'/><meta content='general' name='rating'/><meta content='all' name='robots'/><meta content='en-us' name='language'/><meta content='IN' name='country'/><meta content='@twitter.com/anaz_arblit' name='twitter:site'/><meta content='@anaz_arblit name='twitter:creator'/><meta content='Anas Ikwana' name='author'/><meta content='exampl@gmail.com ' name='email'/></b:if>
Finally, click "Save Template"
Yoast SEO Code For Blogger Version 2 (2020)
<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>
<meta expr:content='data:blog.title' property='og:site_name'/>
<b:if cond='data:blog.postImageThumbnailUrl'>
<meta expr:content='data:blog.postImageThumbnailUrl' property='og:image'/>
<b:else/>
<meta content='LINE 10: URL LOGO BLOG ANDA' property='og:image'/>
</b:if>
<b:if cond='data:blog.pageType == "item"'>
<meta expr:content='data:blog.metaDescription' name='og:description'/>
</b:if>
<b:if cond='data:blog.pageType == "index"'>
<meta content='LINE 16: DESKRIPSI SINGKAT BLOG ANDA.' name='description' property='og:description'/>
</b:if>
<b:include data='blog' name='all-head-content'/>
<meta content='blogger' name='generator'/>
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type'/>
<link href='http://www.blogger.com/openid-server.g' rel='openid.server'/>
<link expr:href='data:blog.homepageUrl' rel='openid.delegate'/>
<link expr:href='data:blog.url' rel='canonical'/>
<link expr:href='data:blog.homepageUrl + "feeds/posts/default"' expr:title='data:blog.title + " - Atom"' rel='alternate' type='application/atom+xml'/>
<link expr:href='data:blog.homepageUrl + "feeds/posts/default?alt=rss"' expr:title='data:blog.title + " - RSS"' rel='alternate' type='application/rss+xml'/>
<link expr:href='"http://www.blogger.com/feeds/" + data:blog.blogId + "/posts/default"' expr:title='data:blog.title + " - Atom"' rel='alternate' type='application/atom+xml'/>
<b:if cond='data:blog.pageType == "item"'>
<b:if cond='data:blog.postImageThumbnailUrl'>
<link expr:href='data:blog.postImageThumbnailUrl' rel='image_src'/>
</b:if>
</b:if>
<!-- METAS -->
<meta content='LINE 37: NAMA ANDA' name='Author'/>
<meta content='general' name='rating'/>
<meta content='LINE 39: ID E-MAIL RESMI WEBSITE' name='email'/>
<meta content='LINE 40: URL TWITTER RESMI SITUS ANDA' name='twitter:site'/>
<meta content='LINE 41: Username TWITTER ANDA' name='twitter:creator'/>
<meta content='en_US' property='og:locale'/>
<b:if cond='data:blog.pageType == "index"'>
<title>LINE 44: JUDUL BLOG ANDA</title>
<b:else/>
<b:if cond='data:blog.pageType != "error_page"'>
<title><data:blog.pageName/></title>
</b:if></b:if>
<b:if cond='data:blog.pageType == "error_page"'>
<title>Page Not Found - <data:blog.title/></title>
</b:if>
<meta content='global' name='distribution'/>
<meta content='1 days' name='revisit'/>
<meta content='1 days' name='revisit-after'/>
<meta content='document' name='resource-type'/>
<meta content='all' name='audience'/>
<meta content='general' name='rating'/>
<meta content='all' name='robots'/>
<meta content='index, follow' name='robots'/>
<b:if cond='data:blog.pageType == "archive"'>
<meta content='noindex' name='robots'/>
</b:if>
<b:if cond='data:blog.searchLabel'>
<meta content='noindex,nofollow' name='robots'/>
</b:if>
<b:if cond='data:blog.isMobile'>
<meta content='noindex,nofollow' name='robots'/>
</b:if>
DO THE FOLLOWING CHANGE WITH THE ABOVE CODE:
- At line 10, replace "LINE 10: YOUR BLOG LOGO URL" with the original URL of your blog logo. You can upload your blog logo in the concept post and then right-click on the image to copy the URL.
- At line 16, change "LINE 16: DESCRIPTION OF YOUR BLOG BRIEF." with a brief description of your Blog.
- At line 37, replace "LINE 37: YOUR NAME" with the name of the main author who posted the article on your blog.
- At line 39, replace "LINE 39: OFFICIAL E-MAIL ID WEBSITE" with your blog's original email id. At line 40, replace "LINE 40: OFFICIAL TWITTER URL OF YOUR SITE" with the original URL to your site's official Twitter profile.
- At line 41, replace "LINE 41: YOUR TWITTER username" with the username of your blog's official Twitter profile (without the @ sign).
- At line 44, replace "LINE 44: TITLE YOUR BLOG" with the title of your blog.
Thus my article on How to Install the Meta Code of All-in-One Yoast SEO Pack for Blogger, Hopefully the article I shared above is useful for all my friends. Thank you and good luck
Rate This Article
Thanks for reading: Yoast SEO Pack All In One Meta Tag Code For Blogger 2021, Sorry, my English is bad:)