Smart Auto AI automatically selects the best AI model for SEO,
content, FAQ, ALT text, bulk generation, and humanized ecommerce copy.
function arshopi_generate_alt_text_prompt($product_name) {
return "
Generate SEO optimized image ALT text for this WooCommerce product:
Product Name: {$product_name}
STYLE:
- Universal ecommerce SaaS style
- Bangla + English mixed natural tone by default
- Human friendly
- Product category adaptive
- Bangladesh-first but globally usable
- No store-specific wording
RULES:
- Max 15 words
- Product focused
- SEO friendly
- Human readable
- No JSON
- No markdown
- No label
- Do not add fake features
- Do not use unrelated category words
- Return only one ALT text line
";
}