Forum Moderators: mack
We made a change last week in which we changed our charset and doctype to reflect the latest in HTML5. This resulted in a couple of issues....
There were some extra characters that appeared...
bing was unable to read our meta information
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"> <!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="content-language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<!DOCTYPE html>
<html lang="en">
<head>
<title>Your Title</title.. the headers being output on our site, were saying the pages were encoded in UTF-8, but we had either no meta name on each page, or it was defined as ISO_8859-1.
After several recrawls it will stabilize and normalize. Now the odd thing about that is, I would expect if site changes were toward the postive, wouldn't you see upward motion rather than down? Why get a penalty for changes?