UPDATED
ok, so far this is what I developed:
- in settings β Title β put nice
- use
<data:blog.pageTitle/> as the name; - under design -> change html -> replace tez lines
<b:section class='header' id='header' maxwidgets='1' showaddelement='no'> <b:widget id='Header1' locked='true' title=' (Intestazione)' type='Header'/> </b:section>
with your custom title for example
<div class="header section" id="header"> <div class="widget Header" id="Header1"> <div id="header-inner"> <div class="titlewrapper"> <h1 class="title"> <a href="http://aseptik.blogspot.com/">aSeptik Site</a></h1> </div> <div class="descriptionwrapper"> <p class="description"> <span> </span> </p> </div> </div> </div> </div>
<title> will be obtained from:
jQuery <em>"scroll into view"</em> plugin (with an additional <code>":scrollable"</code> selector filter)
to
: jQuery "scroll into view" plugin (with an additional ":scrollable" selector filter)
hope this help demo http://aseptik.blogspot.com/2011/02/jquery-scroll-into-view-plugin-with.html
try a little javascript in your <body> like this
<script type='text/javascript'> document.title = document.title.replace(/(<([^>]+)>)/ig,&
copy and skip, since not converting entities,
although Iβm not sure if this is the right solution for you, spiders usually avoid running js, and I donβt know how the "html tags in the header" affects the search results.
source share