1. Home
  2. Docs
  3. MagiPress
  4. Custom Prompt
  5. How to Custom Prompt for ‘Meta Description’ Tab

How to Custom Prompt for ‘Meta Description’ Tab

First, you need to write a command prompt to openAI. Use shortcodes if necessary.

For example:

Please create best Meta Description for an article by topic {topic} in language {language}.

The outline for the article is:

{outline}

Second, state the rules that openAI needs to follow. Use shortcodes if necessary.

For example,

RULES:

– Meta Description must be a maximum of 160 characters.

Third, mention what openAI needs to avoid. Use shortcodes if necessary.

For example,

DONT:

– Using the hashtag (#).

With the example above, the prompt for the Get Meta Description tab is something like this:

Please create best Meta Description for an article by topic {topic} in language {language}.

The outline for the article is:

{outline}.

RULES:

– Meta Description must be a maximum of 160 characters.

DONT:

– Using the hashtag (#).

How can we help?