At first I would like to explain the difference between the addresses of forum threads with the search engines before and after the deletion.
Befor: Nemo Blog | How to remove blog name of the subject headings
After: How to remove blog name of the subject headings
The second case, of course, much better with the Blog of the first case, because this way strengthens the archived blog search engines, in this lesson we will learn how to remove the name of your blog titles of the threads which is listed or previously listed.
Befor: Nemo Blog | How to remove blog name of the subject headings
After: How to remove blog name of the subject headings
The second case, of course, much better with the Blog of the first case, because this way strengthens the archived blog search engines, in this lesson we will learn how to remove the name of your blog titles of the threads which is listed or previously listed.
1. Go to ''Main Control Panel'' >> ''Design'' >> ''Edit Html''
2. Mark on ''Expand Widget Templates''
3. Click Ctrl + F and search for this:
<title><data:blog.pageTitle/></title>4. Replace this code with the following code
<b:if cond='data:blog.pageType == "item"'>
<title><data:blog.pageName/></title>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>
The Shape after adding the code
5. Click SAVE TEMPLATE
Congratulations





No comments:
Post a Comment