Forum Moderators: open
<script type="text/javascript" src="http://www.blogger.com/static/v1/common/js/327583163-csitaillib.js"></script>
<script>if (typeof(window.attachCsiOnload) != 'undefined' && window.attachCsiOnload != null) { window.attachCsiOnload('ext_blogspot'); }</script>
Others have also reported this problem, and if you search for "http://www.blogger.com/static/v1/common/js/327583163-csitaillib.js" you'll find lots of blogs have it.
Have you had any luck asking in the Blogger Help Forum [google.com]?
(1) they would have to have published since the problem started (about 24 hours); and
(2) the newly published blog-posts would have to be indexed.
So, if you look for this on Google in the days ahead, I'm confident you'll find more blogs with this issue.
It also may be isolated to those that use Blogger with FTP to another site, like us or only those who have customized their template using Blogger template tags, also like us.
And so now, while an improvement, we have elements like this in our Metas:
<BlogDateHeader><$BlogDateHeaderDate$></BlogDateHeader> at <$BlogItemDateTime$>
Meanwhile, people have figured out a number of workarounds [google.com] - notably it appears that you can just put the <Blogger> tags outside the title element and supposedly it's mostly okay.
[edited by: engine at 5:27 pm (utc) on July 2, 2009]
Also, we dynamically insert the output from the blogger tags into our pre-existing metas, and so we cannot place the <blogger> tags outside, and just have to wait till they fix it.
<$BlogPageTitle$> We are looking at the feasability of adjusting our code to be sensitive to cases where the template has <blogger> tags inserted in the <title>, but for now please use the above work-around to eliminate the javascript code from your blog's page titles.If your blog is affected, go to "Template", then click on "Edit HTML". Remove anything between <title> and </title> in your template, and replace it with this:
Now looks less likely that a fix is coming.
Also, the issue is not only in Title tags, but in all metadata.
I guess this is what you get when you try to give the public unique and relevant titles and descriptions.
For all practical purposes this renders Blogger Template tags almost completely useless.
Further, this is not an issue of <Blogger> tags appearing within <title> tags, as the funky javascript is inserted whereever the closing </Blogger> tag lies.