Skip to main content

Overview

Checks title and description for required hashtags, social tags, text, and optional topic relevance. Requires at least one configuration parameter - Provide any of the configuration keys below.

Configuration

config.suggested_hashtags
array
Suggested hashtags (used for scoring only).
config.required_hashtags
array
Hashtags that must be present.
config.required_social_tags
array
Social tags (for example, @brand) that must be present.
config.required_social_tags_mode
string
Requirement mode: “all” or “at_least_one”.
config.required_text
array
Text strings that must be present (case-insensitive).
config.required_text_mode
string
Requirement mode: “all” or “at_least_one”.
config.topic_keywords
array
Topic keywords used when topic analysis is enabled.
config.enable_topic_analysis
boolean
Whether to evaluate topic relevance.

Example Configuration

Result Schema

Interpreting Results

  • required_*_analysis: Whether each required element was found and any missing items.
  • suggested_hashtag_analysis: Suggested hashtags influence score, not pass/fail.