meta tags


Author Message
Christine

Posted: 11/18/2009
Quote message 

Does anyone know how to insert meta tags in a blooger template? I was shown how when using a blogger template but when added my artisteer template to blogger I couldn't find where to insert it.
(It is the meta tage google gives you to verify your site for the search engines)
Any help with this is much appreciated!
Christine
 
Avatar X

Posted: 11/18/2009
Quote message 

Of course. it the case of that specific meta tag to verify a blog you need to put it just above the end of the head tag before the opening body tag just like this:

_YourGoogleMetaTag_

</head>

<body>

now that you where, go find it at Blogger.com > Dashboard > Layout > HTML and then save. now you can go and verify your blog in google.

in the case of other kind of meta tags they are just fine after <head> along with the blogger meta tag that you should see there.

that is it

www.Bloggeratto.com (The template was made with Artisteer 2.3)


 
Lorenz

Posted: 6/9/2010
Quote message 

Hello,

I’m faced with the same issue (Artisteer template on blogger) and the following message appears when I want to save the template:

Your template could not be parsed as it is not well-formed. Please make sure all XML elements are closed properly.
XML error message: Open quote is expected for attribute "{1}" associated with an element type "content".

I’m putting the meta tag code that I made right under the code below

<title><data:blog.pageTitle/></title>

<meta content='your blog description here' name='description'/>
<meta content=’ your keywords here’ name=’keywords’/>

Could somebody help me,

Thanks