<meta name="robots" content="index,follow" />
<meta name="googlebot" content="index,follow" />
<meta name="googlebot" content="daily" />
<meta name="revisit-after" content="daily" />
<meta HTTP-"equiv=Content-Type” content=”text/html; charset=UTF-8″ />
Bu kodların yazılılısı hatalı dıyor w3 nasıl kapatmamız gerekıyor sonlarını bılgısı olan varmı?
w3 Meta hatası
9
●1.861
- 10-01-2010, 16:33:55evet o düzeldi peki diğer metalarda da aynı sorun var onları nasıl duzenlicez..++ rapını verdım bu aradaanka81 adlı üyeden alıntı: mesajı görüntüle
- 10-01-2010, 16:34:27KeLKuN adlı üyeden alıntı: mesajı görüntüle
- Line 393, Column 45: document type does not allow element "meta" here <meta name="robots" content="index,follow" /> ✉
The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed).
One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error). -
Line 394, Column 48: document type does not allow element "meta" here <meta name="googlebot" content="index,follow" /> ✉
The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed).
One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error). -
Line 395, Column 41: document type does not allow element "meta" here <meta name="googlebot" content="daily" /> ✉
The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed).
One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error). -
Line 396, Column 45: document type does not allow element "meta" here <meta name="revisit-after" content="daily" /> ✉
The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed).
One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error). -
Line 397, Column 69: document type does not allow element "meta" here …tent-Type" content="text/html; charset=utf-8" /> ✉
The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed).
One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error).
- Line 393, Column 45: document type does not allow element "meta" here <meta name="robots" content="index,follow" /> ✉
- 10-01-2010, 16:40:21edit:
<meta name="googlebot" content="Index, Follow" />
<meta name="Robots" content="All, Index, Follow" />
<meta name="revisit-after" content="30 minutes" />
böyle deneyin isterseniz bir de. Benim genelde kullandığım meta taglar arasında. Herhangi bi sorun almadım şimdiye kadar. - 10-01-2010, 16:49:22hataları eklemişsiniz. Kelkun hocamın dediği gibi <body> tagları arasında meta tanımlaması yapamazsınız. meta etiketlerinizi <head> </head> arasına yazarak tekrar deneyin.KeLKuN adlı üyeden alıntı: mesajı görüntüle