Skip to content

Instantly share code, notes, and snippets.

View devsheikhs's full-sized avatar
💭
Active

Sheikh Jalal Uddin devsheikhs

💭
Active
View GitHub Profile
@devsheikhs
devsheikhs / product-schema.json
Created October 12, 2025 16:58
product-schema.json
{
"description": "Defines the structured JSON response for a Shopify product optimization task. The response includes SEO-optimized title, HTML description, tags, SEO metadata, variant logic, and image alt texts.",
"type": "object",
"properties": {
"optimized_title": {
"type": "string",
"description": "Optimized SEO product title under 70 characters."
},
"optimized_description_html": {
"type": "string",