jsonld@web:/table$
cat ./table.jsonld
rich results · passed
@type · example
> Table Schema JSON-LD -- Markup for Tabular Content in Search
Copy a simple Table schema JSON-LD snippet so Google can render a formatted table directly in your search snippet.
- 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"
}