Ir para conteúdo

POWERED BY:

Arquivado

Este tópico foi arquivado e está fechado para novas respostas.

webdesign

validator w3c schema.org

Recommended Posts

Pessoal o que posso fazer para corrigir esses erros

  1. error.pngLine 154, Column 16: "itemscope" is not a member of a group specified for any attribute <div itemscope itemtype="http://schema.org/Movie">
  2. error.pngLine 154, Column 25: there is no attribute "itemtype" <div itemscope itemtype="http://schema.org/Movie">
     
    You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).
     
    This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.
     
    How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.
  3. error.pngLine 155, Column 13: there is no attribute "itemprop" <a itemprop="url" href="http://www.filmesanimados.net63.net/"><div itemprop="na…
     
    You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).
     
    This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.
     
    How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.
  4. error.pngLine 155, Column 77: there is no attribute "itemprop" …ww.filmesanimados.net63.net/"><div itemprop="name"><strong>Lorax</strong></div>
     
    You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).
     
    This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.
     
    How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.
  5. error.pngLine 155, Column 83: document type does not allow element "div" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag …ww.filmesanimados.net63.net/"><div itemprop="name"><strong>Lorax</strong></div>
     
    The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.
     
    One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
  6. error.pngLine 158, Column 36: "itemscope" is not a member of a group specified for any attribute <div itemprop="director" itemscope itemtype="http://schema.org/Person">
  7. error.pngLine 159, Column 29: there is no attribute "itemprop" Directed by: <span itemprop="name">o director do filme é silvester stalone</spa…
     
    You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).
     
    This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.
     
    How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.
  8. error.pngLine 160, Column 49: "itemscope" is not a member of a group specified for any attribute …Starring: <div itemprop="actors" itemscope itemtype="http://schema.org/Person">
  9. error.pngLine 162, Column 34: "itemscope" is not a member of a group specified for any attribute <div itemprop="actors" itemscope itemtype="http://schema.org/Person">
  10. error.pngLine 164, Column 34: "itemscope" is not a member of a group specified for any attribute <div itemprop="actors" itemscope itemtype="http://schema.org/Person">

Compartilhar este post


Link para o post
Compartilhar em outros sites

qual doctype você está usando ?

Compartilhar este post


Link para o post
Compartilhar em outros sites

qual doctype você está usando ?

 

estou a usar este

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

é que ao colocar shema aparece esse erros

Compartilhar este post


Link para o post
Compartilhar em outros sites

para usar o schema você precisa usar o doctype do html5.

<!DOCTYPE html>
<html dir="ltr" lang="pt-BR">
<head>

Compartilhar este post


Link para o post
Compartilhar em outros sites

para usar o schema você precisa usar o doctype do html5.

<!DOCTYPE html>
<html dir="ltr" lang="pt-BR">
<head>

mudei issu agora é que no validator da erros!? nao entendo achu que vou esquecer os errso

 

eu ante tinha esse e aprovavava<!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">

 

mudei issu agora é que no validator da erros!? nao entendo achu que vou esquecer os errso

 

eu ante tinha esse e aprovavava<!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">

 

vejam aqui os erros

 

  1. error.pngLine 13, Column 64: Bad value publisher for attribute rel on element link: Keyword publisher is not registered. <link rel="publisher" href="https://plus.google.com/?hl=pt_br"/> Syntax of link type valid for <link>:A whitespace-separated list of link types listed as allowed on <link> in the HTML specification or listed as an allowed on <link> on the Microformats wiki without duplicate keywords in the list. You can register link types on the Microformats wiki yourself.
  2. error.pngLine 20, Column 49: Bad value copyright for attribute name on element meta: Keyword copyright is not registered. <meta name="copyright" content="FilmesAnimados"/> Syntax of metadata name:A metadata name listed in the HTML specification or listed in the WHATWG wiki. You can register metadata names on the WHATWG wiki yourself.
  3. error.pngLine 100, Column 121: Bad value uploads/Filmes Em Destaque/a2019a0042a94e6be77172e41b7be31a.jpg for attribute src on element img: Whitespace in path component. Use %20 in place of spaces. …94e6be77172e41b7be31a.jpg" alt="John Carter 2D" title="John Carter 2D" /></div> Syntax of IRI reference:Any URL. For example: /hello, #canvas, or http://example.org/. Characters should be represented in NFC and spaces should be escaped as %20.
  4. error.pngLine 112, Column 165: Bad value uploads/Filmes Em Destaque/f45b2709bf0192bce8be8073554f9e1c.jpg for attribute src on element img: Whitespace in path component. Use %20 in place of spaces. …nhos - O Último Capítulo" title="Balas e Bolinhos - O Último Capítulo" /></div> Syntax of IRI reference:Any URL. For example: /hello, #canvas, or http://example.org/. Characters should be represented in NFC and spaces should be escaped as %20.
  5. error.pngLine 124, Column 109: Bad value uploads/Filmes Em Destaque/a21a63c316a4eb48f4e9e1b25edbe834.jpg for attribute src on element img: Whitespace in path component. Use %20 in place of spaces. …/a21a63c316a4eb48f4e9e1b25edbe834.jpg" alt="Marretas" title="Marretas" /></div> Syntax of IRI reference:Any URL. For example: /hello, #canvas, or http://example.org/. Characters should be represented in NFC and spaces should be escaped as %20.
  6. error.pngLine 136, Column 129: Bad value uploads/Filmes Em Destaque/94627c8d841826e9118ebb06f4b1a03c.jpg for attribute src on element img: Whitespace in path component. Use %20 in place of spaces. …ebb06f4b1a03c.jpg" alt="A Invenção de Hugo" title="A Invenção de Hugo" /></div> Syntax of IRI reference:Any URL. For example: /hello, #canvas, or http://example.org/. Characters should be represented in NFC and spaces should be escaped as %20.
  7. error.pngLine 152, Column 190: Bad value uploads/Filmes em Cartaz/65987e59145facd93c78feec33268143.jpg for attribute src on element img: Whitespace in path component. Use %20 in place of spaces. …ragados" width="200" height="300" title="Alvin e os Esquilos 3: Naufragados" /> Syntax of IRI reference:Any URL. For example: /hello, #canvas, or http://example.org/. Characters should be represented in NFC and spaces should be escaped as %20.
  8. error.pngLine 166, Column 154: Bad value uploads/Filmes em Cartaz/39bd06a1e35fddd69e2bd32e42ee0919.jpg for attribute src on element img: Whitespace in path component. Use %20 in place of spaces. …pg" alt="Arthur Christmas" width="200" height="300" title="Arthur Christmas" /> Syntax of IRI reference:Any URL. For example: /hello, #canvas, or http://example.org/. Characters should be represented in NFC and spaces should be escaped as %20.
  9. error.pngLine 180, Column 152: Bad value uploads/Filmes em Cartaz/2f4fb590ed4a91536e9545be738bf228.jpg for attribute src on element img: Whitespace in path component. Use %20 in place of spaces. ….jpg" alt="Happy Feet 2 3D" width="200" height="300" title="Happy Feet 2 3D" /> Syntax of IRI reference:Any URL. For example: /hello, #canvas, or http://example.org/. Characters should be represented in NFC and spaces should be escaped as %20.
  10. error.pngLine 194, Column 158: Bad value uploads/Filmes em Cartaz/ffd6a66f6f97961a7fc343833090f543.jpg for attribute src on element img: Whitespace in path component. Use %20 in place of spaces. …alt="O Legado de Bourne" width="200" height="300" title="O Legado de Bourne" /> Syntax of IRI reference:Any URL. For example: /hello, #canvas, or http://example.org/. Characters should be represented in NFC and spaces should be escaped as %20.
  11. error.pngLine 208, Column 140: Bad value uploads/Filmes em Cartaz/82f59860a5e7c3333821549f84892c10.jpg for attribute src on element img: Whitespace in path component. Use %20 in place of spaces. …549f84892c10.jpg" alt="Os Smurfs" width="200" height="300" title="Os Smurfs" /> Syntax of IRI reference:Any URL. For example: /hello, #canvas, or http://example.org/. Characters should be represented in NFC and spaces should be escaped as %20.
  12. error.pngLine 226, Column 273: Bad value uploads/Filmes em Cartaz/14381798fa9b004c996fbb8e1c6c61bf.jpg for attribute src on element img: Whitespace in path component. Use %20 in place of spaces. …ai Natal" width="78" height="113" title="Niko na Terra do Pai Natal" /></a></p> Syntax of IRI reference:Any URL. For example: /hello, #canvas, or http://example.org/. Characters should be represented in NFC and spaces should be escaped as %20.
  13. error.pngLine 241, Column 344: Bad value uploads/Filmes em Cartaz/5d29e22674abd859e597dc1cb63ec1d7.jpg for attribute src on element img: Whitespace in path component. Use %20 in place of spaces. …ight="113" title="Viagem ao Centro da Terra 2: A Ilha Misteriosa 2D" /></a></p> Syntax of IRI reference:Any URL. For example: /hello, #canvas, or http://example.org/. Characters should be represented in NFC and spaces should be escaped as %20.
  14. error.pngLine 256, Column 234: Bad value uploads/Filmes em Cartaz/f15cff6ae5973fe9cabfe21ca1dcdec4.jpg for attribute src on element img: Whitespace in path component. Use %20 in place of spaces. …g" alt="Os Piratas 3D" width="78" height="113" title="Os Piratas 3D" /></a></p> Syntax of IRI reference:Any URL. For example: /hello, #canvas, or http://example.org/. Characters should be represented in NFC and spaces should be escaped as %20.
  15. error.pngLine 271, Column 245: Bad value uploads/Filmes em Cartaz/0e6afd11cdd0a791732b9235ded4645c.jpg for attribute src on element img: Whitespace in path component. Use %20 in place of spaces. …="O Gato das Botas" width="78" height="113" title="O Gato das Botas" /></a></p> Syntax of IRI reference:Any URL. For example: /hello, #canvas, or http://example.org/. Characters should be represented in NFC and spaces should be escaped as %20.
  16. error.pngLine 280, Column 81: Bad value http://www.filmesanimados.net63.net/Filmes em Cartaz for attribute href on element a: Whitespace in path component. Use %20 in place of spaces. …3.net/Filmes em Cartaz" rel="nofollow">Há <strong>9 Filmes </strong> em cartaz… Syntax of IRI reference:Any URL. For example: /hello, #canvas, or http://example.org/. Characters should be represented in NFC and spaces should be escaped as %20.
  17. error.pngLine 339, Column 119: Bad value shadowbox;width=600;height=450 for attribute rel on element a: Keyword shadowbox;width=600;height=450 is not registered. …;width=600;height=450" title="Skyfall"><span class="trailer-duracao"></span><i… Syntax of link type valid for <a> and <area>:A whitespace-separated list of link types listed as allowed on <a> and <area> in the HTML specification or listed as an allowed on <a> and <area> on the Microformats wiki without duplicate keywords in the list. You can register link types on the Microformats wiki yourself.
  18. error.pngLine 344, Column 140: Bad value shadowbox;width=600;height=450 for attribute rel on element a: Keyword shadowbox;width=600;height=450 is not registered. …" title="Resident Evil: Retaliação 3D"><span class="trailer-duracao"></span><i… Syntax of link type valid for <a> and <area>:A whitespace-separated list of link types listed as allowed on <a> and <area> in the HTML specification or listed as an allowed on <a> and <area> on the Microformats wiki without duplicate keywords in the list. You can register link types on the Microformats wiki yourself.
  19. error.pngLine 349, Column 131: Bad value shadowbox;width=600;height=450 for attribute rel on element a: Keyword shadowbox;width=600;height=450 is not registered. …eight=450" title="Para Roma, Com Amor"><span class="trailer-duracao"></span><i… Syntax of link type valid for <a> and <area>:A whitespace-separated list of link types listed as allowed on <a> and <area> in the HTML specification or listed as an allowed on <a> and <area> on the Microformats wiki without duplicate keywords in the list. You can register link types on the Microformats wiki yourself.
  20. error.pngLine 354, Column 130: Bad value shadowbox;width=600;height=450 for attribute rel on element a: Keyword shadowbox;width=600;height=450 is not registered. …height=450" title="Taken - A Vingança"><span class="trailer-duracao"></span><i… Syntax of link type valid for <a> and <area>:A whitespace-separated list of link types listed as allowed on <a> and <area> in the HTML specification or listed as an allowed on <a> and <area> on the Microformats wiki without duplicate keywords in the list. You can register link types on the Microformats wiki yourself.
  21. error.pngLine 369, Column 67: Bad value http://www.filmesanimados.net63.net/Filmes Animados for attribute href on element a: Whitespace in path component. Use %20 in place of spaces. …://www.filmesanimados.net63.net/Filmes Animados">Top 10 FilmesAnimados</a></h2> Syntax of IRI reference:Any URL. For example: /hello, #canvas, or http://example.org/. Characters should be represented in NFC and spaces should be escaped as %20.
  22. error.pngLine 455, Column 138: Bad value uploads/Filmes Animados/5ca8707ed236e809e6f72617a9c03bac.jpg for attribute src on element img: Whitespace in path component. Use %20 in place of spaces. …bac.jpg" alt="paranorman" width="80" height="130" title="ParaNorman" /></a></p> Syntax of IRI reference:Any URL. For example: /hello, #canvas, or http://example.org/. Characters should be represented in NFC and spaces should be escaped as %20.
  23. error.pngLine 470, Column 130: Bad value uploads/Filmes Animados/51b69ab3934bbb5079b691449f1f2b3f.jpg for attribute src on element img: Whitespace in path component. Use %20 in place of spaces. …1449f1f2b3f.jpg" alt="dumbo-2" width="80" height="130" title="Dumbo" /></a></p> Syntax of IRI reference:Any URL. For example: /hello, #canvas, or http://example.org/. Characters should be represented in NFC and spaces should be escaped as %20.
  24. error.pngLine 489, Column 204: Bad value uploads/Filmes Animados/bdaf45e9ddd0d1c15fe854f0ec677ed2.jpg for attribute src on element img: Whitespace in path component. Use %20 in place of spaces. …h="150" height="150" title="Aladino" />Aladdin, um plebeu que vive nas ruas, é… Syntax of IRI reference:Any URL. For example: /hello, #canvas, or http://example.org/. Characters should be represented in NFC and spaces should be escaped as %20.
  25. error.pngLine 500, Column 232: Bad value uploads/Filmes Animados/5d640d047bcf5aac1a2426bb62011695.jpg for attribute src on element img: Whitespace in path component. Use %20 in place of spaces. …ight="150" title="A Bela e o Mostro" />Segue as aventuras de Bela, uma jovem i… Syntax of IRI reference:Any URL. For example: /hello, #canvas, or http://example.org/. Characters should be represented in NFC and spaces should be escaped as %20.
  26. error.pngLine 511, Column 310: Bad value uploads/Filmes Animados/29f7484d9abfdd3588581ba7f0d75292.jpg for attribute src on element img: Whitespace in path component. Use %20 in place of spaces. …o Mickey Mouse o comboio do mickey" />Viaja no surpreendente comboio do Micke… Syntax of IRI reference:Any URL. For example: /hello, #canvas, or http://example.org/. Characters should be represented in NFC and spaces should be escaped as %20.
  27. error.pngLine 522, Column 316: Bad value uploads/Filmes Animados/0b874122d7f9c13e00a817954dc78e6e.jpg for attribute src on element img: Whitespace in path component. Use %20 in place of spaces. …Obélix: Ao Serviço de Sua Majestade" />Conduzidas por Júlio Cesar, as gloriosa… Syntax of IRI reference:Any URL. For example: /hello, #canvas, or http://example.org/. Characters should be represented in NFC and spaces should be escaped as %20.
  28. error.pngLine 768, Column 84: Bad value follow for attribute rel on element a: Keyword follow is not registered. …="http://www.filmesanimados.net63.net">Home</a> <a href="http://www.filmesanim… Syntax of link type valid for <a> and <area>:A whitespace-separated list of link types listed as allowed on <a> and <area> in the HTML specification or listed as an allowed on <a> and <area> on the Microformats wiki without duplicate keywords in the list. You can register link types on the Microformats wiki yourself.
  29. error.pngLine 768, Column 229: Bad value http://www.filmesanimados.net63.net/Politica de Privacidade for attribute href on element a: Whitespace in path component. Use %20 in place of spaces. …dos.net63.net/Politica de Privacidade">Politica de Privacidade</a> <a rel="nof… Syntax of IRI reference:Any URL. For example: /hello, #canvas, or http://example.org/. Characters should be represented in NFC and spaces should be escaped as %20.
  30. error.pngLine 776, Column 9: The text content of element script was not in the required format: Expected space, tab, newline, or slash but found { instead. </script>

Compartilhar este post


Link para o post
Compartilhar em outros sites

Agora você tem os erros corretos. Se quiser usar schema, você tem q usar DTD do html5.

 

Corrija. Basta ler.

 

Alguns, se referem aos caminhos nos srcs e hrefs, não podem ter espaços. Como em: "Filmes Animados", ou junta as palavras, ou usa um simbolo como underline ou hifen.

Compartilhar este post


Link para o post
Compartilhar em outros sites

está a dar este erro

 

outra situação é que tou a trabalhar com php e o titulo é ovio que tem que eter espaçamento?agora como corrijo issu

 

 

  1. error.pngLine 12, Column 64: Bad value publisher for attribute rel on element link: Keyword publisher is not registered. <link rel="publisher" href="https://plus.google.com/?hl=pt_br"/> Syntax of link type valid for <link>:A whitespace-separated list of link types listed as allowed on <link> in the HTML specification or listed as an allowed on <link> on the Microformats wiki without duplicate keywords in the list. You can register link types on the Microformats wiki yourself.
  2. error.pngLine 18, Column 49: BBad value copyright for attribute name on element meta: Keyword copyright is not registere <meta name="copyright" content="FilmesAnimados"/> Syntax of metadata name:A metadata nameB
  3. bad value copyright for attribute name on element meta: Keyword copyright is not registere como corrigo este erro ele diz que nao está registado

Compartilhar este post


Link para o post
Compartilhar em outros sites

eu falei sobre src e href, e não sobre content. Content você pode deixar com espaço.

 

os erros de agora, é que não existem em html5 nem a meta publisher e nem a meta copyright. Remova elas.

Compartilhar este post


Link para o post
Compartilhar em outros sites

eu falei sobre src e href, e não sobre content. Content você pode deixar com espaço.

 

os erros de agora, é que não existem em html5 nem a meta publisher e nem a meta copyright. Remova elas.

 

nete momento nao existem,existem outras formas de a colocarem!?

 

 

agora estou com este erro pode me ajudar a resolver

 

  1. error.pngLine 98, Column 121: Bad value uploads/Filmes Em Destaque/a2019a0042a94e6be77172e41b7be31a.jpg for attribute src on element img: Whitespace in path component. Use %20 in place of spaces. …94e6be77172e41b7be31a.jpg" alt="John Carter 2D" title="John Carter 2D" /></div> Syntax of IRI reference:Any URL. For example: /hello, #canvas, or http://example.org/. Characters should be represented in NFC and spaces should be escaped as %20.

Compartilhar este post


Link para o post
Compartilhar em outros sites

o atributo src está com espaços. Não pode.

Compartilhar este post


Link para o post
Compartilhar em outros sites

×

Informação importante

Ao usar o fórum, você concorda com nossos Termos e condições.