Hi! I am currently trying something out in my blogspot powered blog.. Objectives: 1. i want to make my meta tags "keywords" to be the label of the post 2. i want to make my meta tags "description" to be the post itself Materials: I found these codes.. data:label.name = "i think it is the name of the label" data:label.url = "url of label right?" data:label.isLast = "variable which accepts true or false right?" data: post.labels = "???" data: postLabelsLabel = "???" I want to use to keywords code above to create something like this: <meta content="label.name1,label.name2, label.name3" name="keywords"/> or anything similar.... Next is for post description... No materials found.. I want to use to description code above to create something like this: <meta contents="postbody" name="description"/> I hope somebody out here could help. I wa
Ther is no way to do this on blogger. You can add meta descriptions and ketwords, but it creates duplicate content showing on every page. Just keep in mind, it it a blog, not a website. I hope this helped.
We will find a way.. How can we access the post.labels in the head? How can we accest the post.body in the head?