Optimize your Blogger title for better SEO
Posted by Gosu on 29 May, 2008
15 Comments
This item was filled under [ Wordpress ]
Title’s and meta tag’s effect on serp is incredible , so what can we do to improve serp and seo for blogger blogs? The codes below will display the name of a particular entry without bringing the name of the blog in first position and this will affect our serp since titles are important for google spiders.Here’re the codes :
- Goto Edit Html and find the codes below
<title> <data:blog.pageTitle/> </ title>
And change with this
<b:if cond='data:blog.pageType == "item"'> <title> <data:blog.pageName/> | <data:blog.title/> </title> <b:else/> <title> <data:blog.pageTitle/> </title> </b:if>
and save .
if it doesnt work try to check here
Thats all , now wait for results
15 Comments on “Optimize your Blogger title for better SEO”
Well i hope that it really works.
Thanks, It has worked on my blog…
Thank you very much for this awesome template im using it and i love it,pls make more!
Hi can you help me?
I just wondering if you can help me about when you post a long post what code you put when you put read more just like yours? Thank i appreciate if you can tell…
Assalam Alaikum,
I’m trying this out and I’m sure it will benefit me. Thank you for sharing! I would also like to tell you that you can make the comments be embedded inline (see my blog to see what I mean). This way people can post a comment directly from GosuBlogger instead of going to the blogger.com form. To enable it go to http://www.draft.blogger.com, go to the settings tab, click comments, and where it says “Comment Form Placement” select “Embedded below post”. This is great!
“”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”.”"
I try to replaced with your code but I got above error, What did I do wrong can you help???
yup..same error with Chinh Le
same error
Same error here…Could you something to make it work?
fixed
Copy this and paste is instead of code above,It should work.
The problem seems to be with the QUOTE symbol in the code given in above post.
The quote symbol given in the post and in blogger’s edit HTML pages are different. SO just remove the quotes and put them agn.. it will work..
|
Same Error! Not fixed yet? Tarun its not work!
dammmmmm!!!!!!!!!!!!!!!!!!!!
It was working on Blogger , when i moved to Wp all the codes fcuked up!
http://bloggers.gosublogger.com/viewtopic.php?f=6&t=12
check here , for working ones , i still cnt get the reason why tru codes doesnt appear here
fixed now