VeeD wrote:
> Can anyone tell me how to keep the blog title on top window for search
> engine pleas? I have replaced header with my own, but couldn't work out
> how to lose the dafult title. I just put a full stop in there( which
> showed on my new header but was ok) , and that has come up at top of
> window as my header!! Helllp !!
> Thanks
> Vicki
Hi Vicki,
I had a similar problem which I solved by removing the piece of code
that prints the header on the page. This way the header-text is still
in the top-bar of the browser but it won't be displayed above the blog.
Are you using the normal Blogger, or Blogger Beta?
In my case, using Blogger Beta, I adapted the widget as follows:
<div class='titlewrapper'>
<h1 class='title'>
<b:if cond='data:blog.url == data:blog.homepageUrl'>
<!-- <data:title/> suppress printing of title by making this
line a comment-->
<b:else/>
<!-- <a expr:href='data:blog.homepageUrl'><data:title/></a>
same here -->
</b:if>
</h1>
</div>
Cheers
Richard