I use fp2000 It does not have doctype, can i add this to web site

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I use fp2000. I notice my html does not have a doc type code and I think I
am not getting the best ranking because of this. Can I add a doctype and
what should I use ? My site www.carpet-cleaning-machines.com . I will also
be upgrading soon to fp2003. Will that auto give me doctype ?
 
A valid and complete doctype will not affect your ranking, but it will
affect your site's rendering in the browsers (perhaps negatively, if you
have used invalid/proprietary markup).

Use this one for HTML 4.01 Transitional -

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