Your browser does not support JavaScript!'

Add meta tags to each Blogger post

Welcome to MBF, as you guys know. MBF is all about Blogging fundamentals.
All published articles are organized in simple and short English sentence to teach the Blogging Tips for Beginners.
In that respect today's tutorial is Add meta tags to each Blogger post

Menu Find

Today's Topic
Add meta tags to each Blogger post


I want to add meta tags and keywords to a single post in Blogger. Is this possible or only applies to the entire blog>

  1. Log in to your Blogger account.
  2. Navigate to Design > Edit HTML
  3. To be safe, please click to download the full template.
  4. Then check the Expand Widget Template box.
  5. <head>Add the following in the section of the Blogger template . Enter this code below the homepage code you just entered above:

  <b:if cond='data:blog.url == "http://url of your post"'>
<meta content='keywords pertaining to your post' name='keywords'/>
<meta content='crafted description of your post' name='description'/>
</b:if>
This is an example of an optimized meta tag for this post:

Add meta tags to Blogger Home Page


<b:if cond='data:blog.url == data:blog.homepageUrl'>
<meta content='' name='keywords'/>
<meta content='' name='description'/>
</b:if>

Post a Comment

0 Comments

^