Still confused huh?
OK, let's discuss one by one though more details.
In the blog code, the title of the post was written by <h3>
Well this is where the location of his SEO optimization, by changing the code of <h3> be <h1>
Now the stage of replacement code.
Steps
- Log in blogger and then choose Edit html
- Tick the Expand Widget Templates Find this code
- Save the template
. post h3 {
. post h3 a,. post h3 a: visited,. post h3 strong {
. post h3 strong,. post h3 a: hover {
. post h3 a,. post h3 a: visited,. post h3 strong {
. post h3 strong,. post h3 a: hover {
then replace it with a h1
So the code will be like this
.post h1 {
.post h1 a, .post h1 a:visited, .post h1 strong {
.post h1 strong, .post h1 a:hover {
Scroll down and look for code like this
<h3 class='post-title entry-title'>
(use ctrl + f to facilitate the search)
and replace with
<h1 class='post-title entry-title'>
.post h1 a, .post h1 a:visited, .post h1 strong {
.post h1 strong, .post h1 a:hover {
Scroll down and look for code like this
<h3 class='post-title entry-title'>
(use ctrl + f to facilitate the search)
and replace with
<h1 class='post-title entry-title'>
As I said above, this technique is used to make search engines more attention to the title of our posts because we use the code <h1>.
Hopefully these tips can be useful
Post a Comment
Note: Only a member of this blog may post a comment.