romansky / dom-to-semantic-markdown

DOM to Semantic-Markdown for use with LLMs
MIT License
628 stars 13 forks source link

FEATURE: add more semantic meta tags #12

Open romansky opened 3 weeks ago

romansky commented 3 weeks ago

Some ideas from: https://csvbase.com/blog/13

{
    "@context": "https://schema.org",
    "@type": "BlogPosting",
    "headline": "From Shell to Excel - with a little bit of HTTPS",
    "url": "https://csvbase.com/blog/10",
    "description": "Write once, read everywhere",
    "author": {
        "@type": "Person",
        "name": "Cal Paterson",
        "email": "cal@calpaterson.com",
        "url": "https://calpaterson.com/about.html"
    },
    "image": "https://csvbase.com/blog-static/excel.png",
    "datePublished": "2024-08-12",
    "dateCreated": "2024-08-12",
    "dateModified": "2024-08-12"
}