google / schemarama

Schemarama is a project exploring standards-based validation for structured data, especially Schema.org.
Apache License 2.0
124 stars 22 forks source link

will schemarama validate html documents? #6

Closed doktorbro closed 3 years ago

doktorbro commented 3 years ago

i use schema properties inside html documents.

<body itemscope itemtype="https://schema.org/Person">
<h1 itemprop="name">anatol</h1>

will schemarama validate my html documents?

danbri commented 3 years ago

It seems to work with your example, yes

screenshot here: https://twitter.com/danbri/status/1324420811223158788

using the test version at http://gnomus042.com/

danbri commented 3 years ago

@Gnomus042 reminds me to say "yes but... the current set of shapes we have probably won't give you the full validation experience you're hoping for"...

ziodave commented 3 years ago

It seems to work with your example, yes

screenshot here: https://twitter.com/danbri/status/1324420811223158788

using the test version at http://gnomus042.com/

@danbri I think gnomus042 has been hacked as the browser is redirected to a scammy web site.

Gnomus042 commented 3 years ago

Hi @ziodave , We moved the test website to https://schemarama-demo.site/, you can try this one