How to make SEO blog post title useful?
It is called "The Title Swipe of Blogger / Blogspot". By swiping this title you will take your blog to the top of the search engine. This will result in a lot of visitors coming to your blog and your page ranking will continue to grow. In order to optimize search engine optimization, the title of the blog should be made suitable for the search engines. Otherwise, search engines can not understand what you post or what you mean. The default blogger template's titles are always in the title. That's why search engine post language is not easy to understand. As a result, your page will not fall back to the search engine's first page. What is the difference between the default template and the title of the swipe template?
After swipe, show the image below.
You can understand the difference between the two of the above images. In the first, the title of the blog is being showcased, and the second post shows the title before it. Through the second, search engines can easily read the post language. This will make your post quickly indexing the Google search engine index to the first page of the search engine.
How to optimize post title?
- Login to Blogger and click Template> Edit HTML.
- Now click on the template area of the Blogger template and press the CTRL + F keys from the keyboard and the blogger will come out of the search box.
- Press the code below into the search box and press Enter on the keyboard.
[code start] <title><data:blog.pageTitle/></title> [code end]
- Now copy the code below and replace the code above.
[code start] <title>
<b:if cond='data:blog.pageType == "index"'>
<data:blog.pageTitle/>
<b:else/>
<data:blog.pageName/>
<b:if cond='data:blog.pageType != "error_page"'>
<b:else/>Page Not Found - <data:blog.title/>
</b:if>
</b:if>
</title> [code end]
<b:if cond='data:blog.pageType == "index"'>
<data:blog.pageTitle/>
<b:else/>
<data:blog.pageName/> - <data:blog.title/>
</b:if>
</title> [code end]
<data:blog.pageTitle/>
<b:else/>
<data:blog.pageName/>
<b:if cond='data:blog.pageType != "error_page"'>
<b:else/>Page Not Found - <data:blog.title/>
</b:if>
</b:if>
</title> [code end]
- Note: Top title tag we set the title of 404 Page.
- Finally, click on Save Template and then OK.
Significant issue
In the above code, we have recently created Google according to the announced system. The post / title of the blog / brand name will not show after its title. Google should not use blog / website name or brand name after the announcement of blog / webmaster post titler some days ago. Because in this case the title of the posterity is tall. As a result, there is a problem with search engine index for a long post title index. Moreover, Google search engine shows the first 60 characters of any post in search results and hides the rest. That's why Google recommends not to use Blog / Brand after the extra long and post end. Typically, the following titles are added to most blogs.
[code start] <title>
<b:if cond='data:blog.pageType == "index"'>
<data:blog.pageTitle/>
<b:else/>
<data:blog.pageName/> - <data:blog.title/>
</b:if>
</title> [code end]
- The red part of the code above will show the name of the blog / brand name at the end of all blog posts
If there is any other question about optimizing the blog post title or if you have any doubts, please let us know. We will try to solve your problem 100%, Insha Allah
No comments
If any problem, please comment us below the comment box.