# ================================================================= # SEO fields populated on every generated blog post # ================================================================= Feature: SEO fields populated on every generated blog post As an ITSulu content admin I want all SEO fields filled automatically So that every post is search-engine ready at publication Background: Given the Anthropic API key is configured in Settings And the blog "ITSulu Insights" exists in Odoo Scenario: All SEO fields are populated after generation Given I am on the Blog Publisher backend form And I enter topic "AI Governance Enterprise" And I set auto-publish to True When I click "Generate Now" Then the SEO fields website_meta_title and website_meta_description are populated And a generation log entry exists with state "success"