[ { "label": "Change SEO page titles, set an automatic SEO description, change handles (URL aliases) based on a pattern", "trigger_type": [ "product_created", "product_updated" ], "object_type": "product", "app_id": "triggers", "settings": { "priority": 0, "condition_groups": [ { "conditions": [], "actions": [ { "type": "product_set_fields", "settings": { "wait": "0", "custom_wait": "", "fields": { "metafields_global_title_tag": { "value": "{{ product.title }} | {{ shop.name }}" }, "metafields_global_description_tag": { "value": "{{ product.body_html | strip_html | strip_newlines | truncate(320) }}" }, "handle": { "value": "{{ product.id }}-{{ product.title }}" } } }, "weight": 999, "target_key": null } ] } ], "shared_workflow_id": 318 }, "description": "This workflow can help to control how your products appear on search engines by automatically modifying the SEO title, description and URL when the product is created." } ]