'https://schema.org', '@type' => 'BlogPosting', '@id' => $canonical_url . '#blogposting', 'headline' => $article['title'] ?? $page_title, 'description' => $page_description, 'url' => $canonical_url, 'datePublished' => $date_pub . 'T09:00:00+00:00', 'dateModified' => $date_pub . 'T09:00:00+00:00', 'author' => [ '@type' => 'Organization', '@id' => $base_url . '/#organization', 'name' => 'UK AI Automation', 'url' => $base_url ], 'publisher' => [ '@type' => 'Organization', '@id' => $base_url . '/#organization', 'name' => 'UK AI Automation', 'logo' => [ '@type' => 'ImageObject', 'url' => $base_url . '/assets/images/ukaiautomation-logo.svg', 'width' => 300, 'height' => 100 ] ], 'image' => [ '@type' => 'ImageObject', 'url' => $og_image, 'width' => 1200, 'height' => 630 ], 'mainEntityOfPage'=> [ '@type' => 'WebPage', '@id' => $canonical_url ], 'isPartOf' => [ '@type' => 'Blog', '@id' => $base_url . '/blog/#blog', 'name' => 'UK AI Automation Blog' ], 'articleSection' => $category, 'inLanguage' => 'en-GB' ]; ?>