1. Log in to your blogger account
2. Go to Design --> Edit HTML , don't forget to backup your template first!
3. Copy the code below, and paste above ]]></b:skin>
#hidden-keyword {
float: left;
margin: -4500px;
padding: -3000px;
}
<div id="hidden-keyword">
<h1>
<a href="BLOG URL" title="BLOG KEYWORD">BLOG KEYWORD</a>
</h1>
</div>
=> Adjust the margin and padding with your blog template. You must see the preview, Are the keyword phrase still visible or not. If still visible, try to change the margin and padding without delete the sign (-)float: left;
margin: -4500px;
padding: -3000px;
}
<div id="hidden-keyword">
<h1>
<a href="BLOG URL" title="BLOG KEYWORD">BLOG KEYWORD</a>
</h1>
</div>
For example :
#hidden-keyword {
float: left;
margin: -3000px;
padding: -2500px;
}
<div id="hidden-keyword">
<h1>
<a href="http://full-tricks.blogspot.com/" title="blogger tricks, blogger hacks, SEO tips">blogger tricks, blogger hacks, SEO tips</a>
</h1>
</div>
4. If the setting have finished, save your template now!
float: left;
margin: -3000px;
padding: -2500px;
}
<div id="hidden-keyword">
<h1>
<a href="http://full-tricks.blogspot.com/" title="blogger tricks, blogger hacks, SEO tips">blogger tricks, blogger hacks, SEO tips</a>
</h1>
</div>
No comments:
Post a Comment