In this post a very good hack has been explained which is quite important from SEO point of view. Title & Description hack has pros and cons. Cons is you will have to write different title for each post. Of course it is bit tedious thing to do. If there are five posts, you got to write five different titles for each five posts which you want to allot different title to. How about giving title to a post-page with a title that you write when writing a post? Exactly like wordpress. You don’t need to write different title for each posts. The title that you write while writing post will be title of the entire post-page.
This hack will do that. Follow below procedures…..
Go to Setting and change your title to a dot
Go to Layout >> Edit Html, tick Expand widget Template
Find code given below
<title><data:pagetitle/></title>
Replace it with…
<title>
<b:if cond=’data:blog.url == data:blog.homepageUrl’>
This is Home Page Title<b:else/>
<data:blog.pageTitle/>
</b:if> </title>
Next find code given below….
<b:if cond=’data:blog.url == data:blog.homepageUrl’>
<data:title/>
<b:else/>
<a expr:href=’data:blog.homepageUrl’><data:title/></a>
</b:if>
</h1>
and replace it with…..
<a expr:href=’data:blog.homepageUrl’>Your H1 Tag </a>
</h1>
Change the red text as per your requirements. Save the template and you are done.
Feedback is expected.
RSS feed for comments on this post. TrackBack URL
July 10th, 2008 at 9:50 pm
what is the new here?
July 11th, 2008 at 12:14 am
Read the first para carefully.