UPDATE March, 03-2008: there are problems for blogs uses that hacks we tips to remand thath hack to your blog after we solved that problems. When we writes a post, on
blogger archive that one in that way: TITLE OF BLOG+TITLE OF POST. To
change that one and to optimise our posts for search engines, with
result = TITLE OF POST + TITLE OF BLOG, We must do that: Go to the ORANGE LINE, ( in the top of HTML codes) delete it and copy/paste the BLUE HTLM CODE and sobstitute orange with blue. Now you'll have that one: TITLE OF POST + TITLE OF BLOG easy, not?
Italian version: 06 Marzo 2008: ATTENZIONE ci sono problemi per i blogs che usano questo 'hack', pertanto consigliamo di aspettare che li risolviamo prima di metterlo nel Vostro blog Quando scriviamo un post automaticamente Blogspot - Blogger lo archivierà in questo modo: Titolo Blog + Titolo Post.
Per far sì che gli utenti trovino subito l'argomento di cui parliamo è meglio di scambiargli di posto in modo che i motori di ricerca leggano Titolo del Post+ Titolo del Blog; dovremo modificare l'HTML così cioè; cancellando una
riga (arancione ) che troveremo poco dopo l'Header cioè
<title><data:blog.pageTitle/></title>con il seguente codice (in blue)
<!-- Start Widget-based: Changing the Blogger Title Tag -->
<b:if cond='data:blog.pageType == "item"'>
<b:section id='titleTag'>
<b:widget id='Blog2' locked='false' title='Blog Posts' type='Blog'>
<b:includable id='comments' var='post'/>
<b:includable id='postQuickEdit' var='post'/>
<b:includable id='main' var='top'><title><b:loop values='data:posts' var='post'><b:include data='post' name='post'/></b:loop> ~ <data:blog.title/></title></b:includable>
<b:includable id='backlinkDeleteIcon' var='backlink'/>
<b:includable id='feedLinksBody' var='links'/>
<b:includable id='backlinks' var='post'/>
<b:includable id='status-message'/>
<b:includable id='feedLinks'/>
<b:includable id='nextprev'/>
<b:includable id='commentDeleteIcon' var='comment'/>
<b:includable id='post' var='post'><data:post.title/></b:includable>
</b:widget>
</b:section>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>
<!-- End Widget-based: Changing the Blogger Title Tag -->
