just go to edit HTML section on blogger then you can type in manually those meta tags. here is the sample: (after the <head>) <meta name='description' content='123 is 456 of 789 to 10'> <meta name='keyword' content='a, b, c, d'> hope it helps.
I did that, added meta tags right after <head> but got this error Your template could not be parsed as it is not well-formed. Please make sure all XML elements are closed properly. XML error message: The element type "meta" must be terminated by the matching end-tag "". I added <meta NAME="Keywords" Content="words words etc my keywords"> <meta NAME="Description" Content="words words etc my keywords"> thanks in advance.
Use meta tags like this -> <meta NAME="Keywords" Content="words words etc my keywords" /> <meta NAME="Description" Content="words words etc my keywords" />
My meta tags are the same as popnyc (i.e. without the "/" at the end above, and it works fine. I am not using the new Blogger templates though ??
For xml blogger beta , Use meta tags like this way -> <meta NAME="Keywords" Content="words words etc my keywords" /> <meta NAME="Description" Content="words words etc my keywords" />
These meta tags are for index page only. My question is how to meta tags in each of your beta blogspot page.
dude, you aint getting the whole point. This adds duplicate meta description and keywords for all posts. So the keyword and description isnt unique for each page
just edit the HTML source code in the templates tab... and put a code META: <meta NAME="Keywords" Content="words words etc my keywords" /> <meta NAME="Description" Content="words words etc my keywords" /> )