{ "@context": "https://schema.org", "@type": "{{article_type}}", "headline": "{{headline}}", "description": "{{description}}", "image": [ "{{image_url_1}}", "{{image_url_2}}" ], "datePublished": "{{date_published}}", "dateModified": "{{date_modified}}", "author": { "@type": "Person", "name": "{{author_name}}", "url": "{{author_url}}" }, "publisher": { "@type": "Organization", "name": "{{publisher_name}}", "logo": { "@type": "ImageObject", "url": "{{publisher_logo_url}}" } }, "mainEntityOfPage": { "@type": "WebPage", "@id": "{{page_url}}" }, "articleSection": "{{section}}", "wordCount": "{{word_count}}", "keywords": "{{keywords}}" }