jsonld@web:/table$
cat ./table.jsonld
rich results · passed
@type · example
> Table - JSONLD.COM
JSON-LD Table schema example. Simple markup that lets Google render a nicely formatted table in your SERPs. Drop it in the head and you're done.
- published
- modified
- size
- 0.5K
- path
- /table/
Last updated October 2, 2019 by Patrick Coombe
Ok this one is super simple to implement, just slap it in the header and give it a good title and instant rankings…ok it actually has nothing to do with your rankings, but it might make your table look pretty one day in the SERPs.
{
"@context": "https://schema.org",
"@type": "Table",
"about": "list of presidents"
}