Skip to content

semantic data for HTML pages #32

@bhpayne

Description

@bhpayne

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions