What! Why?

G

Guest

All the head code in my pages have magically changed. This is now here-

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">

<html lang="en" xmlns:mso="urn:schemas-microsoft-com:blush:ffice:blush:ffice"
xmlns:msdt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882">

<!--[if gte mso 9]><xml>
<mso:CustomDocumentProperties>
<mso:Categories msdt:dt="string">Nautical Sculpture</mso:Categories>
</mso:CustomDocumentProperties>
</xml><![endif]-->
</head>

They used to look like this-

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">

<html lang="en">

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>R.L. Blair</title>

<style type="text/css">
<!--
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #FFFFFF;
background-color: #6A8341;
}-->
</style>

</head>

Any ideas why they would all do this? I did not add stuff from my word
program, I didnt edit in word, I know better than to do that.
Thanks,
Susie
 
G

Guest

I just realized, this is code for putting my pages in catagories, so I can
make the sitemap page, sigh. Is all this extra code going to make the
search, and spidering on my pages bad? I have tried to put my search words
as close to the top as possible, without images before them.
Susie
 
A

Andrew Murray

Your "search words" would form part of the content of the page and can be
anywhere in the page. Search Engines index the entire page these days; not
just the meta keywords/description tags.

Susie said:
I just realized, this is code for putting my pages in catagories, so I can
make the sitemap page, sigh. Is all this extra code going to make the
search, and spidering on my pages bad? I have tried to put my search
words
as close to the top as possible, without images before them.
Susie

Susie said:
All the head code in my pages have magically changed. This is now here-

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">

<html lang="en" xmlns:mso="urn:schemas-microsoft-com:blush:ffice:blush:ffice"
xmlns:msdt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882">

<!--[if gte mso 9]><xml>
<mso:CustomDocumentProperties>
<mso:Categories msdt:dt="string">Nautical Sculpture</mso:Categories>
</mso:CustomDocumentProperties>
</xml><![endif]-->
</head>

They used to look like this-

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">

<html lang="en">

<head>
<meta http-equiv="Content-Type" content="text/html;
charset=windows-1252">
<title>R.L. Blair</title>

<style type="text/css">
<!--
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #FFFFFF;
background-color: #6A8341;
}-->
</style>

</head>

Any ideas why they would all do this? I did not add stuff from my word
program, I didnt edit in word, I know better than to do that.
Thanks,
Susie
 

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