Im using the late and great color search mod, however my site has 1300 site validation issues which may be keeping google from indexing my site and I am trying to fix them . A lot of issues are errors from his mod, which runs great.
There error is:
1 2 3 4
| # Line 1869, column 27: document type does not allow element "TD" here
<input name="search_fields" value="image_farbton" type="hidden">
|
which with the two lines before and two lines after is this ;
1 2 3 4 5
| # <form method="post" action="./search.php"> # <td width="12" height="12> # <input name="search_fields" value="image_farbton" type="hidden"> # <input name="search_keywords" value="802000" type="hidden"> # <input name="show_result" value="1" type="hidden">
|
While trying to get suport from google webmaster forum they suggested I correct these errors...
So why is the TD Element not allowed? I have no idea... thanks if you know!
and this error:
1 2 3 4 5 6 7 8 9 10
| an attribute value literal can occur in an attribute specification list only after a VI delimiter
✉
Have you forgotten the "equal" sign marking the separation between the attribute and its declared value? Typical syntax is attribute="value".
* Line 845, column 27: an attribute value literal can occur in an attribute specification list only after a VI delimiter
<input name="search_fields" value="image_farbton" type="hidden">
|
http://validator.w3.org/check?uri=http%3A%2F%2Fthelifephotography.com%2F&charset=(detect+automatically)&doctype=Inline&ss=1&outline=1&group=1&No200=1&verbose=1&st=1&user-agent=W3C_Validator%2F1.654