How to add keywords to blogger ?
- If you want to add Keywords to your blog just copy and past this code below in your HTML rdit
- Notice: Don't forget to download your full template before editing
- Code:
<head> <b:include data='blog' name='all-head-content'/> <b:if cond='data:blog.pageType == "item"'> <title><data:blog.pageName/> - <data:blog.title/></title> <b:else/> <title><data:blog.pageTitle/></title> </b:if> <b:if cond='data:blog.url == "http://YOUR-BLOG-ADDRESS-HERE"'> <meta content='YOUR PAGE DESCRIPTION HERE' name='description'/> <meta content='YOUR KEYWORDS HERE' name='keywords'/></b:if> <b:if cond='data:blog.url == "http://YOUR-POST-ADDRESS-HERE"'> <meta content='YOUR POST DESCRIPTION HERE' name='description'/> <meta content='YOUR KEYWORDS HERE' name='keywords'/></b:if> <b:if cond='data:blog.url == "http://YOUR-PAGE-ADDRESS-HERE"'> <meta content='YOUR PAGE DESCRIPTION HERE' name='description'/> <meta content='YOUR KEYWORDS HERE' name='keywords'/></b:if>
If you have alot of posts just do the same following code and edit it
<b:if cond='data:blog.url == "http://YOUR-PAGE-ADDRESS-HERE"'> <meta content='YOUR PAGE DESCRIPTION HERE' name='description'/> <meta content='YOUR KEYWORDS HERE' name='keywords'/></b:if>
- If you want to add Keywords to your blog just copy and past this code below in your HTML rdit
- Notice: Don't forget to download your full template before editing
- Code:
<head> <b:include data='blog' name='all-head-content'/> <b:if cond='data:blog.pageType == "item"'> <title><data:blog.pageName/> - <data:blog.title/></title> <b:else/> <title><data:blog.pageTitle/></title> </b:if> <b:if cond='data:blog.url == "http://YOUR-BLOG-ADDRESS-HERE"'> <meta content='YOUR PAGE DESCRIPTION HERE' name='description'/> <meta content='YOUR KEYWORDS HERE' name='keywords'/></b:if> <b:if cond='data:blog.url == "http://YOUR-POST-ADDRESS-HERE"'> <meta content='YOUR POST DESCRIPTION HERE' name='description'/> <meta content='YOUR KEYWORDS HERE' name='keywords'/></b:if> <b:if cond='data:blog.url == "http://YOUR-PAGE-ADDRESS-HERE"'> <meta content='YOUR PAGE DESCRIPTION HERE' name='description'/> <meta content='YOUR KEYWORDS HERE' name='keywords'/></b:if>
If you have alot of posts just do the same following code and edit it
<b:if cond='data:blog.url == "http://YOUR-PAGE-ADDRESS-HERE"'> <meta content='YOUR PAGE DESCRIPTION HERE' name='description'/> <meta content='YOUR KEYWORDS HERE' name='keywords'/></b:if>
Aucun commentaire: