Blogger Tricks

How to Display Entire Title Posting

According to SEO expert supporting one small factor of SEO is to put the title of the link. Title link in the mean here is when a link is highlighted by the computer mouse, will come out a little writing.
From what I've noticed, the theme-theme for wordpress has been implemented since the first title link hover function on the post title or the title of the article so that if a title is highlighted it will exit the post title from the title of the post. Unfortunately, blogger templates rarely apply these techniques, why do ya?
Although this is not an important SEO techniques, it never hurts to apply these tricks, and hopefully there is little impact on SEO.

For those of you who are interested want to apply this technique on your blogger template, please follow the following steps:

1. Please login to blogger with your ID

2. Click the draft

3. Click the Edit HTML tab.
4. Backup templates for safety first. Click Download Full Template
5. After the backup process is complete, click the small box beside Expand Widget Templates expand widget templates  
 Then look for the code as below:

<a expr:href='data:post.link'><data:post.title/></a>

- Remove the code was then replace with the following code:

<a expr:href='data:post.link' expr:title='data:post.title'><data:post.title/></a>

- Then look back to the code like this:

<a expr:href='data:post.url'><data:post.title/></a>
- Remove the code was then replace with the following code:
<a expr:href='data:post.url' expr:title='data:post.title'><data:post.title/></a>

6. Click SAVE TEMPLATE.
Done. Please see the results, it should already have the title of your post title link.


The technique above is just entering the keyword into the post title link post title. Basically, the code added is like this:

expr:title='data:post.title'

If you want another variation, suppose you have a blog and want to enter a keyword mainstay in the title, it can be done. Suppose kang Rohman targeting the keyword "Blog Tutorial", then the variation of the code is like this:

<a expr:href='data:post.url' expr:title='&quot;Tutorial blog : &quot; + data:post.title'><data:post.title/></a> 

Interested in trying the above techniques?  

0 comments:

Post a Comment