Blogger: How to Add Dynamic Meta tags To Your Blog

Add Meta Tags to Blogger
Meta Tags are key to the success in search engines for any website or blog. If you have not already, you should add Meta Tags.

This post will show you how to add Meta Tags to your Blogger page which will create unique tags rather than creating duplicate content.

How to Add Dynamic Meta Tags

1. Log in to your blogger account >>Design >> Edit HTML
(Make sure you backup your template before editing)

2. Find this tag by using Ctrl+F
<b:include data='blog' name='all-head-content'/>
3. Paste below code after the above tag
<b:if cond='data:blog.url == data:blog.homepageUrl'>
<meta content='ADD YOUR WEBSITE DESCRIPTION HERE' name='description'/>
<meta content='ADD YOUR KEYWORDS HERE' name='keywords'/>
</b:if>
<b:if cond='data:blog.pageType == &quot;index&quot;'>
<title><data:blog.pageTitle/></title>
<b:else/>
<title><data:blog.pageName/> ~ <data:blog.title/></title>
</b:if>
4. Replace PUT YOUR WHATEVER HERE with your description and keywords.

5. Click Preview to see if your page loads correctly before committing to changes.

6. Save Template and exit. Done

No comments:

Post a Comment

STAY UP TO DATE!

Get new posts sent direct to your inbox...