Yes, for example, if the title of the entry in the search engines is the
"world of the Web - a beautiful addition to the blogger" ,
it would be "a beautiful addition to the blogger "
only to make it easier to find your posts by the search engines
A very simple way:
Login to Blogger account
Then go to edit the HTML,
"Of course, you should take a backup of the template."
the Reserve if the error occurred,
Then looking for the following code
"Of course, you should take a backup of the template."
the Reserve if the error occurred,
Then looking for the following code
<title><data:blog.pageTitle/></title>
You'll find it the code under <head> not directly underneath,
but somewhat close.
after you find it replace it with this code:
<!-- a4why.blogspot.com SEO Blog Title -->
<b:if cond='data:blog.pageType == "item"'>
<title><data:blog.pageName/></title>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if><!-- end a4why.blogspot.com SEO Blog Title -->
Now you successfully removed the name of the blog, Type your post
and wait until the indexes and see the result
0 comments:
Enregistrer un commentaire