Thursday, 23 June 2011

Adding Link Title in Blogger Post Title

According to SEO experts that Kang Rohman read at their books, one of small factors to support SEO is adding a title to a link. The Link Title here is when a link highlighted by mouse computer, there a little writing will come out.
link title
From my watching, the wordpress themes have applied the Link Title Hover since long time ago to the Post Title, so when it’s highlighted by computer mouse, the title of the post will come out. Unfortunately, again from my watching, Blogger Templates seem to be once in a blue moon to apply the Link Title Hover. I don’t why.
Although it is not a very important SEO technique, I think we are no wrong to apply the trick and I hope that it can support our SEO.
Now the blogs of Kang Rohman have applied this technique:


title post link hover
If you are interested in applying this technique to your blogger templates, please follow the steps below:
  • Please login to Blogger with your ID
  • Click design design
  • Click Edit HTML. edit html
  • Do the backup to your template fully by clicking Download Full Template download-full-template
  • After backup done, click the small box next to Expand Template Widget expand-widget-template
  • Find the code as below:
    <a expr:href='data:post.link'><data:post.title/></a>
  • Remove the code and replace with this code:
    <a expr:href='data:post.link' expr:title='data:post.title'>
    <data:post.title/></a>
  • Find this code:
    <a expr:href='data:post.url'><data:post.title/></a>
  • Remove the code and replace with this code:
    <a expr:href='data:post.url' expr:title='data:post.title'>
    <data:post.title/></a>
  • Click SAVE TEMPLATE.
  • Done. See the result, and now your post titles should have the Link Title Hover.
This technique is only adding the keyword of post title to the link of post title. Basically, the code added is like below:
expr:title='data:post.title'
If you want any other variation, for instance, if your blog has keyword mainstay, you can place this keyword mainstay to the post title. For instance, Kang Rohman is focusing the keyword “Blog Tutorial“, so the code would be:
re<a expr:href='data:post.link' expr:title='&quot;Blog Tutorial : &quot; + data:post.title'><data:post.title/></a>
And
<a expr:href='data:post.url' expr:title='&quot;Blog Tutorial
&quot; + data:post.title'><data:post.title/></a>
How? Are you interested in trying on this technique?


Read more: DragonHackers Blogspot | Tutorial Blogger | Tutorial Internet | Tutorial Computer http://dragonhackthis.blogspot.com/ Under Creative Commons License: Attribution

0 comments: