Feature: SEO field population As a content system I want generated blog posts to have SEO metadata So that posts rank well in search engines Scenario: All SEO fields are populated after generation Given the Anthropic API key is configured in Settings And the blog "ITSulu Insights" exists in Odoo And I am on the Blog Publisher backend form And I enter topic "Kubernetes Cost Optimization" And I select provider "anthropic" and model "claude-sonnet-4-20250514" When I click "Generate Now" Then the SEO fields website_meta_title and website_meta_description are populated And the blog.post has tags assigned And the blog.post tags include "Kubernetes" Scenario: Generated blog post has social media copy Given the Anthropic API key is configured in Settings And the blog "ITSulu Insights" exists in Odoo And I am on the Blog Publisher backend form And I enter topic "Enterprise AI Security" When I click "Generate Now" Then the blog.post has social media copy assigned And at least one social platform is enabled