Most of the beginners don’t know about the importance of title meta tag in blogger website. It’s so effective for SEO performance and let the Google specify about your blog.
Best Blogging Tools 2026
Starting a blog? The table below provides a quick overview of the best blogging tools to boost productivity, streamline your workflow, and drive more traffic in 2026.
| Tool | Use Of | Free Version | Pricing |
|---|---|---|---|
| Semrush | Keyword research, SEO analytics, and competitive insights for content growth | ✔ Yes | $165.17/mo |
| Jasper | AI-powered content generation and writing assistance | ✖ No | $59/mo |
| Grammarly | Grammar, spelling, and style checking for polished writing | ✔ Yes | $12/mo |
| Canva | Easy graphic design and visual content creation | ✔ Yes | $12.99/mo |
| Leadpages | Creating high-converting landing pages and lead generation funnels | ✖ No | $37/mo |
You know blogger admin option does not allow to add any custom title meta tag to your blog posts. But no worries, still you have the way to add title meta tags by adding some codes. In this short blogger tutorial I’m talking about how to add meta tag in blogger templates. Just follow the instructions what I’ve shared in this post.
A web browser never shows the title meta tags but search engine robots will read your meta title tags. It will help you to increase search rank of your web pages.

Add Title Meta Tag in Blogger Template
I always suggest to take a backup your template files before make changes. It’s really important for inexperienced guys.
Let’s start here:
- Sign in to Blogger account.
- Got to your desire blog dashboard.
- Click on “Design” Tab.
- Now click on “Edit HTML” at the top corner.
- Click the “Expand Widget Templates” check box.
- Find the following codes.
<b:include data='blog' name='all-head-content'/> <title><data:blog.pageTitle/></title> <b:skin><![CDATA[/*
- Now replace that codes with following codes.
- Now add your own blog home page description and keywords.
- Save the changes & you’re done! Blog meta data updated globally.
Additionally, Want to change default post title meta?
Make sure in which blog post you want to add meta title tag then open in browser. And don’t forget to keep it open.
- Go to Blogger Dashboard > Design > Edit Html
- Find the “<head>” tag in your blog template.
- Past the following codes right after the <head> tag.
<b:if cond='data:blog.url == "https://yourblog.blogspot.com/post"'>
<meta content='TITLE' name='title'/>
</b:if>
- Replace the “https://yourblog.blogspot.com/post” with your own blog post URL and Also replace the capitalized word “TITLE” with desire custom title.
- Click the “Save Template” button.
Note: You can add more custom titles for blog posts by repeating those codes but one thing you should know that “</b:if>” will be appear once after all custom title.
See the example to add more than one custom title:
<b:if cond='data:blog.url == "https://yourblog.blogspot.com/post1"'> <meta content='TITLE 1' name='title'/> <b:if cond='data:blog.url == "https://yourblog.blogspot.com/post2"'> <meta content='TITLE 2' name='title'/> </b:if>
Final Thoughts
I hope you’re able to understand what I’ve explained to you. It’s really a simple thing you can do by yourself. Let’s try to add the custom meta title tag in your blogger template. If you’ve any issue then let me know. And don’t forget to share this valued tricks with others.
can you include meta description and keyword on every post
Every time I post a new article, should I add this post title meta?
@ana, Yes! If you want to add that title on tag. You need to add it.
Hi Ataul, really useful post! Thanks!
Question: If we are using a custom domain, should we add the URL “www.mydomain.com/2020/01/example.html” instead of “http://yourblog.blogspot.com/post”?
Thanks
So if we add title/description in HTML AREA – should we NOT include it in the blogger layout area under the settings tab??
@brian, you can just add this in HTML area. Don’t need to change any other settings.
my Blogspot displaying the main title of my blog for my each blog post.
Can you please advise?
Dear Ravinder,
Can you please email us with your blog url? We could better help on that issue in mail.
Click on “Design” Tab.
Now click on “Edit HTML” at the top corner.
Click the “Expand Widget Templates” check box.
None of those things exist in my dashboard. I figured out that you probably mean “theme” when you say “design” but there is no “expand widget templates.”
Very wonderful post I love it. Just short and well explained, Thanks.
You’re welcome!