-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
https://csvbase.com/blog/13 provides examples of JSON-LD (JSON "for Linked Data")
Probably use https://schema.org/WebPage
{
"@context": "https://schema.org",
"@type": "WebPage",
"headline": "Process Empathy: _____",
"url": "https://processempathy.github.io//___________",
"description": "_________________",
"author": {
"@type": "Person",
"name": "Ben Payne",
"email": "ben.is.located@gmail.com"
},
"datePublished": "2024-08-12",
"dateCreated": "2024-08-12",
"dateModified": "2024-08-12"
}
Metadata
Metadata
Assignees
Labels
No labels