Make Your Blogger Blog SEO Friendly - Blogspot SEO Script

same here

Your template could not be parsed as it is not well-formed. Please make sure that all XML elements are closed properly. <br/> XML error message: Open quote is expected for attribute "{1}" associated with an element type "cond".

Error 500

m also facing this error...i pasted the code at right place where u told
 
Your template could not be parsed as it is not well-formed. Please make sure that all XML elements are closed properly. <br/> XML error message: Open quote is expected for attribute "{1}" associated with an element type "cond".

Error 500
 
I received this same error:

Your template could not be parsed as it is not well-formed. Please make sure all XML elements are closed properly. XML error message: Open quote is expected for attribute "{1}" associated with an element type "cond".

After doing a quick search on the internet this is what I found out, you need to retype the quote marks because for some reason for some of us they copy over in italics.

So you need to retype all of the " and the ' while the code is in your blogger html window. I also did all of the , as well, don't know if I needed to but I did it anyway.

This worked for me, hope it helps someone else who my come across this error.
 
That code lines optimize for Blogspot, but you guy can not just copy and paste follow that instruction, blogger will not alow, for example"

Code:
<b:if cond='data:blog.pageType == "archive" ‘>

You guy have to paste the whole of these lines into NOTEPAD and EDIT every " into " and ‘ into '


That make it works perfect
 
Okay, let make it more simple me correct that for you


Code:
[SIZE="3"]<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.pageType == "archive"'>
<title><data:blog.pageName/> | <data:blog.title/></title>
</b:if>
<b:if cond='data:blog.pageType == "label"'>
<title><data:blog.pageName/> | <data:blog.title/></title>
</b:if>
<meta expr:content='data:blog.pageTitle + " - your blog description here (upto 200 charaters)"' name='description'/>
<meta expr:content='data:blog.pageName + ", Keyword 1, Keyword 2, Keyword 3, Keyword 4, Keyword 5"' name='keywords'/>
<meta content='Author Name Here' name='author'/>
<meta content='index,follow' name='robots'/>[/SIZE]
 
Last edited:
I have used this and thanks for posting it here.
Will have to wait and see what the results are like.
 
Thanks to for this, I've just started using blogger for a personal blog so it's worth a try. :)
 
I have used this and thanks for posting it here.
Will have to wait and see what the results are like.

Waiting for what? Its just a code for SEO optimize site header, you have to manually put on your keyword and site description for it. That part of onsite SEO, for your site ranking well, you need some high backlink point to it
 
The Auto SEO Script has following features:
> Auto change Blog Page Titles for every post.
> Auto insert Meta Description for every post.
> Auto insert Meta Keywords For every Post.


how its possible without entering keyword.
i am using seo blogger script for every post have description and keywords with manually entered words.
 
Back
Top