Sunday 22 March 2009

Metatag, Getting started

The element type "meta" must be terminated by the matching end-tag "".

What is this? I found the answer from this link

This can be solved by adding a forward slash just before the > in each line.

Before: -
<title>Blogger Tips and Tricks</title><link rev="made" href="mailto:enviromen@gmail.com">
<meta name="keywords" content="blog, Blogger, Google Blogger, template, Blogger template, tutorial, blogger tutorial, tips, tricks, blogger tips, blogger tricks, blogger tips and tricks">
<meta name="description" content="Help, tips and tricks for bloggers using the Google Blogger platform for their blogs. Some posts also relevant for those using other blogging platform"><meta name="author" content="Peter Chen"><meta name="ROBOTS" content="ALL">

After: -
<title>Blogger Tips and Tricks</title><link rev="made" href="mailto:enviromen@gmail.com"/>
<meta name="keywords" content="blog, Blogger, Google Blogger, template, Blogger template, tutorial, blogger tutorial, tips, tricks, blogger tips, blogger tricks, blogger tips and tricks" /> <meta name="description" content="Help, tips and tricks for bloggers using the Google Blogger platform for their blogs. Some posts also relevant for those using other blogging platform" /><meta name="author" content="Peter Chen" /><meta name="ROBOTS" content="ALL" />

No comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...