SEO
Quickly generate an entry's SEO title, description, and keywords using AI.
Last updated
Was this helpful?
Quickly generate an entry's SEO title, description, and keywords using AI.
Last updated
Was this helpful?
Unlike the Assistant field, the SEO field has no display options other than changing the button label and working text (see the screenshot below). The prompt is hard-coded to use the entry's Live Preview output, or the publish page form fields as the context in which to generate SEO meta data from. The SEO field will work with ExpressionEngine custom fields of your choosing, or if you are using the SEO Lite, or SEEO add-ons, it will place the generated title, description, and keywords into the corresponding fields for those add-ons.
In order to generate SEO data from a fully rendered page you need to have the Live Preview feature enabled and configured for the channel that the SEO Assistant field is added to. If Live Preview is not enabled it will simply use the plain text from all of the form fields within the entry. It is recommended to use the Live Preview feature as it will generate a full HTML page with heading and other contextual tags that will help OpenAI generate meta data for the page. It is also recommended to hide your <meta>
tags using the {if is_live_preview_request == false}<meta> tags here{/if}
, otherwise the existing meta tag values will be sent to OpenAI and regurgitated back to you.
The settings for the SEO field are fairly minimal. You can change the button label and working text, as well as which character to use as the meta title. The prompt text (what is sent to OpenAI) to generate the meta data is hard-coded and can not be changed for this field. This field is designed to do 1 thing and 1 thing only.