Please help. I see my question but not an answer for "no title" showing up on my pages that I'm working to get validated at the w3.org site.
First of all, never had a problem all these years with it regardless of doctype. Yes, the <title>tags are in place in the <head> tags.
Also, instead of my discription i'm getting the first text on the page displayed instead, including the text of my drop down menus.
I am indexing offline and only htm and html pages. The ones before validation are indexed just fine, the others are indexed but do not display title and description, however the link to the page is good.
When I look at the code in WinMerge, I see no difference from the file before validation except the DOCTYPE and the javascript title rewritten from language=JavaScript to the acceptable type="text/javascript" and of course, the html validation link at the bottom of the page.
I've read here about stop-zoom tags but have never used anything like that in my pages ever.
First of all, never had a problem all these years with it regardless of doctype. Yes, the <title>tags are in place in the <head> tags.
Also, instead of my discription i'm getting the first text on the page displayed instead, including the text of my drop down menus.
I am indexing offline and only htm and html pages. The ones before validation are indexed just fine, the others are indexed but do not display title and description, however the link to the page is good.
When I look at the code in WinMerge, I see no difference from the file before validation except the DOCTYPE and the javascript title rewritten from language=JavaScript to the acceptable type="text/javascript" and of course, the html validation link at the bottom of the page.
I've read here about stop-zoom tags but have never used anything like that in my pages ever.
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> vs <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> and <a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01 Transitional" height="31" width="88" border="0"></a>
Comment