Tutorials make all blogs indexed by google

Tutorials make all blogs indexed by google - Any person who is an expert in creating blogs or write more posts on the blog would've been knowing about this. but I will explain how to bisaterindeksi by all sites in the browser, but it's complicated. You just have to follow what is presented on this post. not only the one that you need to change the edit existing html on your blog.

Tutorials make all blogs indexed by google

How to make it a little bit complication, because each process is sure to have what you need to remove and you need to replace it. his ways are :

1. sign in to Blogger.
2. click the "Template".
3. click the "Edit HTML".
4. find the code below :

     <span class='post-author vcard' >
                    <b:if cond='data:top.showAuthor'>
                      <b:if cond='data:post.authorProfileUrl'>
                        <span class='fn'>
                          <a expr:href='data:post.authorProfileUrl' rel='author' title='author profile'>
                            <data:post.author/>
                          </a>
                        </span>
                      <b:else/>
                        <span class='fn'><data:post.author/></span>
                      </b:if>
                    </b:if>
                  </span>
5. If it is found above code please replace it with the following code :

<span class='post-author vcard' itemscope='itemscope itemtype='http://schema.org/Person'>
                <b:if cond='data:top.showAuthor'>
                  <b:if cond='data:post.authorProfileUrl'>
                    <span class='fn author'>
                      <a expr:href='data:post.authorProfileUrl' rel='author' title='author profile'>
                        <span itemprop='name'><data:post.author/></span>
                      </a>
                    </span>
                  <b:else/>
                    <span class='fn author'><span itemprop='name'><data:post.author/></span></span>
6. after the above you find this code :

<b:if cond='data:post.title'>
      <h3 class='post-title'>
7. If no please replace the <h3 to <h2
8. replace the above code with the following code :

<b:if cond='data:post.title'>
<h3 class='post-title entry-title'>
9. once the above you find this code :

<data:post.timestamp/>

10. and you replace it with this code :

<span class='updated'><data:post.timestamp/></span>
11. save the template.

Tutorials make all blogs indexed by google

After all you are changing, you will terindeksi all your postings on the blog. You can check everything in your webmaster.
Thank you've visited my blog site.

Tutorials make all blogs indexed by google Rating: 4.5 Diposkan Oleh: Ambil Hikmah

0 komentar:

Post a Comment