Joecalih
  • Blogging
    • WordPress
    • Blogger
      • Blogger Widgets
    • Marketing
      • Content Marketing
      • Social Media Marketing
      • Email Marketing
      • Affiliate Marketing
    • Tips & Tricks
  • SEO
    • What is SEO
      • White Hat SEO
      • Black Hat SEO
    • SEO Tutorials
      • Local SEO
      • Video SEO
      • Image SEO
    • On-Page-SEO
    • SEO ToolsFree
    • Link Building
    • PPCHot
  • Graphics
    • PhotoshopNew
      • Photoshop Actions
      • Photoshop Brushes
      • Photoshop Overlays
      • Photoshop Textures
      • Photoshop Tutorials
    • LightroomHot
      • Lightroom Presets
      • Lightroom Mobile Presets
      • Lightroom Tutorials
    • Premuire Pro
    • Design
      • Posters
      • Mockups
      • Vectors
  • Photography
  • Shop$69
  • Offers
  • Support
  • Licenses
  • Advertise
Subscribe
Joecalih
Joecalih
  • Blogging
    • WordPress
    • Blogger
      • Blogger Widgets
    • Marketing
      • Content Marketing
      • Social Media Marketing
      • Email Marketing
      • Affiliate Marketing
    • Tips & Tricks
  • SEO
    • What is SEO
      • White Hat SEO
      • Black Hat SEO
    • SEO Tutorials
      • Local SEO
      • Video SEO
      • Image SEO
    • On-Page-SEO
    • SEO ToolsFree
    • Link Building
    • PPCHot
  • Graphics
    • PhotoshopNew
      • Photoshop Actions
      • Photoshop Brushes
      • Photoshop Overlays
      • Photoshop Textures
      • Photoshop Tutorials
    • LightroomHot
      • Lightroom Presets
      • Lightroom Mobile Presets
      • Lightroom Tutorials
    • Premuire Pro
    • Design
      • Posters
      • Mockups
      • Vectors
  • Photography
  • Shop$69
  • Offers
Instagram
Recent Posts
  • How To Remove Powered By Blogger Attribution
  • Picture Optimization for Blogger SEO
  • How to Put Meta Keywords in Blogger Post
  • SEO Optimization Website Practices 2021
Landscape Lightroom Presets
  • Picture_Optimizaton_for_Better_Blogger_SEO_Ranking 1
    Picture Optimization for Blogger SEO
    • February 8, 2021
  • how-to-redirect-404-error-page-to-homepage-in-blogger-min 2
    Redirect 404 Error Page To Homepage In Blogger
    • February 1, 2021
  • Blogging 3
    How To Start Your First Blogger Blog
    • January 31, 2021
  • markup-schema 4
    Professional Service Blogger Markup Schema Data
    • January 31, 2021
0
  • SEO

SEO Meta Tags, Description and Title Keywords for Blogger

  • Joecalih
  • February 25, 2018
  • 7 comments
  • 67 views
  • 4 minute read

SEO Meta tags are very paramount for any blog out there if you want the search engines to crawl and index your site. SEO Meta Tags Title, Description and Keywords in Blogger are very easy to implement since Blogger has extensions to add them manually but this time I want to give away the SEO code that includes the Meta Tags, Title tags, Meta description and keywords that will get your website ranked. Meta tags give all about documents and crawl by Google crawler in their search engine. Meta tags do not display on the page but its show in search engine results of your website. Meta elements are show page description, keywords, author, author email and other metadata. Google bots read Meta tags of the blogs and give this information to Google search engines to crawl and show your website posts in Search Engine Results Pages (SERP).

Meta tags or keywords are very significant SEO terms. To get ranked better in search engines, you have to add meta tags or keywords on every page of the website. But when you want to input keywords in every blogger posts, you can’t because there is only meta description place in blogger. So if you want to add meta tags or keywords also, you have to add some codes to your template which I have provided for you below. Meta tags are also as important as the meta description. Meta tags help you to increase healthy and better traffic.

SEO Meta Tags, Description and Title Keywords for Blogger

 SEO Meta Tags Title, Description and Keywords Blogger Code

[ <!– Meta Tags ~  joecalih.com.com  –>
 <meta content=’Your Blog Description’ name=’description’/>
 <meta content=’Keyword1,Keyword2,Keyword3′ name=’keywords’/>
 <meta content=’Author Name’ name=’Author’/>
 <meta content=’Author Email Address’ name=’Email’/>
 <meta content=’all’ name=’robots’/>
 <meta content=’index, follow’ name=’robots’/>
 <meta content=’Language Name’ name=’language’/>
 <meta content=’Country Name’ name=’country’/>
 <meta content=’blogger’ name=’generator’/>
<!– /Meta Tags ~   joecalih.com  –>]

 How To Use The Meta Keywords, Description and Title Code In Blogger.

Follow the steps below to guide you in implementing the code the code above in your blogger template.

Step 1:

Login to Blogger > Go to Dashboard > Template > Edit Html
Login to blogger and choose the website you want to add the extension. Click on the theme option just under the layout tab option.
 [blogger ##star##]

SEO Meta Tags Title, Description and Keywords in Blogger

Step 2. 

Click on Edit HTML.
Go to <head> section in Template. You can search this by Ctrl+F
The search box appears at the right to the side of the code.

Step 3.

After <head> section put following code in your template.

[<!– Meta Tags ~  joecalih.com  –>
 <meta content=’Your Blog Description’ name=’description’/>
 <meta content=’Keyword1,Keyword2,Keyword3′ name=’keywords’/>
 <meta content=’Author Name’ name=’Author’/>
 <meta content=’Author Email Address’ name=’Email’/>
 <meta content=’all’ name=’robots’/>
 <meta content=’index, follow’ name=’robots’/>
 <meta content=’Language Name’ name=’language’/>
 <meta content=’Country Name’ name=’country’/>
 <meta content=’blogger’ name=’generator’/>
<!– /Meta Tags ~   joecalih.com  –>]

Step 4.

Change your original data to demo data as you need.
At Meta Tags opening change the seo.joecalih.com URL to your website URL.
Your Blog Description should be 500 characters, Max.
Keywords should be added and separated by the comma.
Insert your Author name and Email.
NOTE 
If your template has language href tags please remove the language code above and that happens too if you have country target tags. The double code in your template is a bad character that discourages search engines, and as a result, check out your template before adding code twice. Some templates come ready with the codes ready but some must be added manually.

Step 5.

Save your template and Go to your blog, view page source to see your description and keyword.
Thats it in adding the meta discription in your template manually. You may also like to add SEO for your blog posts. it’s nice and easy work to do. all you need is the bellow code. Use it I every post you make to optimize it for Google, Yahoo and Bing search engines for better SEO.
  
Use This Code To Optimize SEO for Blog Posts.

 [<b:if cond=’data:blog.url == “PAGE-URL”‘>
<meta content=’DESCRIPTION’ name=’description’/>
<meta content=’KEYWORDS’ name=’keywords’/>
</b:if>]

Step 1.  Log in to your blogger.

Step 2.  Choose your one blog.

Step 3.  Go to template>>edit HTML.

Step 4.  And find the code <b:include data=’blog’ name=’all-head-content’/>

Step 5.  Then paste the below codes below the above code.

 Note:- 
1. write the URL of your post in PAGE-URL.
2. Write meta description in PAGE-DESCRIPTION.
3. Write meta keyword in PAGE-KEYWORD.

Share
Tweet
Pin it
7 comments
  1. Nzioka Dennis says:
    February 26, 2018 at 1:02 pm

    very cool it has helped me alot

    Reply
  2. kp[p says:
    February 26, 2018 at 1:51 pm

    how can i use them in wordpress

    Reply
  3. Unknown says:
    February 27, 2018 at 7:10 pm

    I this the code one has to use all the time when you post an article or its just once?

    Reply
  4. Dexter says:
    February 28, 2018 at 2:23 am

    I think its the one

    Reply
  5. Unknown says:
    March 29, 2018 at 10:22 am

    Just Use Yoast SEO plugin in WordPress and it does for you automaticaly

    Reply
  6. Moses Karanja says:
    March 29, 2018 at 10:23 am

    Anytime. Make sure you Place them correctly

    Reply
  7. Airinaa says:
    April 6, 2018 at 2:37 am

    I tried to apply your custom Blogger codes but it does not dynamically add the unique search descriptions applied/saved with my blog/posts when using this theme https://blogr-amp.blogspot.com/.

    I've already updated my blog/post descriptions up to 450 – 500 word count & being careful to include unique human read able descriptive texts.

    I've updated them to use expr:content='data:view.description' theme objects and it seems work — woohoo…

    Thanks for the useful info & share…

    Reply

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Subscribe now to our newsletter

  • Blogger Themes
  • After Effects Templates
  • MockupsNew
  • Blogger Widgets
  • Photoshop Tutorials
  • Blogger TutorialsFree
  • Search Engine Optimization
  • WordPress Tutorials
  • Lightroom Presets$5
  • Camera Raw Presets
  • Premuire Pro Presets
  • Graphic designFree
Joecalih
  • About Us
  • Contact Us
  • Support
  • Cookies
  • © 2020 Joecalih Media inc.

Input your search keywords and press Enter.