I have been editing (not creating) some pages for the first time using Mozilla composer (1.5b)
My problem is that Composer rewrites the meta keyword and description tags.
I know why it is doing this so it is not a problem and I have now turned off the code rewrite in preferences.
What I would like to know is why does Mozilla rewrite these two tags into a format that cannot be read by most search engines - when these two tags are very important to search engines.
for example - mozilla writes tags like this:
<meta content=" . . . . . " name="Description"> <meta content=" . . . . " name="Keywords">
while the tag code should look like this to be recognised:
<meta name="Description" content=". . . . . "> <meta name="Keywords" content=". . . . . ">
