Skip to content

Instantly share code, notes, and snippets.

@chrisgorgo
Last active July 15, 2019 02:20
Show Gist options
  • Save chrisgorgo/edff91549f89e64bb454c7c79f020ac1 to your computer and use it in GitHub Desktop.
Save chrisgorgo/edff91549f89e64bb454c7c79f020ac1 to your computer and use it in GitHub Desktop.
Schema.org Dataset tags in Markdown
## Dataset Metadata
The following table is necessary for this dataset to be indexed by search
engines such as <a href="https://g.co/datasetsearch">Google Dataset Search</a>.
<div itemscope itemtype="http://schema.org/Dataset">
<table>
<tr>
<th>property</th>
<th>value</th>
</tr>
<tr>
<td>name</td>
<td><code itemprop="name">Example dataset</code></td>
</tr>
<tr>
<td>description</td>
<td><code itemprop="description">Description of the dataset between 50 and 5000 characters</code></td>
</tr>
</table>

Dataset Metadata

The following table is necessary for this dataset to be indexed by search engines such as Google Dataset Search.

property value
name Example dataset
description Description of the dataset between 50 and 5000 characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment