And now I'll let tips optimize Meta Tags in the Title blog. At default settings, always place the code from the blog title before the code from the post title. Hmm, now I will explain how to put the code from the post title before the code of the blog title. In this way, blogs can be more easily indexed by search engines.
If you want to make it, please follow these steps.
- Log in with your blogger account.
- Click Layout -> Edit HTML.
- Find this code (precisely at the top).
<title><data:blog.pageTitle/></title> - Then replace the above code with the following code.
<b:if cond='data:blog.pageType == "item"'>
<title><data:blog.pageName/> | <data:blog.title/></title>
<b:else/><title><data:blog.pageTitle/></title>
</b:if> - Then click Save Template. Finished.
If you've been following the above steps is correct, then your blog can be very easy to be indexed by search engines. But remember! Search engines take several days to save the settings of your title meta tag.
0 comments:
Post a Comment