π
Dataset
Data sets and research data
About Dataset Schema
The Dataset schema type is used to mark up data sets and research data. Implementing this structured data helps search engines understand your content better and may qualify your pages for rich results in Google Search.
Properties
* Required Properties
@type
Must be "Dataset"
Type: Text
name
Dataset name
Type: Text
description
Dataset description
Type: Text
β Recommended Properties
creator
Dataset creator
Type: Person or Organization
distribution
Download information
Type: DataDownload
license
License URL
Type: URL
temporalCoverage
Time period covered
Type: Text
Best Practices
- β Validate your JSON-LD with Googleβs Rich Results Test before publishing.
- β Populate creator, distribution to unlock enhanced snippets.
- β Keep structured data in sync with the visible content on the page.
Common Pitfalls
- β οΈAvoid mixing multiple schema syntaxes for the same entity.
- β οΈDo not include claims that the user cannot see or confirm on the page.
- β οΈRemember to update dateModified whenever the content changes.
JSON-LD Example
{
"@context": "https://schema.org",
"@type": "Dataset",
"name": "2024 Web Performance Statistics",
"description": "Comprehensive dataset of web performance metrics from 10,000 websites",
"creator": {
"@type": "Organization",
"name": "Example Research Institute"
},
"distribution": {
"@type": "DataDownload",
"encodingFormat": "CSV",
"contentUrl": "https://example.com/dataset.csv"
},
"license": "https://creativecommons.org/licenses/by/4.0/",
"temporalCoverage": "2024"
}Looking for more tools? TryGiftInspofor ai-powered gift recommendation engine.