html meta tags

M

ME

My client has asked that I remove non essential meta tags from the head
section of their pages. I've found the Jimco addon to remove the GENERATOR
and ProgID tags. I don't know what else of these tags needs to be left in,
and which are non essential.

For instance, on one page I have this:
<meta http-equiv="keywords" content="original lullabies, traditional
lullabies, love songs, lullabies">
<meta http-equiv="description" content="Angel Child Music CD">
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>Angel Child Music CD</title>
<meta name="Microsoft Border" content="none">

Can I remove the Content-Language, Content-Type, or Microsoft Border tags,
or do they serve a purpose?
Thanks!
 
M

Murray

Remove all but this -

<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Angel Child Music CD</title>

You don't need any of the rest.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top