{
    "@context": "http://schema.org",
    "@type": "BlogPosting",
    "url": "{{url}}",
    "headline": "{{title}}",
    "dateCreated": "{{date}}T00:00:00",
    "datePublished": "{{date}}T00:00:00",
    "dateModified": "{{date}}T00:00:00",
    "inLanguage": "en-CA",
    "isFamilyFriendly": "true",
    "accountablePerson": {
        "@type": "Person",
        "name": "Evan Pratten",
        "url": "https://va3zza.com"
    },
    "author": {
        "@type": "Person",
        "name": "Evan Pratten",
        "url": "https://va3zza.com"
    },
    "creator": {
        "@type": "Person",
        "name": "Evan Pratten",
        "url": "https://va3zza.com"
    },
    "publisher": {
        "@type": "Organization",
        "name": "Evan Pratten",
        "url": "https://va3zza.com",
        "logo": {
            "@type": "ImageObject",
            "url": "{{profile_pic}}",
            "width": "460",
            "height": "460"
        }
    },
    "mainEntityOfPage": "True",
    "keywords": [],
    "genre": [],
    "articleSection": "Blog Post",
    "__articleBody__": "{{content}}"
}