Thursday, March 5, 2015

How to Add Meta Tags for Every Post in Blogger or Blogspot

In blogspot add meta tags is manuly set up .Now this post ,I saw you  How to Add Meta Tags for Every Post in  Blogger . </br>
Now, new version of blogger, we can easily add meta description and meta keywords for each posts in Blogger. So let's get started with the tutorial with me.



1- Login to Blogger account..
2- Go to Design > Edit HTML.
3- Click on Download Full Template for your security purpose..
4- Check the Expand Widget Templates ..
5- Find the Below Code in your template.
  <b:include data=’blog’ name=’all-head-content’/>.
 
6- Add the below code just after the above code.

--------------------------------------------------------------------------------------------
<b:if cond='data:blog.url == &quot;http://www.yourwebsite.com/&quot;'>
<meta content='Post Description' name='description'/>
<meta content='Post Keywords' name='keywords'/>
</b:if>
 ------------------------------------------------------------------------------------------


For Example::
--------------------------------------------------------------------------------------------------
<b:if cond='data:blog.url =&quot;http://www.sohagdm.com/search/label/SEO%20Tips/&quot;'>
<meta content='Learn here best SEO Tips and Tricks for Blogs and websites that will help you get more visitors to your website.Free weekly updates.Get Info on SEO Marketing Tips.' name='description'/>
<meta content='SEO Tips, SEO Tricks, Internet Marketing, SMO Tricks, SEO Tutorials, SEO News, SEO Marketing Tips' name='keywords'/>
</b:if>
 ------------------------------------------------------------------------------------------------------
If You Have 100 Post You Just need to copy the code 100 times....


Example::
--------------------------------------------------------------------------------------------------------
<b:if cond='data:blog.url == &quot;http://www.yourwebsite.com/&quot;'>
<meta content='Post Description' name='description'/>
<meta content='Post Keywords' name='keywords'/>
</b:if>
 <<b:if cond='data:blog.url == &quot;http://www.yourwebsite.com/&quot;'>
<meta content='Post Description' name='description'/>
<meta content='Post Keywords' name='keywords'/>
</b:if>
 <<b:if cond='data:blog.url == &quot;http://www.yourwebsite.com/&quot;'>
<meta content='Post Description' name='description'/>
<meta content='Post Keywords' name='keywords'/>
</b:if>

 --------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------
7- Save Your Template
8- You are done.
If u know anything Please comment................................
 Have a nice,day and happy blogging 

No comments:

Post a Comment