allofphysicsgraph / ui_v8_website_flask_neo4j

version 8 of the Physics Derivation Graph UI: a flask-based website with Neo4j property graph backend
https://allofphysics.com
0 stars 0 forks source link

semantic data for HTML pages #5

Open bhpayne opened 2 weeks ago

bhpayne commented 2 weeks ago

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": "Physics Derivation Graph: _____",
    "url": "https://allofphysics.com/___________",
    "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"
}