Whenever i try to add meta tags special code on my blog the i get the error message: Special Meta Tags Code: <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 == data:blog.homepageUrl’> <meta content=’Watch Live Cricket Streaming,Cricket Schedules, Cricket Highlights, Live TV and much more for absolutely free!!‘ name=’description’/> <meta content=’cricket,live,sports,live sports,tv,live tv,cricket streaming,live cricket streaming,online cricket,online tv,star cricket,live tv channels,cricket blog,cricket schedule,cricket fixtures‘ name=’keywords’/> </b:if> Code (markup): Plz fix this code for me. All Comments will be appreciated. My Blog: http://cricketfame.blogspot.com/ Meta Tags Code Article: http://solvater.com/2010/07/add-custom-meta-title-tags-for-blogger-blogs/
<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 == data:blog.homepageUrl’> </b:if> <meta content=’Watch Live Cricket Streaming,Cricket Schedules, Cricket Highlights, Live TV and much more for absolutely free!!‘ name=’description’/> <meta content=’cricket,live,sports,live sports,tv,live tv,cricket streaming,live cricket streaming,online cricket,online tv,star cricket,live tv channels,cricket blog,cricket schedule,cricket fixtures‘ name=’keywords’/> Code (markup): Try This! It may/maynot work! For the code you gave, it was breaking a Function! ~ExP~
Try with: <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 == data:blog.homepageUrl'> <meta content='Watch Live Cricket Streaming,Cricket Schedules, Cricket Highlights, Live TV and much more for absolutely free!!' name='description' /> <meta content='cricket,live,sports,live sports,tv,live tv,cricket streaming,live cricket streaming,online cricket,online tv,star cricket,live tv channels,cricket blog,cricket schedule,cricket fixtures' name='keywords' /> </b:if> Code (markup):
Oops I am sorry I am the admin of http://solvater.com and i think i forget to disable the pre-formatting of HTML while writing that post..ok I will fix it now.. Thank you.