How to add Different meta tags Keyword to Each Blogger Post and Page
You Might Be Searching For:- How can I add Meta Keywords and Meta Tag in Blogger.
- Basic tips to Optimize Your Blogger To Search engine
1.Go to Blogger and Login.
2.Navigate to Blogger Dashboard >> Template
3.Now Click on " Edit HTML " button and
4.Find code(Find using Ctrl+F )
5.After Finding Above Code Paste the following Code just below/after it
<b:if cond='data:blog.url == "PAGE-URL"'>
<meta content='PAGE-DESCRIPTION' name='description'/>
<meta content='PAGE-KEYWORDS' name='keywords'/></b:if>
Now you have to Modify/Customize above code: .
<b:if cond='data:blog.url == "PAGE-URL"'>
<meta content='PAGE-DESCRIPTION' name='description'/>
<meta content='PAGE-KEYWORDS' name='keywords'/></b:if>
Now you have to Modify/Customize above code: .
- Replace PAGE-URL with your Page Url .
- Replace PAGE-DESCRIPTION with the description of the post.
- Replace PAGE-KEYWORDS with the keyword you want to use the post separate by coma .
Please Comment...It will help us to improve our efficiency...Thanks.
No comments:
Post a Comment
Notice: Don't add "backlink". Text with Link will automatically Removed.