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'>4. Replace PUT YOUR WHATEVER HERE with your description and keywords.
<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 == "index"'>
<title><data:blog.pageTitle/></title>
<b:else/>
<title><data:blog.pageName/> ~ <data:blog.title/></title>
</b:if>
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