Blog title shows before post title.
So, you wish to correct advantages of optimize your diary that post title shows
before diary title in computer program results. That is, higher result: Post
Title | diary Title. currently follow the instruction:
First you Login on your: Blogger Blog Account
Now you Click on “Template” of
your Blogger Blog.
See below:
Now Click on “Edit HTML” of your Blogger Blog.
See below:
Now you on click in codding and click “Ctrl + F” for search
below code:
<title><data:blog.pageTitle/></title>
Now you replace “<title><data:blog.pageTitle/></title>”.
Only Show Blog Post Titles in Search Engine Results
If you want to show only Blog Post
titles in search engines, just you replace coding
“<title><data:blog.pageTitle/></title>” below given
code:
<b:if cond=’data:blog.pageType ==
"index"’>
<title><data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/></title>
</b:if>
So Show Blog Post Title along with Blog’s Name Search Engine
Results
and If you want to show your Blog Post
Titles followed by the name of your blog, just you replace coding
"<title><data:blog.pageTitle/></title>" below given code:
"<title><data:blog.pageTitle/></title>" below given code:
<b:if cond=’data:blog.pageType ==
"index"’>
<title><data:blog.pageTitle/></title>
<b:else/>
<title><data:blog.pageName/>
| <data:blog.title/></title>
</b:if>
Now you Click on "Save Changes".
Thanks for reading this article post.
0 comments:
Post a Comment